diff --git a/poetry.lock b/poetry.lock index 83661d668b..84cedfe49e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "asgiref" @@ -84,13 +84,13 @@ files = [ [[package]] name = "certifi" -version = "2023.7.22" +version = "2024.7.4" description = "Python package for providing Mozilla's CA Bundle." optional = false python-versions = ">=3.6" files = [ - {file = "certifi-2023.7.22-py3-none-any.whl", hash = "sha256:92d6037539857d8206b8f6ae472e8b77db8058fec5937a1ef3f54304089edbb9"}, - {file = "certifi-2023.7.22.tar.gz", hash = "sha256:539cc1d13202e33ca466e88b2807e29f4c13049d6d87031a3c110744495cb082"}, + {file = "certifi-2024.7.4-py3-none-any.whl", hash = "sha256:c198e21b1289c2ab85ee4e67bb4b4ef3ead0892059901a8d5b622f24a1101e90"}, + {file = "certifi-2024.7.4.tar.gz", hash = "sha256:5a1e7645bc0ec61a09e26c36f6106dd4cf40c6db3a1fb6352b0244e7fb057c7b"}, ] [[package]] @@ -1789,4 +1789,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "613f4f0c196284cafd9fe0f75e2ed8570be513f824d602e1b65e0a586c943a21" +content-hash = "535cd8218fd9c38ae81e7ecff098124744b612d87dafab13f21d6a422d3295c8" diff --git a/pyproject.toml b/pyproject.toml index df1c9461e5..778e214e99 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ cffi = "^1.15.1" pytz = "^2022.1" django-sass = "1.1.0" zxcvbn = "^4.4.28" -certifi = "^2023.7.22" +certifi = "^2024.7.4" setuptools = "65.5.1" django-js-asset = "2.0.0" hdn-research-environment = "2.3.8" diff --git a/requirements.txt b/requirements.txt index 2d6d78ac07..3d4e495792 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,9 +13,9 @@ botocore==1.31.53 ; python_version >= "3.9" and python_version < "4.0" \ cachetools==4.2.2 ; python_version >= "3.9" and python_version < "4.0" \ --hash=sha256:2cc0b89715337ab6dbba85b5b50effe2b0c74e035d83ee8ed637cf52f12ae001 \ --hash=sha256:61b5ed1e22a0924aed1d23b478f37e8d52549ff8a961de2909c69bf950020cff -certifi==2023.7.22 ; python_version >= "3.9" and python_version < "4.0" \ - --hash=sha256:539cc1d13202e33ca466e88b2807e29f4c13049d6d87031a3c110744495cb082 \ - --hash=sha256:92d6037539857d8206b8f6ae472e8b77db8058fec5937a1ef3f54304089edbb9 +certifi==2024.7.4 ; python_version >= "3.9" and python_version < "4.0" \ + --hash=sha256:5a1e7645bc0ec61a09e26c36f6106dd4cf40c6db3a1fb6352b0244e7fb057c7b \ + --hash=sha256:c198e21b1289c2ab85ee4e67bb4b4ef3ead0892059901a8d5b622f24a1101e90 cffi==1.15.1 ; python_version >= "3.9" and python_version < "4.0" \ --hash=sha256:00a9ed42e88df81ffae7a8ab6d9356b371399b91dbdf0c3cb1e84c03a13aceb5 \ --hash=sha256:03425bdae262c76aad70202debd780501fabeaca237cdfddc008987c0e0f59ef \