From e392fb04766c7b10e58e5617ebc3baabcfb9db06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 11:15:30 +0000 Subject: [PATCH] Bump requests from 2.28.2 to 2.31.0 Bumps [requests](https://github.com/psf/requests) from 2.28.2 to 2.31.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.28.2...v2.31.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- poetry.lock | 14 ++++++-------- pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index 87b9b99..24f406c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -565,7 +565,6 @@ test = ["celery", "pytest", "pytest-cov", "pytest-django", "redis"] name = "django-json-widget" version = "1.1.1" description = "Django json widget is an alternative widget that makes it easy to edit the jsonfield field of django." -category = "main" optional = false python-versions = "*" files = [ @@ -746,7 +745,6 @@ msgpack = ">1.0" name = "future" version = "0.18.3" description = "Clean single-source support for Python 3 and 2" -category = "main" optional = false python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" files = [ @@ -1309,20 +1307,20 @@ classify-imports = ">=4.1" [[package]] name = "requests" -version = "2.28.2" +version = "2.31.0" description = "Python HTTP for Humans." optional = false -python-versions = ">=3.7, <4" +python-versions = ">=3.7" files = [ - {file = "requests-2.28.2-py3-none-any.whl", hash = "sha256:64299f4909223da747622c030b781c0d7811e359c37124b4bd368fb8c6518baa"}, - {file = "requests-2.28.2.tar.gz", hash = "sha256:98b1b2782e3c6c4904938b84c0eb932721069dfdb9134313beff7c83c2df24bf"}, + {file = "requests-2.31.0-py3-none-any.whl", hash = "sha256:58cd2187c01e70e6e26505bca751777aa9f2ee0b7f4300988b709f44e013003f"}, + {file = "requests-2.31.0.tar.gz", hash = "sha256:942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1"}, ] [package.dependencies] certifi = ">=2017.4.17" charset-normalizer = ">=2,<4" idna = ">=2.5,<4" -urllib3 = ">=1.21.1,<1.27" +urllib3 = ">=1.21.1,<3" [package.extras] socks = ["PySocks (>=1.5.6,!=1.5.7)"] @@ -1550,4 +1548,4 @@ brotli = ["Brotli"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "02eaf79e96bd331e6f58336a1084a8ce18558817305533322ceab32d7570b482" +content-hash = "863a898905fc5366a34f7b1975ba160e901e32dd9dddc8fc4c5c4edb14b39be7" diff --git a/pyproject.toml b/pyproject.toml index 30a96f4..5125111 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ inflection = "^0.5.1" parameterized = "^0.8.1" psycopg2 = "^2.9.3" python-dotenv = "^0.17.0" -requests = "^2.28.2" +requests = "^2.31.0" whitenoise = "^5.3.0" django-cron = "^0.6.0" django-json-widget = "^1.1.1"