requirements-dev: Bump all versions to latest

This commit is contained in:
Athanasius 2022-12-21 17:02:55 +00:00
parent 804b0f3bcd
commit 69a1343bb9

View File

@ -3,29 +3,29 @@
wheel
# Code formatting
black==22.1.0
black==22.12.0
# Static analysis tools
flake8-annotations-coverage==0.0.5
flake8-annotations-coverage==0.0.6
flake8-cognitive-complexity==0.1.0
flake8-comprehensions==3.7.0
flake8-comprehensions==3.10.1
flake8-docstrings==1.6.0
flake8-isort==4.1.1
flake8-isort==5.0.3
flake8-json==21.7.0
flake8-noqa==1.2.0
flake8-use-fstring==1.3
mypy==0.910
pep8-naming==0.12.1
safety==1.10.3
flake8-noqa==1.3.0
flake8-use-fstring==1.4
mypy==0.991
pep8-naming==0.13.3
safety==2.3.5
types-pkg_resources==0.1.3
types-requests==2.25.11
types-simplejson==3.17.1
types-requests==2.28.11.6
types-simplejson==3.18.0.0
# Code formatting tools
autopep8==1.6.0
autopep8==2.0.1
# Testing
pytest-cov==3.0.0 # Pytest code coverage support
pytest-cov==4.0.0 # Pytest code coverage support
# coverage[toml]==6.1.1 # pytest-cov dep. This is here to ensure that it includes TOML support for pyproject.toml configs
# All of the normal requirements