diff options
| author | Nejc Habjan <nejc.habjan@siemens.com> | 2022-12-04 18:01:12 +0100 |
|---|---|---|
| committer | John Villalovos <john@sodarock.com> | 2022-12-05 00:53:21 -0600 |
| commit | faf842e97d4858ff5ebd8ae6996e0cb3ca29881c (patch) | |
| tree | 951f98740300d3df10bddcea52aa6d3094b6f3b0 | |
| parent | ef5feb4d07951230452a2974da729a958bdb9d6a (diff) | |
| download | gitlab-faf842e97d4858ff5ebd8ae6996e0cb3ca29881c.tar.gz | |
fix(deps): bump requests-toolbelt to fix deprecation warning
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"], }, |
