Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions api/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ aiofiles==23.1.0
aniso8601==7.0.0
async-exit-stack==1.0.1
async-generator==1.10
certifi==2023.7.22
certifi==2024.7.4
chardet==4.0.0
click==8.0.2
dnspython==2.6.1
Expand All @@ -13,23 +13,23 @@ google-cloud-logging==3.10.0
graphene==2.1.8
graphql-core==2.3.2
graphql-relay==2.0.1
h11==0.12.0
h11==0.16.0
httptools==0.6.0
httpx==0.24.1
idna==3.7
itsdangerous==1.1.0
Jinja2==3.1.4
Jinja2==3.1.6
MarkupSafe==2.0.1
orjson==3.11.6
promise==2.3
pydantic==2.11.7
python-dotenv==1.2.2
python-multipart==0.0.26
python-multipart==0.0.27
PyYAML==6.0.1
requests==2.33.0
Rx==1.6.1
six==1.16.0
starlette==0.37.2
starlette==0.49.1
typing-extensions==4.12.2
ujson==5.12.0
urllib3==2.6.3
Expand Down
2 changes: 1 addition & 1 deletion api/requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Testing
pytest>=3.2.3
pytest>=9.0.3
flake8==6.0.0
black==26.3.1
pytest-mock
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ urllib3~=2.6.3
requests~=2.33.1
attrs~=23.1.0
pluggy~=1.3.0
certifi~=2025.8.3
certifi~=2026.4.22

# SQL Alchemy and Geo Alchemy
SQLAlchemy==2.0.23
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Faker
pytest~=7.4.3
pytest~=9.0.3
2 changes: 1 addition & 1 deletion functions-python/batch_datasets/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ urllib3~=2.6.3
requests~=2.33.1
attrs~=23.1.0
pluggy~=1.3.0
certifi~=2025.8.3
certifi~=2026.4.22

# SQL Alchemy and Geo Alchemy
SQLAlchemy==2.0.23
Expand Down
2 changes: 1 addition & 1 deletion functions-python/batch_datasets/requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Faker
pytest~=7.4.3
pytest~=9.0.3
2 changes: 1 addition & 1 deletion functions-python/batch_process_dataset/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ urllib3~=2.6.3
requests~=2.33.1
attrs~=23.1.0
pluggy~=1.3.0
certifi~=2025.8.3
certifi~=2026.4.22

# SQL Alchemy and Geo Alchemy
SQLAlchemy==2.0.23
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Faker
pytest~=7.4.3
pytest~=9.0.3
urllib3-mock
requests-mock
python-dotenv~=1.2.2
Expand Down
2 changes: 1 addition & 1 deletion functions-python/big_query_ingestion/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ urllib3~=2.6.3
requests~=2.33.1
attrs~=23.1.0
pluggy~=1.3.0
certifi~=2025.8.3
certifi~=2026.4.22

# Google specific packages for this function
google-cloud-bigquery
Expand Down
2 changes: 1 addition & 1 deletion functions-python/big_query_ingestion/requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Faker
pytest~=7.4.3
pytest~=9.0.3
urllib3-mock
requests-mock
2 changes: 1 addition & 1 deletion functions-python/dataset_service/requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Faker
pytest~=7.4.3
pytest~=9.0.3
urllib3-mock
requests-mock
functions-framework==3.*
Expand Down
2 changes: 1 addition & 1 deletion functions-python/export_csv/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ urllib3~=2.6.3
requests~=2.33.1
attrs~=23.1.0
pluggy~=1.3.0
certifi~=2025.8.3
certifi~=2026.4.22
pandas~=2.2.3
python-dotenv==1.2.2
fastapi-filter[sqlalchemy]==1.0.0
Expand Down
2 changes: 1 addition & 1 deletion functions-python/export_csv/requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Faker
pytest~=7.4.3
pytest~=9.0.3
2 changes: 1 addition & 1 deletion functions-python/gbfs_validator/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ urllib3~=2.6.3
requests~=2.33.1
attrs~=23.1.0
pluggy~=1.3.0
certifi~=2025.8.3
certifi~=2026.4.22

# SQL Alchemy and Geo Alchemy
SQLAlchemy==2.0.23
Expand Down
2 changes: 1 addition & 1 deletion functions-python/gbfs_validator/requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Faker
pytest~=7.4.3
pytest~=9.0.3
urllib3-mock
requests-mock
2 changes: 1 addition & 1 deletion functions-python/helpers/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ urllib3~=2.6.3
requests~=2.33.1
attrs~=23.1.0
pluggy~=1.3.0
certifi~=2025.8.3
certifi~=2026.4.22
python-dotenv==1.2.2

