Skip to content

Commit 7f32689

Browse files
Bump requests from 0.7.5 to 2.20.0
Bumps [requests](https://github.com/requests/requests) from 0.7.5 to 2.20.0. - [Release notes](https://github.com/requests/requests/releases) - [Changelog](https://github.com/psf/requests/blob/master/HISTORY.md) - [Commits](psf/requests@v0.7.5...v2.20.0) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 54b5062 commit 7f32689

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==0.7.5
1+
requests==2.20.0
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==0.7.5',
15+
install_requires=['distribute', 'requests==2.20.0',
1616
'mimeparse==0.1.3', 'python-dateutil==1.5'],
1717
author='Steven Cummings',
1818
author_email='[email protected]',

0 commit comments

Comments
 (0)