Skip to content

Commit

Permalink
Bump httpx
Browse files Browse the repository at this point in the history
  • Loading branch information
vishes-shell committed May 11, 2021
1 parent f94dba1 commit fc824c2
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 @@ -24,7 +24,7 @@ def get_version():
license="LGPLv3",
url="https://github.com/python-gitlab/python-gitlab",
packages=find_packages(),
install_requires=["httpx>=0.14.3,<0.15"],
install_requires=["httpx>=0.18.1,<0.19"],
python_requires=">=3.6.0",
entry_points={"console_scripts": ["gitlab = gitlab.cli:main"]},
classifiers=[
Expand Down

0 comments on commit fc824c2

Please sign in to comment.