Skip to content

Commit

Permalink
Revert "chore(deps): lock file maintenance api (#2379)"
Browse files Browse the repository at this point in the history
This reverts commit 53238a6.
  • Loading branch information
michaelkedar committed Jul 18, 2024
1 parent 260a49a commit 5804bb1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 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.4"
packageurl-python = "==0.15.1"
packaging = "==20.9"
requests = "==2.32.3"
grpcio = "==1.64.1"
grpcio-reflection = "==1.64.1"
grpcio-health-checking = "==1.64.1"
grpcio-reflection = "==1.62.2"
grpcio-health-checking = "==1.62.2"

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

Expand Down
6 changes: 3 additions & 3 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.4"
packageurl-python = "==0.15.1"
packaging = "==20.9"
requests = "==2.32.3"
grpcio = "==1.64.1"
grpcio-reflection = "==1.64.1"
grpcio-health-checking = "==1.64.1"
grpcio-reflection = "==1.62.2"
grpcio-health-checking = "==1.62.2"

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

Expand Down

0 comments on commit 5804bb1

Please sign in to comment.