Skip to content

Commit

Permalink
Update RT Archiver to use new calitp-data-infra version (#3278)
Browse files Browse the repository at this point in the history
  • Loading branch information
SorenSpicknall authored Feb 13, 2024
1 parent 760f269 commit 9fdc9fe
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ resources:
images:
- name: 'gtfs-rt-archiver'
newName: 'ghcr.io/cal-itp/data-infra/gtfs-rt-archiver-v3'
newTag: '2023.8.9'
newTag: '2024.2.12'
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ patches:
images:
- name: 'gtfs-rt-archiver'
newName: 'ghcr.io/cal-itp/data-infra/gtfs-rt-archiver-v3'
newTag: '2023.8.9'
newTag: '2024.2.12'
45 changes: 32 additions & 13 deletions services/gtfs-rt-archiver-v3/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions services/gtfs-rt-archiver-v3/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "gtfs-rt-archiver"
version = "2023.8.9"
version = "2024.2.12"
description = ""
authors = ["Andrew Vaccaro <[email protected]>"]

Expand All @@ -22,7 +22,7 @@ structlog = "^22.1.0"
python-json-logger = "^2.0.4"
backoff = "^2.1.2"
sentry-sdk = "^1.9.8"
calitp-data-infra = "2024.1.3"
calitp-data-infra = "2024.2.12.post1"

[tool.poetry.dev-dependencies]
pytest = "^5.2"
Expand Down

0 comments on commit 9fdc9fe

Please sign in to comment.