Skip to content

Commit bb1ad6b

Browse files
dependabot[bot]MTSOnGithub
authored andcommitted
Bump the python-packages group with 4 updates
Bumps the python-packages group with 4 updates: [fastapi](https://github.com/fastapi/fastapi), [python-keycloak](https://github.com/marcospereirampj/python-keycloak), [faker](https://github.com/joke2k/faker) and [coverage](https://github.com/coveragepy/coveragepy). Updates `fastapi` from 0.127.0 to 0.128.0 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.127.0...0.128.0) Updates `python-keycloak` from 5.8.1 to 6.0.0 - [Changelog](https://github.com/marcospereirampj/python-keycloak/blob/master/CHANGELOG.md) - [Commits](marcospereirampj/python-keycloak@v5.8.1...v6.0.0) Updates `faker` from 39.0.0 to 40.1.0 - [Release notes](https://github.com/joke2k/faker/releases) - [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) - [Commits](joke2k/faker@v39.0.0...v40.1.0) Updates `coverage` from 7.13.0 to 7.13.1 - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.13.0...7.13.1) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.128.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: python-keycloak dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages - dependency-name: faker dependency-version: 40.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages - dependency-name: coverage dependency-version: 7.13.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-packages ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c43e162 commit bb1ad6b

File tree

2 files changed

+87
-87
lines changed

2 files changed

+87
-87
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,22 +64,22 @@ exclude = ["docs", "tests"]
6464

6565
[project.optional-dependencies]
6666
server = [
67-
"fastapi>=0.123.10,<0.128.0",
67+
"fastapi>=0.123.10,<0.129.0",
6868
"starlette~=0.50.0",
6969
"uvicorn>=0.38,<0.41",
7070
"starlette-exporter~=0.23.0",
7171
"asgi-correlation-id~=4.3.4",
7272
"pyjwt~=2.10.1 ",
7373
"itsdangerous~=2.2.0",
7474
"python-multipart~=0.0.20",
75-
"python-keycloak~=5.8.1",
75+
"python-keycloak>=5.8.1,<6.1.0",
7676
]
7777
consumer = [
7878
"faststream[kafka,cli]~=0.6.3",
7979
"cramjam~=2.11.0",
8080
]
8181
http2kafka = [
82-
"fastapi>=0.123.10,<0.128.0",
82+
"fastapi>=0.123.10,<0.129.0",
8383
"starlette~=0.50.0",
8484
"uvicorn>=0.38,<0.41",
8585
"starlette-exporter~=0.23.0",
@@ -94,7 +94,7 @@ gssapi = [
9494
"gssapi~=1.10.0",
9595
]
9696
seed = [
97-
"faker>=38.2,<39.1"
97+
"faker>=38.2,<40.2"
9898
]
9999

100100
[dependency-groups]

0 commit comments

Comments
 (0)