diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a073e32..62d461f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,14 +1,14 @@ repos: - repo: https://github.com/PyCQA/flake8 - rev: 6.0.0 + rev: 7.1.1 hooks: - id: flake8 - repo: https://github.com/pre-commit/mirrors-autopep8 - rev: v2.0.1 + rev: v2.0.4 hooks: - id: autopep8 args: [--exit-code, --aggressive, --in-place, -r] - repo: https://github.com/PyCQA/isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort diff --git a/test_requirements.txt b/test_requirements.txt index 6c7f06f..76d7bae 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.10 +# This file is autogenerated by pip-compile with Python 3.11 # by the following command: # # pip-compile --output-file=test_requirements.txt test_requirements.in @@ -38,18 +38,12 @@ pyproject-api==1.8.0 # via tox requests==2.32.3 # via docker -tomli==2.1.0 - # via - # pyproject-api - # tox tox==4.23.2 # via # -r test_requirements.in # tox-docker tox-docker==5.0.0 # via -r test_requirements.in -typing-extensions==4.12.2 - # via tox urllib3==2.2.3 # via # docker