File tree Expand file tree Collapse file tree 3 files changed +10
-9
lines changed
packages/sqlalchemy-bigquery Expand file tree Collapse file tree 3 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ sqlalchemy>=2.0.15,<2.1.0
22google-cloud-bigquery>=1.6.0
33pytest===6.2.5
44pytest-flake8===1.1.0 # versions 1.1.1 and above require pytest 7
5- pytz==2025.1
5+ pytz==2025.2
Original file line number Diff line number Diff line change @@ -2,16 +2,16 @@ attrs==25.3.0
22click==8.1.8
33google-auth==2.38.0
44google-cloud-testutils==1.6.0
5- iniconfig==2.0 .0
5+ iniconfig==2.1 .0
66packaging==24.2
77pluggy==1.5.0
88py==1.11.0
99pyasn1==0.6.1
1010pyasn1-modules==0.4.1
1111pyparsing===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'
1313pytest===6.2.5
1414rsa==4.9
1515six==1.17.0
1616toml==0.10.2
17- typing-extensions==4.12.2
17+ typing-extensions==4.13.0
Original file line number Diff line number Diff line change @@ -5,10 +5,11 @@ charset-normalizer==3.4.1
55geoalchemy2 == 0.17.1
66google-api-core [grpc ]== 2.24.2
77google-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'
910google-cloud-core == 2.4.3
1011google-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'
1213google-resumable-media == 2.7.2
1314googleapis-common-protos == 1.69.2
1415greenlet == 3.1.1
@@ -29,14 +30,14 @@ protobuf===5.28.3; python_version >= '3.8'
2930pyasn1 == 0.6.1
3031pyasn1-modules == 0.4.1
3132pyparsing === 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'
3334python-dateutil == 2.9.0.post0
34- pytz == 2025.1
35+ pytz == 2025.2
3536requests == 2.32.3
3637rsa == 4.9
3738shapely == 2.0.7
3839six == 1.17.0
3940sqlalchemy === 1.4.27
40- typing-extensions == 4.12.2
41+ typing-extensions == 4.13.0
4142urllib3 === 2.2.3 ; python_version == '3.8'
4243urllib3 == 2.3.0 ; python_version >= '3.9'
You can’t perform that action at this time.
0 commit comments