diff --git a/poetry.lock b/poetry.lock index dc81c8b..5f067d5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -697,18 +697,17 @@ Django = ">=3.2" [[package]] name = "djangorestframework" -version = "3.14.0" +version = "3.15.1" description = "Web APIs for Django, made easy." optional = false python-versions = ">=3.6" files = [ - {file = "djangorestframework-3.14.0-py3-none-any.whl", hash = "sha256:eb63f58c9f218e1a7d064d17a70751f528ed4e1d35547fdade9aaf4cd103fd08"}, - {file = "djangorestframework-3.14.0.tar.gz", hash = "sha256:579a333e6256b09489cbe0a067e66abe55c6595d8926be6b99423786334350c8"}, + {file = "djangorestframework-3.15.1-py3-none-any.whl", hash = "sha256:3ccc0475bce968608cf30d07fb17d8e52d1d7fc8bfe779c905463200750cbca6"}, + {file = "djangorestframework-3.15.1.tar.gz", hash = "sha256:f88fad74183dfc7144b2756d0d2ac716ea5b4c7c9840995ac3bfd8ec034333c1"}, ] [package.dependencies] django = ">=3.0" -pytz = "*" [[package]] name = "docutils" @@ -1470,13 +1469,13 @@ files = [ [[package]] name = "requests" -version = "2.31.0" +version = "2.32.0" description = "Python HTTP for Humans." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "requests-2.31.0-py3-none-any.whl", hash = "sha256:58cd2187c01e70e6e26505bca751777aa9f2ee0b7f4300988b709f44e013003f"}, - {file = "requests-2.31.0.tar.gz", hash = "sha256:942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1"}, + {file = "requests-2.32.0-py3-none-any.whl", hash = "sha256:f2c3881dddb70d056c5bd7600a4fae312b2a300e39be6a118d30b90bd27262b5"}, + {file = "requests-2.32.0.tar.gz", hash = "sha256:fa5490319474c82ef1d2c9bc459d3652e3ae4ef4c4ebdd18a21145a47ca4b6b8"}, ] [package.dependencies] @@ -2001,4 +2000,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "93ae39eaf9a2d9a821c4842e805380bea2e523c8fe93b35a20637505bcb29f3f" +content-hash = "3983b86d14a481ef29b3e8ada1e03e4fdaec8f821e1099eec632692b9829090f" diff --git a/pyproject.toml b/pyproject.toml index afc8bb0..5109225 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ pycodestyle = "^2.10.0" python-dateutil = "2.8.0" pytz = "^2020.1" raven = "6.10.0" -requests = "^2.31.0" +requests = "2.32.0" requests-oauthlib = "1.2.0" s3transfer = "^0.4.2" sentry-sdk = "1.14.0" diff --git a/requirements/base.txt b/requirements/base.txt index 421b077..6833209 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -5,7 +5,7 @@ beautifulsoup4==4.8.2 black==24.3.0 boto3==1.17.112 botocore==1.20.112 -certifi==2023.7.22 +certifi==2024.7.4 chardet==3.0.4 charset-normalizer==3.3.2 click==8.1.7 @@ -66,7 +66,7 @@ requests==2.31.0 requests-oauthlib==1.2.0 rjsmin==1.2.1 s3transfer==0.4.2 -sentry-sdk==1.14.0 +sentry-sdk==2.8.0 six==1.16.0 soupsieve==2.0.1 sqlparse==0.5.0 diff --git a/requirements/dev.txt b/requirements/dev.txt index 421b077..6833209 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -5,7 +5,7 @@ beautifulsoup4==4.8.2 black==24.3.0 boto3==1.17.112 botocore==1.20.112 -certifi==2023.7.22 +certifi==2024.7.4 chardet==3.0.4 charset-normalizer==3.3.2 click==8.1.7 @@ -66,7 +66,7 @@ requests==2.31.0 requests-oauthlib==1.2.0 rjsmin==1.2.1 s3transfer==0.4.2 -sentry-sdk==1.14.0 +sentry-sdk==2.8.0 six==1.16.0 soupsieve==2.0.1 sqlparse==0.5.0 diff --git a/requirements/prod.txt b/requirements/prod.txt index 1fc2b6f..363d86b 100644 --- a/requirements/prod.txt +++ b/requirements/prod.txt @@ -4,7 +4,7 @@ autopep8==1.4.4 beautifulsoup4==4.8.2 boto3==1.17.112 botocore==1.20.112 -certifi==2023.7.22 +certifi==2024.7.4 chardet==3.0.4 charset-normalizer==3.3.2 defusedxml==0.7.1 @@ -59,7 +59,7 @@ requests==2.31.0 requests-oauthlib==1.2.0 rjsmin==1.2.1 s3transfer==0.4.2 -sentry-sdk==1.14.0 +sentry-sdk==2.8.0 six==1.16.0 soupsieve==2.0.1 sqlparse==0.5.0