diff --git a/requirements/ci.txt b/requirements/ci.txt index 1bb68d6..e54ae95 100644 --- a/requirements/ci.txt +++ b/requirements/ci.txt @@ -1,42 +1,42 @@ -async-timeout==3.0.1 -attrs==21.2.0 -bleach==4.0.0 -certifi==2021.5.30 -cffi==1.14.6 -chardet==4.0.0 -charset-normalizer==2.0.4 -codecov==2.1.11 -colorama==0.4.4 -coverage==5.5 -cryptography==3.4.7 -docutils==0.17.1 -idna==3.2 -importlib-metadata==4.6.3 +aiohttp==3.8.1 +aiosignal==1.2.0 +async-timeout==4.0.2 +atomicwrites==1.4.1 +attrs==21.4.0 +bleach==5.0.1 +certifi==2022.6.15 +charset-normalizer==2.1.0 +codecov==2.1.12 +colorama==0.4.5 +commonmark==0.9.1 +coverage==6.4.2 +docutils==0.19 +frozenlist==1.3.0 +idna==3.3 +importlib-metadata==4.12.0 iniconfig==1.1.1 -jeepney==0.7.1 -keyring==23.0.1 -multidict==5.1.0 -packaging==21.0 -pkginfo==1.7.1 -pluggy==0.13.1 -py==1.10.0 -pycparser==2.20 -Pygments==2.9.0 -pyparsing==2.4.7 -pytest==6.1.2 -pytest-aiohttp==0.3.0 -pytest-cov==2.10.1 -readme-renderer==29.0 -requests==2.26.0 +keyring==23.7.0 +multidict==6.0.2 +packaging==21.3 +pkginfo==1.8.3 +pluggy==1.0.0 +py==1.11.0 +Pygments==2.12.0 +pyparsing==3.0.9 +pytest==7.1.2 +pytest-aiohttp==1.0.4 +pytest-asyncio==0.19.0 +pytest-cov==3.0.0 +pywin32-ctypes==0.2.0 +readme-renderer==35.0 +requests==2.28.1 requests-toolbelt==0.9.1 -rfc3986==1.5.0 -SecretStorage==3.3.1 +rfc3986==2.0.0 +rich==12.5.1 six==1.16.0 -toml==0.10.2 -tqdm==4.62.0 -twine==3.4.2 -typing-extensions==3.10.0.0 -urllib3==1.26.6 +tomli==2.0.1 +twine==4.0.1 +urllib3==1.26.11 webencodings==0.5.1 -yarl==1.6.3 -zipp==3.5.0 +yarl==1.7.2 +zipp==3.8.1 diff --git a/requirements/test.txt b/requirements/test.txt index 5228fdc..e247ce6 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -1,23 +1,28 @@ -async-timeout==3.0.1 -attrs==21.2.0 -bleach==4.0.0 -chardet==4.0.0 -coverage==5.5 -docutils==0.17.1 -idna==3.2 +aiohttp==3.8.1 +aiosignal==1.2.0 +async-timeout==4.0.2 +atomicwrites==1.4.1 +attrs==21.4.0 +bleach==5.0.1 +charset-normalizer==2.1.0 +colorama==0.4.5 +coverage==6.4.2 +docutils==0.19 +frozenlist==1.3.0 +idna==3.3 iniconfig==1.1.1 -multidict==5.1.0 -packaging==21.0 -pluggy==0.13.1 -py==1.10.0 -Pygments==2.9.0 -pyparsing==2.4.7 -pytest==6.1.2 -pytest-aiohttp==0.3.0 -pytest-cov==2.10.1 -readme-renderer==29.0 +multidict==6.0.2 +packaging==21.3 +pluggy==1.0.0 +py==1.11.0 +Pygments==2.12.0 +pyparsing==3.0.9 +pytest==7.1.2 +pytest-aiohttp==1.0.4 +pytest-asyncio==0.19.0 +pytest-cov==3.0.0 +readme-renderer==35.0 six==1.16.0 -toml==0.10.2 -typing-extensions==3.10.0.0 +tomli==2.0.1 webencodings==0.5.1 -yarl==1.6.3 +yarl==1.7.2 diff --git a/setup.cfg b/setup.cfg index bd084a2..e2a20ca 100644 --- a/setup.cfg +++ b/setup.cfg @@ -36,14 +36,14 @@ install_requires = [options.extras_require] test = - pytest==6.1.2 - pytest-aiohttp==0.3.0 - pytest-cov==2.10.1 - readme-renderer==29.0 + pytest==7.1.2 + pytest-aiohttp==1.0.4 + pytest-cov==3.0.0 + readme-renderer==35.0 ci = %(test)s - codecov==2.1.11 - twine==3.4.2 + codecov==2.1.12 + twine==4.0.1 [options.packages.find] exclude =