-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update all dependencies (#1136)
* chore(deps): update all dependencies * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * Update protobuf to 5.28.3 * pin google-crc32c for python 3.7/3.8 * Pin mako for python 3.8 * Pin markupsafe for Python 3.8 * Pin pyparsing for python 3.8 * Pin pyparsing for Python 3.8 --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
- Loading branch information
1 parent
b46725a
commit 29ef68a
Showing
3 changed files
with
40 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,17 @@ | ||
attrs==23.2.0 | ||
attrs==24.2.0 | ||
click==8.1.7 | ||
google-auth==2.29.0 | ||
google-auth==2.36.0 | ||
google-cloud-testutils==1.4.0 | ||
iniconfig==2.0.0 | ||
packaging==24.0 | ||
packaging==24.2 | ||
pluggy==1.5.0 | ||
py==1.11.0 | ||
pyasn1==0.6.0 | ||
pyasn1-modules==0.4.0 | ||
pyparsing==3.1.2 | ||
pyasn1==0.6.1 | ||
pyasn1-modules==0.4.1 | ||
pyparsing===3.1.4; python_version == '3.8' | ||
pyparsing==3.2.0; python_version >= '3.9' | ||
pytest===6.2.5 | ||
rsa==4.9 | ||
six==1.16.0 | ||
toml==0.10.2 | ||
typing-extensions==4.12.1 | ||
typing-extensions==4.12.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,37 @@ | ||
alembic==1.13.1 | ||
certifi==2024.7.4 | ||
charset-normalizer==3.3.2 | ||
geoalchemy2==0.15.1 | ||
google-api-core[grpc]==2.19.0 | ||
google-auth==2.29.0 | ||
google-cloud-bigquery==3.24.0 | ||
alembic==1.14.0 | ||
certifi==2024.8.30 | ||
charset-normalizer==3.4.0 | ||
geoalchemy2==0.16.0 | ||
google-api-core[grpc]==2.23.0 | ||
google-auth==2.36.0 | ||
google-cloud-bigquery==3.27.0 | ||
google-cloud-core==2.4.1 | ||
google-crc32c==1.5.0 | ||
google-resumable-media==2.7.0 | ||
googleapis-common-protos==1.63.1 | ||
greenlet==3.0.3 | ||
grpcio==1.62.2 | ||
grpcio-status==1.62.2 | ||
idna==3.7 | ||
importlib-resources==6.4.0; python_version >= '3.8' | ||
mako==1.3.5 | ||
markupsafe==2.1.5 | ||
packaging==24.0 | ||
proto-plus==1.23.0 | ||
protobuf===4.25.3 | ||
pyasn1==0.6.0 | ||
pyasn1-modules==0.4.0 | ||
pyparsing==3.1.2 | ||
google-crc32c===1.5.0; python_version == '3.8' | ||
google-crc32c==1.6.0; python_version >= '3.9' | ||
google-resumable-media==2.7.2 | ||
googleapis-common-protos==1.66.0 | ||
greenlet==3.1.1 | ||
grpcio==1.67.1 | ||
grpcio-status==1.67.1 | ||
idna==3.10 | ||
importlib-resources==6.4.5; python_version >= '3.8' | ||
mako===1.3.5; python_version == '3.8' | ||
mako==1.3.6; python_version >= '3.9' | ||
markupsafe===2.1.5; python_version == '3.8' | ||
markupsafe==3.0.2; python_version >= '3.9' | ||
packaging==24.2 | ||
proto-plus==1.25.0 | ||
protobuf==5.28.3 | ||
pyasn1==0.6.1 | ||
pyasn1-modules==0.4.1 | ||
pyparsing===3.1.4; python_version == '3.8' | ||
pyparsing==3.2.0; python_version >= '3.9' | ||
python-dateutil==2.9.0.post0 | ||
pytz==2024.1 | ||
pytz==2024.2 | ||
requests==2.32.3 | ||
rsa==4.9 | ||
shapely==2.0.4 | ||
shapely==2.0.6 | ||
six==1.16.0 | ||
sqlalchemy===1.4.27 | ||
typing-extensions==4.12.1 | ||
urllib3==2.2.2 | ||
typing-extensions==4.12.2 | ||
urllib3==2.2.3 |