diff --git a/Pipfile b/Pipfile index a85e8e5..828d298 100644 --- a/Pipfile +++ b/Pipfile @@ -7,6 +7,7 @@ name = "pypi" requests = ">=2.20.0" httmock = ">=1.2.5" python-jose = ">=1.4.0" +urllib3 = ">=1.26.5" [dev-packages] diff --git a/docs/source/conf.py b/docs/source/conf.py index 78454a2..7b52edc 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -60,9 +60,9 @@ author = 'Marcos Pereira' # built documents. # # The short X.Y version. -version = '0.26.0' +version = '0.26.1' # The full version, including alpha/beta/rc tags. -release = '0.26.0' +release = '0.26.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/requirements.txt b/requirements.txt index f4faf6d..a353c7f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,5 @@ httmock>=1.2.5 python-jose>=1.4.0 twine==1.13.0 jose~=1.0.0 -setuptools~=54.2.0 \ No newline at end of file +setuptools~=54.2.0 +urllib3>=1.26.5 \ No newline at end of file diff --git a/setup.py b/setup.py index 81dc85f..e6cb84b 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open("README.md", "r") as fh: setup( name='python-keycloak', - version='0.26.0', + version='0.26.1', url='https://github.com/marcospereirampj/python-keycloak', license='The MIT License', author='Marcos Pereira',