Skip to content

Commit 82c33d0

Browse files
committed
chore(deps): update all dependencies
1 parent 99e5f6e commit 82c33d0

File tree

3 files changed

+31
-31
lines changed

3 files changed

+31
-31
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
5+
pytz==2023.3.post1
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
attrs==23.1.0
2-
click==8.1.6
3-
google-auth==2.22.0
4-
google-cloud-testutils==1.3.3
2+
click==8.1.7
3+
google-auth==2.25.2
4+
google-cloud-testutils==1.4.0
55
iniconfig==2.0.0
6-
packaging==23.1
7-
pluggy==1.2.0
6+
packaging==23.2
7+
pluggy==1.3.0
88
py==1.11.0
9-
pyasn1==0.5.0
9+
pyasn1==0.5.1
1010
pyasn1-modules==0.3.0
1111
pyparsing==3.1.1
1212
pytest===6.2.5
1313
rsa==4.9
1414
six==1.16.0
1515
toml==0.10.2
16-
typing-extensions==4.7.1
16+
typing-extensions==4.9.0

samples/snippets/requirements.txt

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
1-
alembic==1.11.2
2-
certifi==2023.7.22
3-
charset-normalizer==3.2.0
4-
geoalchemy2==0.14.1
5-
google-api-core[grpc]==2.11.1
6-
google-auth==2.22.0
7-
google-cloud-bigquery==3.11.4
8-
google-cloud-core==2.3.3
1+
alembic==1.13.0
2+
certifi==2023.11.17
3+
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.0
8+
google-cloud-core==2.4.1
99
google-crc32c==1.5.0
10-
google-resumable-media==2.5.0
11-
googleapis-common-protos==1.60.0
12-
greenlet==3.0.1
13-
grpcio==1.59.0
14-
grpcio-status==1.57.0
15-
idna==3.4
16-
importlib-resources==6.0.1; python_version >= '3.8'
17-
mako==1.2.4
10+
google-resumable-media==2.7.0
11+
googleapis-common-protos==1.62.0
12+
greenlet==3.0.2
13+
grpcio==1.60.0
14+
grpcio-status==1.60.0
15+
idna==3.6
16+
importlib-resources==6.1.1; python_version >= '3.8'
17+
mako==1.3.0
1818
markupsafe==2.1.3
19-
packaging==23.1
20-
proto-plus==1.22.3
21-
protobuf==4.24.0
22-
pyasn1==0.5.0
19+
packaging==23.2
20+
proto-plus==1.23.0
21+
protobuf==4.25.1
22+
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
26+
pytz==2023.3.post1
2727
requests==2.31.0
2828
rsa==4.9
2929
shapely==2.0.2
3030
six==1.16.0
3131
sqlalchemy===1.4.27
32-
typing-extensions==4.7.1
33-
urllib3==1.26.18
32+
typing-extensions==4.9.0
33+
urllib3==2.1.0

0 commit comments

Comments
 (0)