diff --git a/analytics-api/requirements.txt b/analytics-api/requirements.txt index c1e158608..117c92003 100644 --- a/analytics-api/requirements.txt +++ b/analytics-api/requirements.txt @@ -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 diff --git a/api/requirements.txt b/api/requirements.txt index cef1a7459..e4ad26e99 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -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 diff --git a/api/requirements/prod.txt b/api/requirements/prod.txt index 67be5dae9..ab6e4e719 100644 --- a/api/requirements/prod.txt +++ b/api/requirements/prod.txt @@ -33,4 +33,5 @@ aws-requests-auth requests anytree geopandas -awesome-slugify==1.6.5 \ No newline at end of file +awesome-slugify==1.6.5 +pytz==2026.1.post1 \ No newline at end of file diff --git a/etl/requirements.txt b/etl/requirements.txt index 117c9e641..d8f1c2b4c 100644 --- a/etl/requirements.txt +++ b/etl/requirements.txt @@ -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 \ No newline at end of file diff --git a/etl/src/etl_project/services/repo.py b/etl/src/etl_project/services/repo.py index c12ed5d8d..346260cea 100644 --- a/etl/src/etl_project/services/repo.py +++ b/etl/src/etl_project/services/repo.py @@ -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, ) diff --git a/notify-api/requirements.txt b/notify-api/requirements.txt index 248553a06..bfad937e4 100644 --- a/notify-api/requirements.txt +++ b/notify-api/requirements.txt @@ -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