|
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 |
8 |
| -google-cloud-core==2.4.1 |
| 1 | +alembic===1.14.0; python_version == '3.8' |
| 2 | +alembic==1.15.1; python_version >= '3.9' |
| 3 | +certifi==2025.1.31 |
| 4 | +charset-normalizer==3.4.1 |
| 5 | +geoalchemy2==0.17.1 |
| 6 | +google-api-core[grpc]==2.24.2 |
| 7 | +google-auth==2.38.0 |
| 8 | +google-cloud-bigquery==3.30.0 |
| 9 | +google-cloud-core==2.4.3 |
9 | 10 | google-crc32c===1.5.0; python_version == '3.8'
|
10 | 11 | google-crc32c==1.6.0; python_version >= '3.9'
|
11 | 12 | google-resumable-media==2.7.2
|
12 |
| -googleapis-common-protos==1.66.0 |
| 13 | +googleapis-common-protos==1.69.1 |
13 | 14 | greenlet==3.1.1
|
14 |
| -grpcio==1.68.0 |
15 |
| -grpcio-status==1.68.0 |
| 15 | +grpcio===1.68.0; python_version == '3.8' |
| 16 | +grpcio==1.71.0; python_version >= '3.9' |
| 17 | +grpcio-status===1.68.0; python_version == '3.8' |
| 18 | +grpcio-status==1.71.0; python_version >= '3.9' |
16 | 19 | idna==3.10
|
17 |
| -importlib-resources==6.4.5; python_version >= '3.8' |
| 20 | +importlib-resources===6.4.5; python_version == '3.8' |
| 21 | +importlib-resources==6.5.2; python_version >= '3.9' |
18 | 22 | mako===1.3.5; python_version == '3.8'
|
19 |
| -mako==1.3.6; python_version >= '3.9' |
| 23 | +mako==1.3.9; python_version >= '3.9' |
20 | 24 | markupsafe===2.1.5; python_version == '3.8'
|
21 | 25 | markupsafe==3.0.2; python_version >= '3.9'
|
22 | 26 | packaging==24.2
|
23 |
| -proto-plus==1.25.0 |
24 |
| -protobuf==5.28.3 |
| 27 | +proto-plus==1.26.1 |
| 28 | +protobuf===5.28.3; python_version >= '3.8' |
25 | 29 | pyasn1==0.6.1
|
26 | 30 | pyasn1-modules==0.4.1
|
27 | 31 | pyparsing===3.1.4; python_version == '3.8'
|
28 |
| -pyparsing==3.2.0; python_version >= '3.9' |
| 32 | +pyparsing==3.2.1; python_version >= '3.9' |
29 | 33 | python-dateutil==2.9.0.post0
|
30 |
| -pytz==2024.2 |
| 34 | +pytz==2025.1 |
31 | 35 | requests==2.32.3
|
32 | 36 | rsa==4.9
|
33 |
| -shapely==2.0.6 |
34 |
| -six==1.16.0 |
| 37 | +shapely==2.0.7 |
| 38 | +six==1.17.0 |
35 | 39 | sqlalchemy===1.4.27
|
36 | 40 | typing-extensions==4.12.2
|
37 |
| -urllib3==2.2.3 |
| 41 | +urllib3===2.2.3; python_version == '3.8' |
| 42 | +urllib3==2.3.0; python_version >= '3.9' |
0 commit comments