Skip to content

Commit

Permalink
fix(deps): bump requests-toolbelt to fix deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nejch authored and JohnVillalovos committed Dec 5, 2022
1 parent ef5feb4 commit faf842e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def get_version() -> str:
license="LGPL-3.0-or-later",
url="https://github.com/python-gitlab/python-gitlab",
packages=find_packages(exclude=["docs*", "tests*"]),
install_requires=["requests>=2.25.0", "requests-toolbelt>=0.9.1"],
install_requires=["requests>=2.25.0", "requests-toolbelt>=0.10.1"],
package_data={
"gitlab": ["py.typed"],
},
Expand Down

0 comments on commit faf842e

Please sign in to comment.