Skip to content

Commit 496c19d

Browse files
dependabot[bot]MTSOnGithub
authored andcommitted
Bump the python-packages group with 2 updates
Bumps the python-packages group with 2 updates: [fastapi](https://github.com/fastapi/fastapi) and [faker](https://github.com/joke2k/faker). Updates `fastapi` from 0.119.0 to 0.120.0 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.119.0...0.120.0) Updates `faker` from 37.11.0 to 37.12.0 - [Release notes](https://github.com/joke2k/faker/releases) - [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) - [Commits](joke2k/faker@v37.11.0...v37.12.0) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.120.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: faker dependency-version: 37.12.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ec49270 commit 496c19d

File tree

2 files changed

+22
-8
lines changed

2 files changed

+22
-8
lines changed

poetry.lock

Lines changed: 21 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ pydantic = "^2.11.7"
4848
pydantic-settings = { version = "^2.8.1", optional = true }
4949
sqlalchemy = { version = "^2.0.40", optional = true }
5050
sqlalchemy-utils = { version = ">=0.41.2,<0.43.0", optional = true }
51-
fastapi = { version = ">=0.115.12,<0.120.0", optional = true}
51+
fastapi = { version = ">=0.115.12,<0.121.0", optional = true}
5252
asgi-correlation-id = {version = "^4.3.4", optional = true}
5353
uvicorn = { version = ">=0.34,<0.39", optional = true }
5454
alembic = { version = "^1.15.2", optional = true }

0 commit comments

Comments
 (0)