Skip to content

Commit a816812

Browse files
author
Jim Fulton
authored
chore: Update some dependencies (#319)
1 parent 3a30f03 commit a816812

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

packages/sqlalchemy-bigquery/dev_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ sqlalchemy>=1.1.9
22
google-cloud-bigquery>=1.6.0
33
future==0.18.2
44

5-
pytest==6.2.4
5+
pytest==6.2.5
66
pytest-flake8==1.0.7
77
pytz==2021.1
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
attrs==21.2.0
2-
google-cloud-testutils==1.0.0
3-
importlib-metadata==4.7.1
2+
google-cloud-testutils==1.1.0
3+
importlib-metadata==4.8.1
44
iniconfig==1.1.1
55
packaging==21.0
6-
pluggy==0.13.1
6+
pluggy==1.0.0
77
py==1.10.0
88
pyparsing==2.4.7
9-
pytest==6.2.4
9+
pytest==6.2.5
1010
toml==0.10.2
11-
typing-extensions==3.10.0.0
11+
typing-extensions==3.10.0.2
1212
zipp==3.5.0

packages/sqlalchemy-bigquery/samples/snippets/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ google-auth==2.0.1
1919
google-cloud-bigquery==2.25.1
2020
google-cloud-bigquery-storage==2.6.3
2121
google-cloud-core==2.0.0
22-
google-crc32c==1.1.2
22+
google-crc32c==1.1.3
2323
google-resumable-media==2.0.0
2424
googleapis-common-protos==1.53.0
2525
greenlet==1.1.1
2626
grpcio==1.39.0
2727
idna==3.2
2828
immutables==0.16
29-
importlib-metadata==4.7.1
29+
importlib-metadata==4.8.1
3030
libcst==0.3.20
3131
munch==2.5.0
3232
mypy-extensions==0.4.3
@@ -58,7 +58,7 @@ six==1.16.0
5858
SQLAlchemy==1.4.23
5959
sqlalchemy-bigquery==1.1.0
6060
tqdm==4.62.2
61-
typing-extensions==3.10.0.0
61+
typing-extensions==3.10.0.2
6262
typing-inspect==0.7.1
6363
urllib3==1.26.6
6464
wrapt==1.12.1

0 commit comments

Comments
 (0)