Skip to content
Merged
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 .github/workflows/dashboard-build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
environment: ${{ inputs.environment }}
is_deployment: ${{ github.ref == 'refs/heads/main' }}
terraform_stack: gp2gp_dashboard
image_tag: gp2gp_dashboard
image_tag: gp2gp-dashboard
build_lambda: true
git_ref: ${{ github.ref }}
secrets: inherit
Expand Down
2 changes: 1 addition & 1 deletion services/metrics-calculator/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
version="1.0.0",
packages=find_packages(where="src"),
package_dir={"": "src"},
install_requires=["python-dateutil>=2.9", "boto3>=1.42.3", "urllib3==2.6.0", "PyArrow==22.0.0"],
install_requires=["python-dateutil>=2.9", "boto3>=1.42.3", "urllib3==2.6.3", "PyArrow==23.0.0"],
)
2 changes: 1 addition & 1 deletion services/ods-downloader/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"python-dateutil>=2.8",
"requests>=2.2",
"boto3>=1.29.7",
"urllib3==1.26.18",
"urllib3==2.6.3",
],
entry_points={
"console_scripts": [
Expand Down
4 changes: 2 additions & 2 deletions services/reports-generator/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
install_requires=[
"python-dateutil>=2.8",
"boto3>=1.18",
"urllib3==1.26.18",
"PyArrow==22.0.0",
"urllib3==2.6.3",
"PyArrow==23.0.0",
"polars~=0.20.31",
],
)
2 changes: 1 addition & 1 deletion services/spine-exporter/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
version="1.0.0",
packages=find_packages(where="src"),
package_dir={"": "src"},
install_requires=["requests>=2.26", "boto3>=1.18", "urllib3==1.26.18"],
install_requires=["requests>=2.26", "boto3>=1.18", "urllib3==2.6.3"],
)
4 changes: 2 additions & 2 deletions services/transfer-classifier/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
install_requires=[
"python-dateutil>=2.8",
"boto3>=1.18",
"PyArrow==22.0.0",
"urllib3==1.26.18",
"PyArrow==23.0.0",
"urllib3==2.6.3",
],
)
Loading