Skip to content
This repository was archived by the owner on Mar 16, 2026. It is now read-only.

Commit 88af7d1

Browse files
authored
chore(deps): update all dependencies (#937)
1 parent fcd5755 commit 88af7d1

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
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==2023.3.post1
5+
pytz==2024.1

samples/snippets/requirements-test.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
attrs==23.1.0
1+
attrs==23.2.0
22
click==8.1.7
3-
google-auth==2.25.2
3+
google-auth==2.27.0
44
google-cloud-testutils==1.4.0
55
iniconfig==2.0.0
66
packaging==23.2
7-
pluggy==1.3.0
7+
pluggy==1.4.0
88
py==1.11.0
99
pyasn1==0.5.1
1010
pyasn1-modules==0.3.0

samples/snippets/requirements.txt

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
1-
alembic==1.13.0
2-
certifi==2023.11.17
1+
alembic==1.13.1
2+
certifi==2024.2.2
33
charset-normalizer==3.3.2
4-
geoalchemy2==0.14.2
5-
google-api-core[grpc]==2.15.0
6-
google-auth==2.25.2
7-
google-cloud-bigquery==3.14.1
4+
geoalchemy2==0.14.3
5+
google-api-core[grpc]==2.16.2
6+
google-auth==2.27.0
7+
google-cloud-bigquery==3.17.1
88
google-cloud-core==2.4.1
99
google-crc32c==1.5.0
1010
google-resumable-media==2.7.0
1111
googleapis-common-protos==1.62.0
12-
greenlet==3.0.2
13-
grpcio==1.60.0
14-
grpcio-status==1.60.0
12+
greenlet==3.0.3
13+
grpcio==1.60.1
14+
grpcio-status==1.60.1
1515
idna==3.6
1616
importlib-resources==6.1.1; python_version >= '3.8'
17-
mako==1.3.0
18-
markupsafe==2.1.3
17+
mako==1.3.2
18+
markupsafe==2.1.5
1919
packaging==23.2
2020
proto-plus==1.23.0
21-
protobuf==4.25.1
21+
protobuf==4.25.2
2222
pyasn1==0.5.1
2323
pyasn1-modules==0.3.0
2424
pyparsing==3.1.1
2525
python-dateutil==2.8.2
26-
pytz==2023.3.post1
26+
pytz==2024.1
2727
requests==2.31.0
2828
rsa==4.9
2929
shapely==2.0.2
3030
six==1.16.0
3131
sqlalchemy===1.4.27
3232
typing-extensions==4.9.0
33-
urllib3==2.1.0
33+
urllib3==2.2.0

0 commit comments

Comments
 (0)