Skip to content

Commit faf842e

Browse files
nejchJohnVillalovos
authored andcommitted
fix(deps): bump requests-toolbelt to fix deprecation warning
1 parent ef5feb4 commit faf842e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def get_version() -> str:
2828
license="LGPL-3.0-or-later",
2929
url="https://github.com/python-gitlab/python-gitlab",
3030
packages=find_packages(exclude=["docs*", "tests*"]),
31-
install_requires=["requests>=2.25.0", "requests-toolbelt>=0.9.1"],
31+
install_requires=["requests>=2.25.0", "requests-toolbelt>=0.10.1"],
3232
package_data={
3333
"gitlab": ["py.typed"],
3434
},

0 commit comments

Comments
 (0)