Skip to content

Commit 926a05d

Browse files
committed
chore(deps): update all dependencies
1 parent 9ffc736 commit 926a05d

File tree

3 files changed

+33
-33
lines changed

3 files changed

+33
-33
lines changed

dev_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ google-cloud-bigquery>=1.6.0
33
future==0.18.2
44
pytest===6.2.5
55
pytest-flake8===1.1.0 # versions 1.1.1 and above require pytest 7
6-
pytz==2022.1
6+
pytz==2022.2.1
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
attrs==21.4.0
2-
click==8.1.2
3-
google-auth==2.6.2
4-
google-cloud-testutils==1.3.1
1+
attrs==22.1.0
2+
click==8.1.3
3+
google-auth==2.11.0
4+
google-cloud-testutils==1.3.3
55
iniconfig==1.1.1
66
packaging==21.3
77
pluggy==1.0.0
88
py==1.11.0
99
pyasn1==0.4.8
1010
pyasn1-modules==0.2.8
11-
pyparsing==3.0.7
11+
pyparsing==3.0.9
1212
pytest===6.2.5
13-
rsa==4.8
13+
rsa==4.9
1414
six==1.16.0
1515
toml==0.10.2
16-
typing-extensions==4.1.1
16+
typing-extensions==4.3.0

samples/snippets/requirements.txt

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
1-
alembic==1.7.7
2-
certifi==2021.10.8
3-
charset-normalizer==2.0.12
1+
alembic==1.8.1
2+
certifi==2022.6.15
3+
charset-normalizer==2.1.1
44
future==0.18.2
5-
geoalchemy2==0.11.1
6-
google-api-core[grpc]==2.7.1
7-
google-auth==2.6.2
8-
google-cloud-bigquery==3.0.1
9-
google-cloud-core==2.2.3
10-
google-crc32c==1.3.0
11-
google-resumable-media==2.3.2
12-
googleapis-common-protos==1.56.0
13-
greenlet==1.1.2
14-
grpcio==1.45.0
15-
grpcio-status==1.45.0
5+
geoalchemy2==0.12.5
6+
google-api-core[grpc]==2.10.0
7+
google-auth==2.11.0
8+
google-cloud-bigquery==3.3.2
9+
google-cloud-core==2.3.2
10+
google-crc32c==1.5.0
11+
google-resumable-media==2.3.3
12+
googleapis-common-protos==1.56.4
13+
greenlet==1.1.3
14+
grpcio==1.48.1
15+
grpcio-status==1.48.1
1616
idna==3.3
17-
importlib-resources==5.6.0
18-
mako==1.2.0
17+
importlib-resources==5.9.0
18+
mako==1.2.2
1919
markupsafe==2.1.1
2020
packaging==21.3
21-
proto-plus==1.20.3
22-
protobuf==3.20.0
21+
proto-plus==1.22.1
22+
protobuf==4.21.5
2323
pyasn1==0.4.8
2424
pyasn1-modules==0.2.8
25-
pyparsing==3.0.7
25+
pyparsing==3.0.9
2626
python-dateutil==2.8.2
27-
pytz==2022.1
28-
requests==2.27.1
29-
rsa==4.8
30-
shapely==1.8.1.post1
27+
pytz==2022.2.1
28+
requests==2.28.1
29+
rsa==4.9
30+
shapely==1.8.4
3131
six==1.16.0
3232
sqlalchemy===1.4.27
33-
typing-extensions==4.1.1
34-
urllib3==1.26.9
33+
typing-extensions==4.3.0
34+
urllib3==1.26.12

0 commit comments

Comments
 (0)