We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae97196 commit ce995b2Copy full SHA for ce995b2
setup.py
@@ -25,7 +25,7 @@ def get_version():
25
license="LGPLv3",
26
url="https://github.com/python-gitlab/python-gitlab",
27
packages=find_packages(),
28
- install_requires=["requests>=2.22.0", "requests-toolbelt>=0.9.1"],
+ install_requires=["requests>=2.25.0", "requests-toolbelt>=0.9.1"],
29
package_data={
30
"gitlab": ["py.typed"],
31
},
0 commit comments