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:
parent
cd5ec1e841
commit
51a3add302
10 changed files with 10 additions and 10 deletions
|
@ -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
|
||||
|
|
|
@ -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": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue