Skip to content

Commit 3161cbc

Browse files
Bump requests from 2.25.0 to 2.31.0
Bumps [requests](https://github.com/psf/requests) from 2.25.0 to 2.31.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.25.0...v2.31.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 448ebea commit 3161cbc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
'ffs>=0.0.8.2',
5151
'Jinja2==2.10.1',
5252
'django==2.2.16',
53-
'requests==2.25.0',
53+
'requests==2.31.0',
5454
'djangorestframework==3.12.2',
5555
'django-reversion==3.0.8',
5656
'django-compressor==2.4',

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ python-dateutil==2.8.1
33
coverage
44
coveralls
55
flake8==3.8.4
6-
requests==2.25.0
6+
requests==2.31.0
77
psycopg2==2.8.6

0 commit comments

Comments
 (0)