chore(deps): update dependency requests to >=2.31.0,<2.32 [security] (#2558)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-05-24 18:23:55 +02:00 committed by GitHub
parent cd5ec1e841
commit 51a3add302
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 10 additions and 10 deletions

View file

@ -7,5 +7,5 @@ djangorestframework @ git+https://github.com/encode/django-rest-framework@38a74b
drf-spectacular>=0.22.1,<0.27
gunicorn>=20.1.0,<20.2
psycopg[c]>=3.1.8,<3.2
requests>=2.25.1,<2.31
requests>=2.31.0,<2.32
uvicorn[standard]>=0.17.6,<0.23.0

View file

@ -29,7 +29,7 @@ setup(
"django>=4.2.0,<4.3",
"djangorestframework @ git+https://github.com/encode/django-rest-framework@38a74b42da10576857d6bf8bd82a73b15d12a7ed",
"drf-spectacular>=0.22.1,<0.27",
"requests>=2.25.1,<2.31",
"requests>=2.31.0,<2.32",
],
extras_require={
"prod": [