Skip to content

Commit

Permalink
chore(deps-dev): Bump respx from 0.21.1 to 0.22.0 in the deps group
Browse files Browse the repository at this point in the history
Bumps the deps group with 1 update: [respx](https://github.com/lundberg/respx).


Updates `respx` from 0.21.1 to 0.22.0
- [Release notes](https://github.com/lundberg/respx/releases)
- [Changelog](https://github.com/lundberg/respx/blob/master/CHANGELOG.md)
- [Commits](lundberg/respx@0.21.1...0.22.0)

---
updated-dependencies:
- dependency-name: respx
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 1, 2025
1 parent 87b70e5 commit 22b2de4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ typegraph = { path = "src/typegraph/python", develop = true }

[tool.poetry.group.dev.dependencies]
# used in ./tests/importers/*.py
respx = "^0.21.1"
respx = "^0.22.0"
# used in examples/programmable-api-gateway
pyyaml = "^6.0.1"

Expand Down

0 comments on commit 22b2de4

Please sign in to comment.