summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNejc Habjan <nejc.habjan@siemens.com>2022-12-04 18:01:12 +0100
committerJohn Villalovos <john@sodarock.com>2022-12-05 00:53:21 -0600
commitfaf842e97d4858ff5ebd8ae6996e0cb3ca29881c (patch)
tree951f98740300d3df10bddcea52aa6d3094b6f3b0
parentef5feb4d07951230452a2974da729a958bdb9d6a (diff)
downloadgitlab-faf842e97d4858ff5ebd8ae6996e0cb3ca29881c.tar.gz
fix(deps): bump requests-toolbelt to fix deprecation warning
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 62597a7..f02b05f 100644
--- a/setup.py
+++ b/setup.py
@@ -28,7 +28,7 @@ setup(
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"],
},