Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): lock file maintenance workers
Browse files Browse the repository at this point in the history
renovate-bot committed Jan 8, 2025
1 parent 9dfd8f0 commit 07fa0d7
Showing 2 changed files with 202 additions and 214 deletions.
412 changes: 200 additions & 212 deletions gcp/workers/worker/poetry.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions gcp/workers/worker/pyproject.toml
Original file line number Diff line number Diff line change
@@ -7,13 +7,13 @@ python = "^3.11"

google-auth-httplib2 = "^0.2.0"
google-api-python-client = "^2.147"
google-cloud-pubsub = "==2.27.1"
google-cloud-pubsub = "==2.27.2"
google-cloud-ndb = "==2.3.2"
google-cloud-storage = "==2.19.0"
PyYAML = "==6.0.2"
redis = "==5.2.1"
packageurl-python = "==0.16.0"
pygit2 = "==1.16.0"
pygit2 = "==1.17.0"
requests = "==2.32.3"
jsonschema = "==4.23.0"

0 comments on commit 07fa0d7

Please sign in to comment.