Skip to content

Commit

Permalink
Correct version number
Browse files Browse the repository at this point in the history
  • Loading branch information
SorenSpicknall committed Feb 12, 2024
1 parent c97e048 commit 2794c88
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion jobs/gtfs-aggregator-scraper/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors = ["Andrew Vaccaro <[email protected]>"]
[tool.poetry.dependencies]
python = "~3.9"
typer = "^0.7.0"
calitp-data-infra = "2024.2.12.post1.post1"
calitp-data-infra = "2024.2.12.post1"

[tool.poetry.dev-dependencies]
pytest = "^7.2.0"
Expand Down
2 changes: 1 addition & 1 deletion jobs/gtfs-rt-parser-v2/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ typer = "^0.6.1"
protobuf = "^3.20.2"
backoff = "^2.2.1"
sentry-sdk = "^1.12.1"
calitp-data-infra = "2024.2.12.post1.post1"
calitp-data-infra = "2024.2.12.post1"

[tool.poetry.dev-dependencies]
pytest = "^7.1.2"
Expand Down
2 changes: 1 addition & 1 deletion jobs/gtfs-schedule-validator/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ tqdm = "^4.64.0"
backoff = "^2.2.1"
python-slugify = "^7.0.0"
sentry-sdk = "^1.12.1"
calitp-data-infra = "2024.2.12.post1.post1"
calitp-data-infra = "2024.2.12.post1"

[tool.poetry.dev-dependencies]
pytest = "^5.2"
Expand Down
2 changes: 1 addition & 1 deletion script/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ requests = "^2.28.2"
jsonschema = "^4.17.3"
typer = "^0.7.0"
openpyxl = "^3.1.0"
calitp-data-infra = "2024.2.12.post1.post1"
calitp-data-infra = "2024.2.12.post1"

[tool.poetry.dev-dependencies]
mypy = "^1.0.0"
Expand Down

0 comments on commit 2794c88

Please sign in to comment.