File tree Expand file tree Collapse file tree 3 files changed +40
-35
lines changed
Expand file tree Collapse file tree 3 files changed +40
-35
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==2024.1
5+ pytz==2024.2
Original file line number Diff line number Diff line change 1- attrs==23 .2.0
1+ attrs==24 .2.0
22click==8.1.7
3- google-auth==2.29 .0
3+ google-auth==2.36 .0
44google-cloud-testutils==1.4.0
55iniconfig==2.0.0
6- packaging==24.0
6+ packaging==24.2
77pluggy==1.5.0
88py==1.11.0
9- pyasn1==0.6.0
10- pyasn1-modules==0.4.0
11- pyparsing==3.1.2
9+ pyasn1==0.6.1
10+ pyasn1-modules==0.4.1
11+ pyparsing===3.1.4; python_version == '3.8'
12+ pyparsing==3.2.0; python_version >= '3.9'
1213pytest===6.2.5
1314rsa==4.9
1415six==1.16.0
1516toml==0.10.2
16- typing-extensions==4.12.1
17+ typing-extensions==4.12.2
Original file line number Diff line number Diff line change 1- alembic == 1.13.1
2- certifi == 2024.7.4
3- charset-normalizer == 3.3.2
4- geoalchemy2 == 0.15.1
5- google-api-core [grpc ]== 2.19 .0
6- google-auth == 2.29 .0
7- google-cloud-bigquery == 3.24 .0
1+ alembic == 1.14.0
2+ certifi == 2024.8.30
3+ charset-normalizer == 3.4.0
4+ geoalchemy2 == 0.16.0
5+ google-api-core [grpc ]== 2.23 .0
6+ google-auth == 2.36 .0
7+ google-cloud-bigquery == 3.27 .0
88google-cloud-core == 2.4.1
9- google-crc32c == 1.5.0
10- google-resumable-media == 2.7.0
11- googleapis-common-protos == 1.63.1
12- greenlet == 3.0.3
13- grpcio == 1.62.2
14- grpcio-status == 1.62.2
15- idna == 3.7
16- importlib-resources == 6.4.0 ; python_version >= '3.8'
17- mako == 1.3.5
18- markupsafe == 2.1.5
19- packaging == 24.0
20- proto-plus == 1.23.0
21- protobuf === 4.25.3
22- pyasn1 == 0.6.0
23- pyasn1-modules == 0.4.0
24- pyparsing == 3.1.2
9+ google-crc32c === 1.5.0 ; python_version == '3.8'
10+ google-crc32c == 1.6.0 ; python_version >= '3.9'
11+ google-resumable-media == 2.7.2
12+ googleapis-common-protos == 1.66.0
13+ greenlet == 3.1.1
14+ grpcio == 1.67.1
15+ grpcio-status == 1.67.1
16+ idna == 3.10
17+ importlib-resources == 6.4.5 ; python_version >= '3.8'
18+ mako === 1.3.5 ; python_version == '3.8'
19+ mako == 1.3.6 ; python_version >= '3.9'
20+ markupsafe === 2.1.5 ; python_version == '3.8'
21+ markupsafe == 3.0.2 ; python_version >= '3.9'
22+ packaging == 24.2
23+ proto-plus == 1.25.0
24+ protobuf == 5.28.3
25+ pyasn1 == 0.6.1
26+ pyasn1-modules == 0.4.1
27+ pyparsing === 3.1.4 ; python_version == '3.8'
28+ pyparsing == 3.2.0 ; python_version >= '3.9'
2529python-dateutil == 2.9.0.post0
26- pytz == 2024.1
30+ pytz == 2024.2
2731requests == 2.32.3
2832rsa == 4.9
29- shapely == 2.0.4
33+ shapely == 2.0.6
3034six == 1.16.0
3135sqlalchemy === 1.4.27
32- typing-extensions == 4.12.1
33- urllib3 == 2.2.2
36+ typing-extensions == 4.12.2
37+ urllib3 == 2.2.3
You can’t perform that action at this time.
0 commit comments