Skip to content

Commit

Permalink
chore: update requirement.txt (#3259)
Browse files Browse the repository at this point in the history
In this PR:
- Update requirement.txt

This change should trigger Cloud build to publish library generation to
`us-docker.pkg.dev/java-hermetic-build-prod/private-resources`
  • Loading branch information
JoeWang1127 authored Oct 1, 2024
1 parent bae30a7 commit 214867a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions library_generation/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@
absl-py==2.1.0
attr==0.3.2
attrs==23.2.0
black==24.4.2
black==24.8.0
click==8.1.7
gitdb==4.0.11
GitPython==3.1.43
lxml==5.2.2
lxml==5.3.0
MarkupSafe==2.1.5
mypy-extensions==1.0.0
packaging==23.2
pathspec==0.12.1
PyYAML==6.0.1
PyYAML==6.0.2
smmap==5.0.1
typing==3.7.4.3
parameterized==0.9.0 # used in parameterized test
colorlog==6.8.2
watchdog==4.0.1
watchdog==4.0.2
nox==2024.4.15
requests==2.32.3
setuptools==65.5.1
Expand Down
8 changes: 4 additions & 4 deletions library_generation/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ platformdirs==4.3.6 \
# via
# black
# virtualenv
PyYAML==6.0.2 \
pyyaml==6.0.2 \
--hash=sha256:01179a4a8559ab5de078078f37e5c1a30d76bb88519906844fd7bdea1b7729ff \
--hash=sha256:0833f8694549e586547b576dcfaba4a6b55b9e96098b36cdc7ebefe667dfed48 \
--hash=sha256:0a9a2848a5b7feac301353437eb7d5957887edbf81d56e903999a75a3d743086 \
Expand Down Expand Up @@ -498,9 +498,9 @@ urllib3==2.2.3 \
--hash=sha256:ca899ca043dcb1bafa3e262d73aa25c465bfb49e0bd9dd5d59f1d0acba2f8fac \
--hash=sha256:e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9
# via requests
virtualenv==20.26.5 \
--hash=sha256:4f3ac17b81fba3ce3bd6f4ead2749a72da5929c01774948e243db9ba41df4ff6 \
--hash=sha256:ce489cac131aa58f4b25e321d6d186171f78e6cb13fafbf32a840cee67733ff4
virtualenv==20.26.6 \
--hash=sha256:280aede09a2a5c317e409a00102e7077c6432c5a38f0ef938e643805a7ad2c48 \
--hash=sha256:7345cc5b25405607a624d8418154577459c3e0277f5466dd79c49d5e492995f2
# via nox
watchdog==4.0.2 \
--hash=sha256:0b4359067d30d5b864e09c8597b112fe0a0a59321a0f331498b013fb097406b4 \
Expand Down

0 comments on commit 214867a

Please sign in to comment.