Skip to content
Open
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
2 changes: 1 addition & 1 deletion analytics-api/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ pyasn1==0.6.3
pyrsistent==0.19.3
python-dotenv==1.0.1
python-jose==3.5.0
pytz==2024.1
pytz==2026.1.post1
requests==2.33.0
rsa==4.9
secure==0.3.0
Expand Down
2 changes: 1 addition & 1 deletion api/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pyrsistent==0.17.3
python-dateutil==2.8.2
python-dotenv==1.0.1
python-editor==1.0.4
pytz==2024.1
pytz==2026.1.post1
PyYAML==6.0.1
six==1.16.0
SQLAlchemy==1.4.52
Expand Down
3 changes: 2 additions & 1 deletion api/requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ aws-requests-auth
requests
anytree
geopandas
awesome-slugify==1.6.5
awesome-slugify==1.6.5
pytz==2026.1.post1
2 changes: 1 addition & 1 deletion etl/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ SQLAlchemy-Utils==0.38.3
SQLAlchemy==1.4.52
packaging==25.0
python-dotenv==0.21.0
pytz==2022.5
pytz==2026.1.post1
-e git+https://github.com/bcgov/dep-public.git#egg=api&subdirectory=api
-e git+https://github.com/bcgov/dep-public.git#egg=analytics-api&subdirectory=analytics-api
4 changes: 2 additions & 2 deletions etl/src/etl_project/services/repo.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
if candidate_str not in sys.path:
sys.path.insert(0, candidate_str)

from etl_project.services.jobs.engagement_data_ingestion import engagement_data_ingestion # noqa: E402
from etl_project.services.jobs.engagement_data_ingestion import engagement_data_ingestion # noqa: E402, E501
from etl_project.services.jobs.test_db import job_sample_db_test # noqa: E402
from etl_project.services.jobs.cleanup_old_logs import cleanup_old_logs, vacuum_dagster_db # noqa: E402
from etl_project.services.jobs.cleanup_old_logs import cleanup_old_logs, vacuum_dagster_db # noqa: E402, E501
from etl_project.services.schedules.engagement_data_ingestion_schedule import ( # noqa: E402
engagement_data_ingestion_schedule,
)
Expand Down
2 changes: 1 addition & 1 deletion notify-api/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pyrsistent==0.17.3
python-dateutil==2.8.2
python-dotenv==1.0.1
python-editor==1.0.4
pytz==2024.1
pytz==2026.1.post1
PyYAML==6.0.1
six==1.16.0
SQLAlchemy==1.4.52
Expand Down
Loading