Skip to content

Commit 8f18984

Browse files
Bump requests from 2.20.0 to 2.32.4
Bumps [requests](https://github.com/psf/requests) from 2.20.0 to 2.32.4. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.20.0...v2.32.4) --- updated-dependencies: - dependency-name: requests dependency-version: 2.32.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1abed00 commit 8f18984

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
requests==2.20.0
1+
requests==2.32.4
22
mimeparse==0.1.3
33
python-dateutil==1.5

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
license='MIT',
1313
url='https://github.com/pythonkc/pythonkc-meetups',
1414
packages=find_packages(),
15-
install_requires=['distribute', 'requests==2.20.0',
15+
install_requires=['distribute', 'requests==2.32.4',
1616
'mimeparse==0.1.3', 'python-dateutil==1.5'],
1717
author='Steven Cummings',
1818
author_email='estebistec@gmail.com',

0 commit comments

Comments
 (0)