Skip to content

Commit

Permalink
[chore] Bump libs (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
aquamatthias authored Dec 12, 2023
1 parent fc4c811 commit 2c67c6b
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 30 deletions.
52 changes: 32 additions & 20 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
19 changes: 9 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 2c67c6b

Please sign in to comment.