From 2794c882472f6c53445b96ce990e225818871114 Mon Sep 17 00:00:00 2001 From: Soren Spicknall Date: Mon, 12 Feb 2024 11:28:12 -0600 Subject: [PATCH] Correct version number --- jobs/gtfs-aggregator-scraper/pyproject.toml | 2 +- jobs/gtfs-rt-parser-v2/pyproject.toml | 2 +- jobs/gtfs-schedule-validator/pyproject.toml | 2 +- script/pyproject.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/jobs/gtfs-aggregator-scraper/pyproject.toml b/jobs/gtfs-aggregator-scraper/pyproject.toml index 1c3fd685c9..3dec6cbc37 100644 --- a/jobs/gtfs-aggregator-scraper/pyproject.toml +++ b/jobs/gtfs-aggregator-scraper/pyproject.toml @@ -7,7 +7,7 @@ authors = ["Andrew Vaccaro "] [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" diff --git a/jobs/gtfs-rt-parser-v2/pyproject.toml b/jobs/gtfs-rt-parser-v2/pyproject.toml index 348a3a0cae..cf6d3c3c01 100644 --- a/jobs/gtfs-rt-parser-v2/pyproject.toml +++ b/jobs/gtfs-rt-parser-v2/pyproject.toml @@ -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" diff --git a/jobs/gtfs-schedule-validator/pyproject.toml b/jobs/gtfs-schedule-validator/pyproject.toml index 0a2b220c18..ae737d1936 100644 --- a/jobs/gtfs-schedule-validator/pyproject.toml +++ b/jobs/gtfs-schedule-validator/pyproject.toml @@ -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" diff --git a/script/pyproject.toml b/script/pyproject.toml index 3d592b2cad..8dd357dbf5 100644 --- a/script/pyproject.toml +++ b/script/pyproject.toml @@ -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"