Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 29ef68a

Browse files
renovate-botgcf-owl-bot[bot]parthea
authored
chore(deps): update all dependencies (googleapis#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 <[email protected]>
1 parent b46725a commit 29ef68a

File tree

3 files changed

+40
-35
lines changed

3 files changed

+40
-35
lines changed

dev_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ sqlalchemy>=2.0.15,<2.1.0
22
google-cloud-bigquery>=1.6.0
33
pytest===6.2.5
44
pytest-flake8===1.1.0 # versions 1.1.1 and above require pytest 7
5-
pytz==2024.1
5+
pytz==2024.2
Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
1-
attrs==23.2.0
1+
attrs==24.2.0
22
click==8.1.7
3-
google-auth==2.29.0
3+
google-auth==2.36.0
44
google-cloud-testutils==1.4.0
55
iniconfig==2.0.0
6-
packaging==24.0
6+
packaging==24.2
77
pluggy==1.5.0
88
py==1.11.0
9-
pyasn1==0.6.0
10-
pyasn1-modules==0.4.0
11-
pyparsing==3.1.2
9+
pyasn1==0.6.1
10+
pyasn1-modules==0.4.1
11+
pyparsing===3.1.4; python_version == '3.8'
12+
pyparsing==3.2.0; python_version >= '3.9'
1213
pytest===6.2.5
1314
rsa==4.9
1415
six==1.16.0
1516
toml==0.10.2
16-
typing-extensions==4.12.1
17+
typing-extensions==4.12.2

samples/snippets/requirements.txt

Lines changed: 31 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,37 @@
1-
alembic==1.13.1
2-
certifi==2024.7.4
3-
charset-normalizer==3.3.2
4-
geoalchemy2==0.15.1
5-
google-api-core[grpc]==2.19.0
6-
google-auth==2.29.0
7-
google-cloud-bigquery==3.24.0
1+
alembic==1.14.0
2+
certifi==2024.8.30
3+
charset-normalizer==3.4.0
4+
geoalchemy2==0.16.0
5+
google-api-core[grpc]==2.23.0
6+
google-auth==2.36.0
7+
google-cloud-bigquery==3.27.0
88
google-cloud-core==2.4.1
9-
google-crc32c==1.5.0
10-
google-resumable-media==2.7.0
11-
googleapis-common-protos==1.63.1
12-
greenlet==3.0.3
13-
grpcio==1.62.2
14-
grpcio-status==1.62.2
15-
idna==3.7
16-
importlib-resources==6.4.0; python_version >= '3.8'
17-
mako==1.3.5
18-
markupsafe==2.1.5
19-
packaging==24.0
20-
proto-plus==1.23.0
21-
protobuf===4.25.3
22-
pyasn1==0.6.0
23-
pyasn1-modules==0.4.0
24-
pyparsing==3.1.2
9+
google-crc32c===1.5.0; python_version == '3.8'
10+
google-crc32c==1.6.0; python_version >= '3.9'
11+
google-resumable-media==2.7.2
12+
googleapis-common-protos==1.66.0
13+
greenlet==3.1.1
14+
grpcio==1.67.1
15+
grpcio-status==1.67.1
16+
idna==3.10
17+
importlib-resources==6.4.5; python_version >= '3.8'
18+
mako===1.3.5; python_version == '3.8'
19+
mako==1.3.6; python_version >= '3.9'
20+
markupsafe===2.1.5; python_version == '3.8'
21+
markupsafe==3.0.2; python_version >= '3.9'
22+
packaging==24.2
23+
proto-plus==1.25.0
24+
protobuf==5.28.3
25+
pyasn1==0.6.1
26+
pyasn1-modules==0.4.1
27+
pyparsing===3.1.4; python_version == '3.8'
28+
pyparsing==3.2.0; python_version >= '3.9'
2529
python-dateutil==2.9.0.post0
26-
pytz==2024.1
30+
pytz==2024.2
2731
requests==2.32.3
2832
rsa==4.9
29-
shapely==2.0.4
33+
shapely==2.0.6
3034
six==1.16.0
3135
sqlalchemy===1.4.27
32-
typing-extensions==4.12.1
33-
urllib3==2.2.2
36+
typing-extensions==4.12.2
37+
urllib3==2.2.3

0 commit comments

Comments
 (0)