Skip to content

Commit 1c365d1

Browse files
committed
Update dependencies
1 parent 66eab73 commit 1c365d1

2 files changed

Lines changed: 44 additions & 41 deletions

File tree

pyproject.toml

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

6565
[project.optional-dependencies]
6666
server = [
67-
"fastapi~=0.121.2",
68-
"starlette>=0.49.3,<0.51.0",
67+
"fastapi~=0.121.3",
68+
"starlette~=0.49.3",
6969
"uvicorn~=0.38.0",
7070
"starlette-exporter~=0.23.0",
7171
"asgi-correlation-id~=4.3.4",
@@ -79,7 +79,7 @@ consumer = [
7979
"cramjam~=2.11.0",
8080
]
8181
http2kafka = [
82-
"fastapi~=0.121.2",
82+
"fastapi~=0.121.3",
8383
"starlette~=0.49.3",
8484
"uvicorn~=0.38.0",
8585
"starlette-exporter~=0.23.0",
@@ -94,12 +94,12 @@ gssapi = [
9494
"gssapi~=1.10.0",
9595
]
9696
seed = [
97-
"faker>=37.12,<39.0"
97+
"faker~=38.2.0"
9898
]
9999

100100
[dependency-groups]
101101
test =[
102-
"pytest>=8.4.2,<9.1.0",
102+
"pytest~=9.0.1",
103103
"httpx~=0.28.1",
104104
"pytest-asyncio~=1.3.0",
105105
"pytest-randomly~=4.0.0",

0 commit comments

Comments
 (0)