diff --git a/pay-api/poetry.lock b/pay-api/poetry.lock index 9d67330e1..c48929f74 100644 --- a/pay-api/poetry.lock +++ b/pay-api/poetry.lock @@ -1336,13 +1336,13 @@ python-dateutil = "*" [[package]] name = "idna" -version = "3.6" +version = "3.7" description = "Internationalized Domain Names in Applications (IDNA)" optional = false python-versions = ">=3.5" files = [ - {file = "idna-3.6-py3-none-any.whl", hash = "sha256:c05567e9c24a6b9faaa835c4821bad0590fbb9d5779e7caa6e1cc4978e7eb24f"}, - {file = "idna-3.6.tar.gz", hash = "sha256:9ecdbbd083b06798ae1e86adcbfe8ab1479cf864e4ee30fe4e46a003d12491ca"}, + {file = "idna-3.7-py3-none-any.whl", hash = "sha256:82fee1fc78add43492d3a1898bfa6d8a904cc97d8427f683ed8e798d07761aa0"}, + {file = "idna-3.7.tar.gz", hash = "sha256:028ff3aadf0609c1fd278d8ea3089299412a7a8b9bd005dd08b9f8285bcb5cfc"}, ] [[package]] @@ -2789,4 +2789,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "e55972064d892d64edac23407dae4adf30758034c953ec480cb2d28043843bc0" +content-hash = "975779a410830da87289ddee7d94530065b3888164571a98917828dab0e6c1fe" diff --git a/pay-api/pyproject.toml b/pay-api/pyproject.toml index 3875f6a68..ffed3dfab 100644 --- a/pay-api/pyproject.toml +++ b/pay-api/pyproject.toml @@ -41,7 +41,7 @@ gcp-queue = { git = "https://github.com/bcgov/sbc-connect-common.git", subdirect greenlet = "3.0.3" gunicorn = "22.0.0" holidays = "0.37" -idna = "3.6" +idna = "3.7" itsdangerous = "2.1.2" jaeger-client = "4.8.0" jsonschema = "4.17.3"