Update dependencies #8

Merged
luketainton merged 3 commits from deps into main 2023-04-05 22:18:43 +02:00
2 changed files with 35 additions and 10 deletions

View File

@ -2,4 +2,5 @@ black
coverage coverage
isort isort
pylint pylint
pylint-exit
pytest pytest

View File

@ -1,22 +1,46 @@
appdirs==1.4.4 appdirs==1.4.4
backoff==2.1.2 astroid==2.15.2
attrs==22.2.0
autopep8==2.0.2
backoff==2.2.1
certifi==2022.12.7 certifi==2022.12.7
charset-normalizer==2.1.0 cfgv==3.3.1
charset-normalizer==3.1.0
click==8.1.3
coloredlogs==15.0.1 coloredlogs==15.0.1
dill==0.3.6
distlib==0.3.6
filelock==3.10.7
future==0.18.3 future==0.18.3
humanfriendly==10.0 humanfriendly==10.0
idna==3.3 identify==2.5.22
pycodestyle==2.9.1 idna==3.4
PyJWT==2.4.0 iniconfig==2.0.0
lazy-object-proxy==1.9.0
mccabe==0.7.0
mypy-extensions==1.0.0
nodeenv==1.7.0
packaging==23.0
pathspec==0.11.1
platformdirs==3.2.0
pluggy==1.0.0
py==1.11.0
pycodestyle==2.10.0
PyJWT==2.6.0
pyparsing==3.0.9
python-dateutil==2.8.2 python-dateutil==2.8.2
python-dotenv==0.21.0 python-dotenv==1.0.0
PyYAML==6.0 PyYAML==6.0
requests==2.28.1 requests==2.28.2
requests-toolbelt==0.9.1 requests-toolbelt==0.10.1
six==1.16.0 six==1.16.0
toml==0.10.2 toml==0.10.2
urllib3==1.26.11 tomli==2.0.1
webex-bot==0.3.3 tomlkit==0.11.7
urllib3==1.26.15
virtualenv==20.21.0
webex-bot==0.4.0
webexteamssdk==1.6.1 webexteamssdk==1.6.1
websockets==10.2 websockets==10.2
wrapt==1.15.0
xmltodict==0.13.0 xmltodict==0.13.0