Skip to content
Snippets Groups Projects
Commit fa024717 authored by teplyakov's avatar teplyakov
Browse files

feat: AUTO-2281 Update requirements

parent 012ce886
No related branches found
No related tags found
1 merge request!65feat: AUTO-2281 Update requirements
appdirs==1.4.4 appdirs==1.4.4
backports.entry-points-selectable==1.2.0 backports.entry-points-selectable==1.3.0
bleach==6.0.0 bleach==6.1.0
build==0.10.0 build==1.1.1
certifi==2023.7.22 certifi==2024.2.2
chardet==5.2.0 chardet==5.2.0
charset-normalizer==3.2.0 charset-normalizer==3.3.2
check-manifest==0.49 check-manifest==0.49
colorama==0.4.6 colorama==0.4.6
distlib==0.3.7 distlib==0.3.8
docutils==0.20.1 docutils==0.20.1
filelock==3.12.3 filelock==3.13.1
flake8==6.1.0 flake8==7.0.0
grpcio==1.57.0 grpcio==1.62.1
grpcio-tools==1.57.0 grpcio-tools==1.57.0
idna==3.4 idna==3.6
importlib-metadata==6.8.0 importlib-metadata==7.0.2
keyring==24.2.0 keyring==24.3.1
lazy==1.5 lazy==1.6
mccabe==0.7.0 mccabe==0.7.0
packaging==23.1 packaging==24.0
pep517==0.13.0 pep517==0.13.1
pkginfo==1.9.6 pkginfo==1.10.0
platformdirs==3.10.0 platformdirs==4.2.0
pluggy==1.3.0 pluggy==1.4.0
protobuf==4.24.2 protobuf==4.24.2
py==1.11.0 py==1.11.0
pycodestyle==2.11.0 pycodestyle==2.11.1
pyflakes==3.1.0 pyflakes==3.2.0
Pygments==2.16.1 Pygments==2.17.2
pyparsing==3.1.1 pyparsing==3.1.2
readme-renderer==41.0 readme-renderer==43.0
requests==2.31.0 requests==2.31.0
requests-toolbelt==1.0.0 requests-toolbelt==1.0.0
rfc3986==2.0.0 rfc3986==2.0.0
six==1.16.0 six==1.16.0
toml==0.10.2 toml==0.10.2
tomli==2.0.1 tomli==2.0.1
tox==4.11.0 tox==4.14.1
tqdm==4.66.1 tqdm==4.66.2
twine==4.0.2 twine==5.0.0
typing_extensions==4.7.1 typing_extensions==4.10.0
urllib3==2.0.4 urllib3==2.2.1
virtualenv==20.24.3 virtualenv==20.25
webencodings==0.5.1 webencodings==0.5.1
zipp==3.16.2 zipp==3.18.1
aiocron==1.8 aiocron==1.8
aiohttp==3.8.5 aiohttp==3.9.3
aiofile==3.8.8 aiofile==3.8.8
asyncstdlib==3.10.8 asyncstdlib==3.10.8
certifi==2023.7.22 certifi==2024.2.2
chardet==5.2.0 chardet==5.2.0
charset-normalizer==3.2.0 charset-normalizer==3.3.2
grpcio==1.57.0 grpcio==1.57.0
idna==3.4 idna==3.6
oauthlib==3.2.2 oauthlib==3.2.2
protobuf==4.24.2 protobuf==4.24.2
PyJWT==2.8.0 PyJWT==2.8.0
requests==2.31.0 requests==2.31.0
requests-oauthlib==1.3.1 requests-oauthlib==1.4.0
six==1.16.0 six==1.16.0
urllib3==2.0.4 urllib3==2.2.1
deepdiff==6.3.1 deepdiff==6.7.1
...@@ -14,7 +14,7 @@ def load_requirements(): ...@@ -14,7 +14,7 @@ def load_requirements():
setup( setup(
name='perxis', name='perxis',
version='1.4.1', version='1.4.2',
description='Perxis python client', description='Perxis python client',
long_description=long_description, long_description=long_description,
long_description_content_type='text/markdown', long_description_content_type='text/markdown',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment