Skip to content

Commit

Permalink
chore(deps): bump requests (#80870)
Browse files Browse the repository at this point in the history
- Bumps `requests` to the latest available version to resolve known
vulnerabilities.
- Bumps `docker` dev dependency in order to maintain compatibility with
the newest version of `requests`.
  • Loading branch information
mdtro authored Nov 18, 2024
1 parent 982db45 commit f0500b3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion requirements-base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ rb>=1.9.0
redis-py-cluster>=2.1.0
redis>=3.4.1
requests-oauthlib>=1.2.0
requests>=2.25.1
requests>=2.32.3
# [start] jsonschema format validators
rfc3339-validator>=0.1.2
rfc3986-validator>=0.1.1
Expand Down
7 changes: 3 additions & 4 deletions requirements-dev-frozen.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ django-csp==3.8
django-pg-zero-downtime-migrations==0.13
django-stubs-ext==5.1.1
djangorestframework==3.15.2
docker==6.1.3
docker==7.1.0
drf-spectacular==0.26.3
email-reply-parser==0.5.12
execnet==1.9.0
Expand Down Expand Up @@ -170,7 +170,7 @@ redis-py-cluster==2.1.0
referencing==0.30.2
regex==2022.9.13
reportlab==4.0.7
requests==2.31.0
requests==2.32.3
requests-file==2.1.0
requests-oauthlib==1.2.0
responses==0.23.1
Expand Down Expand Up @@ -226,7 +226,7 @@ types-python-dateutil==2.8.19
types-pytz==2022.1.2
types-pyyaml==6.0.11
types-redis==3.5.18
types-requests==2.31.0.20240406
types-requests==2.32.0.20241016
types-setuptools==69.0.0.0
types-simplejson==3.17.7.2
typing-extensions==4.12.0
Expand All @@ -238,7 +238,6 @@ urllib3==2.2.2
vine==5.1.0
virtualenv==20.25.0
wcwidth==0.2.10
websocket-client==1.3.2
werkzeug==3.0.3
wheel==0.38.4
wrapt==1.17.0rc1
Expand Down
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sentry-devenv>=1.13.0
devservices>=1.0.2

covdefaults>=2.3.0
docker>=6
docker>=7
time-machine>=2.16.0
honcho>=2
openapi-core>=0.18.2
Expand Down Expand Up @@ -55,6 +55,6 @@ types-pytz
types-pyyaml
# make sure to match close-enough to redis==
types-redis<4
types-requests>=2.31.0.20240406
types-requests>=2.32.0.20241016
types-setuptools>=68
types-simplejson>=3.17.7.2
2 changes: 1 addition & 1 deletion requirements-frozen.txt
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ redis-py-cluster==2.1.0
referencing==0.30.2
regex==2022.9.13
reportlab==4.0.7
requests==2.31.0
requests==2.32.3
requests-file==2.1.0
requests-oauthlib==1.2.0
rfc3339-validator==0.1.2
Expand Down

0 comments on commit f0500b3

Please sign in to comment.