# SQL Alchemy and Geo Alchemy
Expand Down
2 changes: 1 addition & 1 deletion functions-python/helpers/requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Faker
pytest~=7.4.3
pytest~=9.0.3
urllib3-mock
requests-mock
6 changes: 3 additions & 3 deletions functions-python/operations_api/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ aiohttp~=3.10.5
asgiref~=3.8.1
asyncio~=3.4.3
attrs~=23.1.0
certifi==2025.8.3
certifi==2026.4.22
email-validator==2.0.0
fastapi==0.115.2
httpx
Expand All @@ -11,11 +11,11 @@ pluggy~=1.5.0
promise==2.3
pydantic>=2
python-dotenv==1.2.2
python-multipart==0.0.26
python-multipart==0.0.27
PyYAML>=5.4.1,<6.1.0
requests==2.33.0
Rx==1.6.1
starlette==0.40.0
starlette==0.49.1
typing-extensions==4.10.0
ujson==5.12.0
urllib3~=2.6.3
Expand Down
2 changes: 1 addition & 1 deletion functions-python/pmtiles_builder/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ urllib3~=2.6.3
requests~=2.33.1
attrs~=23.1.0
pluggy~=1.3.0
certifi~=2024.7.4
certifi~=2026.4.22
fastapi
uvicorn[standard]

Expand Down
2 changes: 1 addition & 1 deletion functions-python/pmtiles_builder/requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Faker
pytest~=7.4.3
pytest~=9.0.3
urllib3-mock
requests-mock
psutil
Expand Down
2 changes: 1 addition & 1 deletion functions-python/preprocessed_analytics/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ urllib3~=2.6.3
requests~=2.33.1
attrs~=23.1.0
pluggy~=1.3.0
certifi~=2025.8.3
certifi~=2026.4.22

# SQL Alchemy and Geo Alchemy
SQLAlchemy==2.0.23
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Faker
pytest~=7.4.3
pytest~=9.0.3
urllib3-mock
requests-mock
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ urllib3~=2.6.3
requests~=2.33.1
attrs~=23.1.0
pluggy~=1.3.0
certifi~=2025.8.3
certifi~=2026.4.22

# SQL Alchemy and Geo Alchemy
SQLAlchemy==2.0.23
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Faker
pytest~=7.4.3
pytest~=9.0.3
2 changes: 1 addition & 1 deletion functions-python/reverse_geolocation/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ urllib3~=2.6.3
requests~=2.33.1
attrs~=23.1.0
pluggy~=1.3.0
certifi~=2025.8.3
certifi~=2026.4.22

# SQL Alchemy and Geo Alchemy
SQLAlchemy==2.0.23
Expand Down
2 changes: 1 addition & 1 deletion functions-python/reverse_geolocation/requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Faker
pytest~=7.4.3
pytest~=9.0.3
urllib3-mock
requests-mock
gcp-storage-emulator
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ urllib3~=2.6.3
requests~=2.33.1
attrs~=23.1.0
pluggy~=1.3.0
certifi~=2025.8.3
certifi~=2026.4.22

# SQL Alchemy and Geo Alchemy
SQLAlchemy==2.0.23
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Faker
pytest~=7.4.3
pytest~=9.0.3
urllib3-mock
requests-mock
2 changes: 1 addition & 1 deletion functions-python/tasks_executor/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ urllib3~=2.6.3
requests~=2.33.1
attrs~=23.1.0
pluggy~=1.3.0
certifi~=2025.8.3
certifi~=2026.4.22
fastapi
uvicorn[standard]
psutil
Expand Down
2 changes: 1 addition & 1 deletion functions-python/tasks_executor/requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Faker
pytest~=7.4.3
pytest~=9.0.3
urllib3-mock
requests-mock
2 changes: 1 addition & 1 deletion functions-python/tokens/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ urllib3~=2.6.3
requests~=2.33.1
attrs~=23.1.0
pluggy~=1.3.0
certifi~=2025.8.3
certifi~=2026.4.22

# Flask dependencies for OpenAPI implementation
flask
Expand Down
2 changes: 1 addition & 1 deletion functions-python/tokens/requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#Testing
pytest>=3.2.3
pytest>=9.0.3
pytest_mock>=3.11.1
2 changes: 1 addition & 1 deletion functions-python/update_feed_status/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ urllib3~=2.6.3
requests~=2.33.1
attrs~=23.1.0
pluggy~=1.3.0
certifi~=2025.8.3
certifi~=2026.4.22

# SQL Alchemy and Geo Alchemy
SQLAlchemy==2.0.23
Expand Down
2 changes: 1 addition & 1 deletion functions-python/update_feed_status/requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Faker
pytest~=7.4.3
pytest~=9.0.3
2 changes: 1 addition & 1 deletion functions-python/validation_to_ndjson/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ urllib3~=2.6.3
requests~=2.33.1
attrs~=23.1.0
pluggy~=1.3.0
certifi~=2025.8.3
certifi~=2026.4.22

# SQL Alchemy and Geo Alchemy
SQLAlchemy==2.0.23
Expand Down
2 changes: 1 addition & 1 deletion functions-python/validation_to_ndjson/requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Faker
pytest~=7.4.3
pytest~=9.0.3
urllib3-mock
requests-mock
Loading