Skip to content

Commit 3854f2f

Browse files
chore(deps): update all dependencies (#402)
* chore(deps): update all dependencies * revert change * limit max supported version for sqlalchemy to 1.4.27 * revert change * revert change * fix typo * fix typo Co-authored-by: Anthonios Partheniou <partheniou@google.com>
1 parent 728abd9 commit 3854f2f

File tree

3 files changed

+23
-23
lines changed

3 files changed

+23
-23
lines changed

dev_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ google-cloud-bigquery>=1.6.0
33
future==0.18.2
44

55
pytest==6.2.5
6-
pytest-flake8==1.0.7
6+
pytest-flake8==1.1.0
77
pytz==2021.3
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
attrs==21.4.0
2-
click==8.0.3
3-
google-auth==2.3.3
2+
click==8.0.4
3+
google-auth==2.6.0
44
google-cloud-testutils==1.3.1
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.6
11+
pyparsing==3.0.7
1212
pytest==6.2.5
1313
rsa==4.8
1414
six==1.16.0
1515
toml==0.10.2
16-
typing-extensions==4.0.1
16+
typing-extensions==4.1.1

samples/snippets/requirements.txt

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
1-
alembic==1.7.5
1+
alembic==1.7.6
22
certifi==2021.10.8
3-
charset-normalizer==2.0.10
3+
charset-normalizer==2.0.12
44
future==0.18.2
5-
geoalchemy2==0.10.2
6-
google-api-core[grpc]==2.4.0
7-
google-auth==2.3.3
8-
google-cloud-bigquery==2.32.0
9-
google-cloud-core==2.2.1
5+
geoalchemy2==0.11.0
6+
google-api-core[grpc]==2.6.0
7+
google-auth==2.6.0
8+
google-cloud-bigquery==2.34.1
9+
google-cloud-core==2.2.2
1010
google-crc32c==1.3.0
11-
google-resumable-media==2.1.0
12-
googleapis-common-protos==1.54.0
11+
google-resumable-media==2.3.1
12+
googleapis-common-protos==1.55.0
1313
greenlet==1.1.2
14-
grpcio==1.43.0
15-
grpcio-status==1.43.0
14+
grpcio==1.44.0
15+
grpcio-status==1.44.0
1616
idna==3.3
1717
importlib-resources==5.4.0
1818
mako==1.1.6
19-
markupsafe==2.0.1
19+
markupsafe==2.1.0
2020
packaging==21.3
21-
proto-plus==1.19.8
22-
protobuf==3.19.3
21+
proto-plus==1.20.3
22+
protobuf==3.19.4
2323
pyasn1==0.4.8
2424
pyasn1-modules==0.2.8
25-
pyparsing==3.0.6
25+
pyparsing==3.0.7
2626
python-dateutil==2.8.2
2727
pytz==2021.3
2828
requests==2.27.1
2929
rsa==4.8
30-
shapely==1.8.0
30+
shapely==1.8.1.post1
3131
six==1.16.0
32-
sqlalchemy==1.4.26
33-
typing-extensions==4.0.1
32+
sqlalchemy==1.4.27
33+
typing-extensions==4.1.1
3434
urllib3==1.26.8

0 commit comments

Comments
 (0)