Skip to content

Commit e29cf7e

Browse files
Update requests requirement from ~=2.32.4 to ~=2.32.5
Updates the requirements on [requests](https://github.com/psf/requests) to permit the latest version. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.32.4...v2.32.5) --- updated-dependencies: - dependency-name: requests dependency-version: 2.32.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 34920d3 commit e29cf7e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ phonenumbers==9.0.12
33
django-phonenumber-field==8.1.0
44
babel==2.17.0
55
setuptools==80.9.0
6-
requests~=2.32.4
6+
requests~=2.32.5
77
django-q2==1.8.0
88
python-dotenv==1.1.1

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ phonenumbers==9.0.12
44
django-phonenumber-field==8.1.0
55
babel==2.17.0
66
setuptools==80.9.0
7-
requests~=2.32.4
7+
requests~=2.32.5
88
python-dotenv==1.1.1
99
colorama~=0.4.6
1010
django-q2==1.8.0

0 commit comments

Comments
 (0)