diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 90b9440..e75cae9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -68,7 +68,7 @@ repos: - id: rst-inline-touching-normal - repo: https://github.com/python-poetry/poetry - rev: 2.0.0 + rev: 2.0.1 hooks: - id: poetry-check - id: poetry-lock diff --git a/poetry.lock b/poetry.lock index da418a3..abe194d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.0.0 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.0.1 and should not be changed by hand. [[package]] name = "aiobotocore" @@ -4225,4 +4225,4 @@ sql = ["sqlalchemy"] [metadata] lock-version = "2.1" python-versions = ">=3.11,<4" -content-hash = "f2eb948184c14017d4e616006dbd5cdef7e31e6aec063c5d3fbc242a47e8723f" +content-hash = "599edc0855c0c55c984441f92c0c54a5d047357447ea382be0255b085abbc50b" diff --git a/pyproject.toml b/pyproject.toml index e62d238..b966f50 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ pytest-cov = ">=4.1,<7.0" black = ">=23.11,<25.0" isort = "^5.12.0" mypy = "^1.7.0" -pre-commit = ">=3.5,<5.0" +pre-commit = "^4.0.1" flake8 = ">=6.1,<8.0" ipdb = "^0.13.13" bump2version = "^1.0.1"