Skip to content

Commit

Permalink
bump requests and urllib3 to avoid vulnarability
Browse files Browse the repository at this point in the history
ref #1
  • Loading branch information
rkoschmitzky committed Jan 30, 2022
1 parent 42fde1e commit 4a3d013
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Expand Up @@ -5,5 +5,5 @@ coveralls==1.11.1
docopt==0.6.2
idna==2.9
nose==1.3.7
requests==2.23.0
urllib3==1.25.8
requests==2.27.0
urllib3==1.26.5
2 changes: 2 additions & 0 deletions setup.py
Expand Up @@ -13,6 +13,8 @@
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10"
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Utilities",
"Topic :: System :: Logging",
Expand Down

0 comments on commit 4a3d013

Please sign in to comment.