diff options
author | Nejc Habjan <hab.nejc@gmail.com> | 2021-08-01 20:08:01 +0200 |
---|---|---|
committer | John Villalovos <john@sodarock.com> | 2021-08-01 11:27:47 -0700 |
commit | ce995b256423a0c5619e2a6c0d88e917aad315ba (patch) | |
tree | db8939233da69769555e8c7a55ef64d39446e219 /setup.py | |
parent | ae97196ce8f277082ac28fcd39a9d11e464e6da9 (diff) | |
download | gitlab-ce995b256423a0c5619e2a6c0d88e917aad315ba.tar.gz |
fix(deps): upgrade requests to 2.25.0 (see CVE-2021-33503)
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ setup( 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"], }, |