Skip to content

Commit

Permalink
Bump the all-dependencies group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the all-dependencies group with 4 updates: [fastapi](https://github.com/tiangolo/fastapi), [execnet](https://github.com/pytest-dev/execnet), [starlette](https://github.com/encode/starlette) and [typing-extensions](https://github.com/python/typing_extensions).


Updates `fastapi` from 0.110.0 to 0.110.1
- [Release notes](https://github.com/tiangolo/fastapi/releases)
- [Commits](fastapi/fastapi@0.110.0...0.110.1)

Updates `execnet` from 2.0.2 to 2.1.1
- [Changelog](https://github.com/pytest-dev/execnet/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/execnet@v2.0.2...v2.1.1)

Updates `starlette` from 0.36.3 to 0.37.2
- [Release notes](https://github.com/encode/starlette/releases)
- [Changelog](https://github.com/encode/starlette/blob/master/docs/release-notes.md)
- [Commits](encode/starlette@0.36.3...0.37.2)

Updates `typing-extensions` from 4.10.0 to 4.11.0
- [Release notes](https://github.com/python/typing_extensions/releases)
- [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md)
- [Commits](python/typing_extensions@4.10.0...4.11.0)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: execnet
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: starlette
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: typing-extensions
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Apr 8, 2024
1 parent c68f438 commit a53abcc
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
30 changes: 15 additions & 15 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 @@ -10,7 +10,7 @@ python = "^3.12"
alembic = "^1.13.1"
asyncpg = "^0.29.0"
bcrypt = "^4.1.2"
fastapi = "^0.110.0"
fastapi = "^0.110.1"
pydantic = {extras = ["dotenv", "email"], version = "^2.6.4"}
pydantic-settings = "^2.2.1"
pyjwt = "^2.8.0"
Expand Down

0 comments on commit a53abcc

Please sign in to comment.