Skip to content

Commit

Permalink
chore(deps): lock file maintenance api
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 11, 2024
1 parent 3ecaec6 commit 12286ac
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions gcp/api/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ name = "pypi"
[packages]
google-cloud-ndb = "==2.3.1"
google-cloud-logging = "==3.10.0"
packageurl-python = "==0.15.1"
packageurl-python = "==0.15.3"
packaging = "==20.9"
requests = "==2.32.3"
grpcio = "==1.64.1"
grpcio-reflection = "==1.62.2"
grpcio-health-checking = "==1.62.2"
grpcio = "==1.65.0"
grpcio-reflection = "==1.65.0"
grpcio-health-checking = "==1.65.0"

osv = {editable = true, path = "../../"}

Expand Down
8 changes: 4 additions & 4 deletions gcp/api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ python = "^3.11"

google-cloud-ndb = "==2.3.1"
google-cloud-logging = "==3.10.0"
packageurl-python = "==0.15.1"
packageurl-python = "==0.15.3"
packaging = "==20.9"
requests = "==2.32.3"
grpcio = "==1.64.1"
grpcio-reflection = "==1.62.2"
grpcio-health-checking = "==1.62.2"
grpcio = "==1.65.0"
grpcio-reflection = "==1.65.0"
grpcio-health-checking = "==1.65.0"

osv = { path = "../../", develop = true }

Expand Down

0 comments on commit 12286ac

Please sign in to comment.