Skip to content

Commit

Permalink
chore(deps): update all dependencies (#1136)
Browse files Browse the repository at this point in the history
* 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
3 people authored Nov 15, 2024
1 parent b46725a commit 29ef68a
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 35 deletions.
2 changes: 1 addition & 1 deletion dev_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ sqlalchemy>=2.0.15,<2.1.0
google-cloud-bigquery>=1.6.0
pytest===6.2.5
pytest-flake8===1.1.0 # versions 1.1.1 and above require pytest 7
pytz==2024.1
pytz==2024.2
15 changes: 8 additions & 7 deletions samples/snippets/requirements-test.txt
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
58 changes: 31 additions & 27 deletions samples/snippets/requirements.txt
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

0 comments on commit 29ef68a

Please sign in to comment.