Skip to content

Commit

Permalink
squash 2103
Browse files Browse the repository at this point in the history
  • Loading branch information
kalbfled committed Nov 18, 2024
1 parent b84ac4d commit c87e97a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .talismanrc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ fileignoreconfig:
- filename: lambda_functions/ses_callback/ses_callback_lambda.py
checksum: b20c36921290a9609f158784e2a3278c36190887e6054ea548004a67675fd79b
- filename: poetry.lock
checksum: 6aec3bde01efbc3820fc6815606d9c87d19943c44b73f5aabd4db653221f1e7b
checksum: 082cb88a22fad1d0d88697e574da5fafce53528969e705c1b773bc40e76b78a9
- filename: scripts/trigger_task.py
checksum: 0e9d244dbe285de23fc84bb643407963dacf7d25a3358373f01f6272fb217778
- filename: tests/app/callback/test_webhook_callback_strategy.py
Expand Down
2 changes: 1 addition & 1 deletion ci/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Python 3.10 is supported until October 2026.
# Alpine Linux 3.19 is supported until 1 November 2025
FROM python:3.10.13-alpine3.19 as builder
FROM python:3.10-alpine3.19 as builder

# REQUESTS_CA_BUNDLE is for the "requests" Python package.
# https://requests.readthedocs.io/en/latest/user/advanced/#ssl-cert-verification
Expand Down
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ notifications-python-client = "*"
phonenumbers = "*"
psycopg2-binary = "*"
pwnedpasswords = "*"
PyJWT = "*"
PyJWT = "~2.9.0"
pypdf = "*"
python-dotenv = "*"
python-magic = "*"
Expand Down

0 comments on commit c87e97a

Please sign in to comment.