Skip to content

Commit da82cdb

Browse files
committed
Merge branch 'master' of https://github.com/areed1192/python-sec
2 parents cc1a66c + c4ababe commit da82cdb

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 @@
11
requests==2.24.0
2-
urllib3==1.25.9
2+
urllib3==1.26.5
33
beautifulsoup4==4.9.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
# there are some dependencies to use the library, so let's list them out.
3636
install_requires=[
3737
'requests>=2.24.0',
38-
'urllib3==1.25.9',
38+
'urllib3==1.26.5',
3939
'beautifulsoup4==4.9.1'
4040
],
4141

0 commit comments

Comments
 (0)