Skip to content

Commit

Permalink
fix(deps): upgrade requests to 2.25.0 (see CVE-2021-33503)
Browse files Browse the repository at this point in the history
  • Loading branch information
nejch authored and JohnVillalovos committed Aug 1, 2021
1 parent ae97196 commit ce995b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -25,7 +25,7 @@ def get_version():
license="LGPLv3",
url="https://github.com/python-gitlab/python-gitlab",
packages=find_packages(),
install_requires=["requests>=2.22.0", "requests-toolbelt>=0.9.1"],
install_requires=["requests>=2.25.0", "requests-toolbelt>=0.9.1"],
package_data={
"gitlab": ["py.typed"],
},
Expand Down

0 comments on commit ce995b2

Please sign in to comment.