Skip to content

Commit a41f170

Browse files
chore(deps): update all dependencies (#1178)
* chore(deps): update all dependencies * pin google-cloud-bigquery===3.30.0 for python 3.8 --------- Co-authored-by: Lingqing Gan <[email protected]>
1 parent 65dc8c3 commit a41f170

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

packages/sqlalchemy-bigquery/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==2025.1
5+
pytz==2025.2

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@ attrs==25.3.0
22
click==8.1.8
33
google-auth==2.38.0
44
google-cloud-testutils==1.6.0
5-
iniconfig==2.0.0
5+
iniconfig==2.1.0
66
packaging==24.2
77
pluggy==1.5.0
88
py==1.11.0
99
pyasn1==0.6.1
1010
pyasn1-modules==0.4.1
1111
pyparsing===3.1.4; python_version == '3.8'
12-
pyparsing==3.2.1; python_version >= '3.9'
12+
pyparsing==3.2.3; python_version >= '3.9'
1313
pytest===6.2.5
1414
rsa==4.9
1515
six==1.17.0
1616
toml==0.10.2
17-
typing-extensions==4.12.2
17+
typing-extensions==4.13.0

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ charset-normalizer==3.4.1
55
geoalchemy2==0.17.1
66
google-api-core[grpc]==2.24.2
77
google-auth==2.38.0
8-
google-cloud-bigquery==3.30.0
8+
google-cloud-bigquery===3.30.0; python_version == '3.8'
9+
google-cloud-bigquery==3.31.0; python_version >= '3.9'
910
google-cloud-core==2.4.3
1011
google-crc32c===1.5.0; python_version == '3.8'
11-
google-crc32c==1.6.0; python_version >= '3.9'
12+
google-crc32c==1.7.1; python_version >= '3.9'
1213
google-resumable-media==2.7.2
1314
googleapis-common-protos==1.69.2
1415
greenlet==3.1.1
@@ -29,14 +30,14 @@ protobuf===5.28.3; python_version >= '3.8'
2930
pyasn1==0.6.1
3031
pyasn1-modules==0.4.1
3132
pyparsing===3.1.4; python_version == '3.8'
32-
pyparsing==3.2.1; python_version >= '3.9'
33+
pyparsing==3.2.3; python_version >= '3.9'
3334
python-dateutil==2.9.0.post0
34-
pytz==2025.1
35+
pytz==2025.2
3536
requests==2.32.3
3637
rsa==4.9
3738
shapely==2.0.7
3839
six==1.17.0
3940
sqlalchemy===1.4.27
40-
typing-extensions==4.12.2
41+
typing-extensions==4.13.0
4142
urllib3===2.2.3; python_version == '3.8'
4243
urllib3==2.3.0; python_version >= '3.9'

0 commit comments

Comments
 (0)