File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
services/gtfs-rt-archiver-v3 Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ package-mode = false
66authors = [
" Andrew Vaccaro <[email protected] >" ]
77
88[tool .poetry .dependencies ]
9- python = " ~3.9 "
9+ python = " ~3.11 "
1010typer = " ^0.4.1"
1111huey = " ^2.4.3"
1212pydantic = " ^1.9.1"
@@ -23,16 +23,14 @@ structlog = "^22.1.0"
2323python-json-logger = " ^2.0.4"
2424backoff = " ^2.1.2"
2525sentry-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 ]
2929pytest = " ^5.2"
3030black = " ^24.3.0"
3131snakeviz = " ^2.1.1"
3232types-requests = " ^2.28.11"
3333types-cachetools = " ^5.2.1"
34-
35- [tool .poetry .group .dev .dependencies ]
3634mypy = " ^1.0.1"
3735
3836[build-system ]
You can’t perform that action at this time.
0 commit comments