diff --git a/requirements-dev.txt b/requirements-dev.txt index e1436b6..6d278d8 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,6 @@ -aiohttp==3.8.6 +aiohttp==3.9.1 aiosignal==1.3.1 +annotated-types==0.6.0 arq==0.25.0 astroid==3.0.1 async-timeout==4.0.3 @@ -8,63 +9,74 @@ bitmath==1.3.3.1 black==23.11.0 build==1.0.3 cachetools==5.3.2 -cattrs==23.1.2 -certifi==2023.7.22 +cattrs==23.2.3 +cerberus==1.3.5 +certifi==2023.11.17 cffi==1.16.0 chardet==5.2.0 charset-normalizer==3.3.2 click==8.1.7 colorama==0.4.6 coverage[toml]==7.3.2 -cryptography==41.0.5 +cryptography==41.0.7 dill==0.3.7 distlib==0.3.7 +docopt==0.6.2 filelock==3.13.1 -fixcloudutils[prometheus,redis]==1.11.0 +fixcloudutils[prometheus,redis]==1.13.1 flake8==6.1.0 frozenlist==1.4.0 hiredis==2.2.3 -hypothesis==6.88.4 -idna==3.4 +hypothesis==6.92.0 +idna==3.6 iniconfig==2.0.0 -isort==5.12.0 -kubernetes-asyncio==28.2.0 +isort==5.13.0 +kubernetes-asyncio==28.2.1 mccabe==0.7.0 multidict==6.0.4 -mypy==1.7.0 +mypy==1.7.1 mypy-extensions==1.0.0 packaging==23.2 -pathspec==0.11.2 +pathspec==0.12.1 +pep517==0.13.1 pep8-naming==0.13.3 +pip-api==0.0.30 pip-tools==7.3.0 -platformdirs==3.11.0 +pipreqs==0.4.13 +platformdirs==4.1.0 +plette[validation]==0.4.4 pluggy==1.3.0 -prometheus-client==0.18.0 +prometheus-client==0.19.0 pycodestyle==2.11.1 pycparser==2.21 +pydantic==2.5.2 +pydantic-core==2.14.5 pyflakes==3.1.0 pylint==3.0.2 pyproject-api==1.6.1 pyproject-hooks==1.0.0 pytest==7.4.3 -pytest-asyncio==0.21.1 +pytest-asyncio==0.23.2 pytest-cov==4.1.0 python-dateutil==2.8.2 pyyaml==6.0.1 redis[hiredis]==5.0.1 +requests==2.31.0 +requirementslib==3.0.0 six==1.16.0 sortedcontainers==2.4.0 tomlkit==0.12.3 -tox==4.11.3 +tox==4.11.4 types-pyopenssl==23.3.0.0 types-pytz==2023.3.1.1 types-requests==2.31.0.10 -types-setuptools==68.2.0.1 -typing-extensions==4.8.0 +types-setuptools==69.0.0.0 +typing-extensions==4.9.0 urllib3==2.1.0 -virtualenv==20.24.6 -wheel==0.41.3 -yarl==1.9.2 +virtualenv==20.25.0 +wheel==0.42.0 +yarg==0.1.9 +yarl==1.9.4 # The following packages are considered to be unsafe in a requirements file: # pip diff --git a/requirements.txt b/requirements.txt index d740d12..b1c5290 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,27 +1,26 @@ -aiohttp==3.8.6 +aiohttp==3.9.1 aiosignal==1.3.1 arq==0.25.0 async-timeout==4.0.3 attrs==23.1.0 bitmath==1.3.3.1 -cattrs==23.1.2 -certifi==2023.7.22 -charset-normalizer==3.3.2 +cattrs==23.2.3 +certifi==2023.11.17 click==8.1.7 -fixcloudutils==1.11.0 +fixcloudutils==1.13.1 frozenlist==1.4.0 hiredis==2.2.3 -idna==3.4 -kubernetes-asyncio==28.2.0 +idna==3.6 +kubernetes-asyncio==28.2.1 multidict==6.0.4 -prometheus-client==0.18.0 +prometheus-client==0.19.0 python-dateutil==2.8.2 pyyaml==6.0.1 redis==5.0.1 six==1.16.0 -typing-extensions==4.8.0 +typing-extensions==4.9.0 urllib3==2.1.0 -yarl==1.9.2 +yarl==1.9.4 # The following packages are considered to be unsafe in a requirements file: # setuptools