Skip to content

Commit 6dfa645

Browse files
Vvevetron
V
authored andcommitted
fixes
1 parent ccb45b8 commit 6dfa645

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

services/gtfs-rt-archiver-v3/pyproject.toml

+3-5
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ package-mode = false
66
authors = ["Andrew Vaccaro <[email protected]>"]
77

88
[tool.poetry.dependencies]
9-
python = "~3.9"
9+
python = "~3.11"
1010
typer = "^0.4.1"
1111
huey = "^2.4.3"
1212
pydantic = "^1.9.1"
@@ -23,16 +23,14 @@ structlog = "^22.1.0"
2323
python-json-logger = "^2.0.4"
2424
backoff = "^2.1.2"
2525
sentry-sdk = "^1.9.8"
26-
calitp-data-infra = "2024.2.12.post1"
26+
calitp-data-infra = "2025.1.30"
2727

28-
[tool.poetry.dev-dependencies]
28+
[tool.poetry.group.dev.dependencies]
2929
pytest = "^5.2"
3030
black = "^24.3.0"
3131
snakeviz = "^2.1.1"
3232
types-requests = "^2.28.11"
3333
types-cachetools = "^5.2.1"
34-
35-
[tool.poetry.group.dev.dependencies]
3634
mypy = "^1.0.1"
3735

3836
[build-system]

0 commit comments

Comments
 (0)