diff --git a/dev-requirements.txt b/dev-requirements.txt index 5a465d1..6960112 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.11 +# This file is autogenerated by pip-compile with Python 3.12 # by the following command: # # pip-compile --constraint=requirements.txt --extra=dev --output-file=dev-requirements.txt pyproject.toml @@ -63,7 +63,7 @@ colorama==0.4.6 # omotes-rest (pyproject.toml) coverage[toml]==7.6.1 # via pytest-cov -flake8==6.0.0 +flake8==6.1.0 # via # flake8-docstrings # flake8-pyproject @@ -73,7 +73,7 @@ flake8-docstrings==1.7.0 # via omotes-rest (pyproject.toml) flake8-pyproject==1.2.3 # via omotes-rest (pyproject.toml) -flake8-quotes==3.3.2 +flake8-quotes==3.4.0 # via omotes-rest (pyproject.toml) flask==2.3.3 # via @@ -200,11 +200,11 @@ psycopg2-binary==2.9.9 # via # -c requirements.txt # omotes-rest (pyproject.toml) -pycodestyle==2.10.0 +pycodestyle==2.11.1 # via flake8 pydocstyle==6.3.0 # via flake8-docstrings -pyflakes==3.0.1 +pyflakes==3.1.0 # via flake8 pyproject-hooks==1.1.0 # via build diff --git a/pyproject.toml b/pyproject.toml index 79ced5f..2281241 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,10 +43,10 @@ dependencies = [ dev = [ #"pip-tools~=6.13.0", # Installed via create_env script "black ~= 22.1.0", - "flake8 ~= 6.0.0", - "Flake8-pyproject ~= 1.2.3", - "flake8-docstrings ~= 1.7.0", - "flake8-quotes ~= 3.3.2", + "flake8 ~= 6.0", + "Flake8-pyproject ~= 1.2", + "flake8-docstrings ~= 1.7", + "flake8-quotes ~= 3.3", "pytest ~= 7.3.1", "pytest-cov ~= 4.0.0", "mypy ~= 1.5.1", diff --git a/requirements.txt b/requirements.txt index 5c020f7..090a39f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.11 +# This file is autogenerated by pip-compile with Python 3.12 # by the following command: # # pip-compile --output-file=requirements.txt pyproject.toml