From c87e97af0731f9d489134d0b8a0ed63792b18209 Mon Sep 17 00:00:00 2001 From: "David J. Kalbfleisch" <1.21e9W@protonmail.com> Date: Mon, 18 Nov 2024 10:35:25 -0500 Subject: [PATCH] squash 2103 --- .talismanrc | 2 +- ci/Dockerfile | 2 +- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.talismanrc b/.talismanrc index 8eeadf23da..cde85f614e 100644 --- a/.talismanrc +++ b/.talismanrc @@ -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 diff --git a/ci/Dockerfile b/ci/Dockerfile index 319de9d440..49b4729025 100644 --- a/ci/Dockerfile +++ b/ci/Dockerfile @@ -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 diff --git a/poetry.lock b/poetry.lock index 887dce64b9..e755b13750 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2725,13 +2725,13 @@ files = [ [[package]] name = "pyjwt" -version = "2.10.0" +version = "2.9.0" description = "JSON Web Token implementation in Python" optional = false -python-versions = ">=3.9" +python-versions = ">=3.8" files = [ - {file = "PyJWT-2.10.0-py3-none-any.whl", hash = "sha256:543b77207db656de204372350926bed5a86201c4cbff159f623f79c7bb487a15"}, - {file = "pyjwt-2.10.0.tar.gz", hash = "sha256:7628a7eb7938959ac1b26e819a1df0fd3259505627b575e4bad6d08f76db695c"}, + {file = "PyJWT-2.9.0-py3-none-any.whl", hash = "sha256:3b02fb0f44517787776cf48f2ae25d8e14f300e6d7545a4315cee571a415e850"}, + {file = "pyjwt-2.9.0.tar.gz", hash = "sha256:7e1e5b56cc735432a7369cbfa0efe50fa113ebecdc04ae6922deba8b84582d0c"}, ] [package.extras] diff --git a/pyproject.toml b/pyproject.toml index ae1de4ea5a..a49a313734 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ notifications-python-client = "*" phonenumbers = "*" psycopg2-binary = "*" pwnedpasswords = "*" -PyJWT = "*" +PyJWT = "~2.9.0" pypdf = "*" python-dotenv = "*" python-magic = "*"