diff --git a/poetry.lock b/poetry.lock index 6664e2b..f2632c0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1551,13 +1551,13 @@ files = [ [[package]] name = "tox" -version = "4.12.1" +version = "4.13.0" description = "tox is a generic virtualenv management and test command line tool" optional = false python-versions = ">=3.8" files = [ - {file = "tox-4.12.1-py3-none-any.whl", hash = "sha256:c07ea797880a44f3c4f200ad88ad92b446b83079d4ccef89585df64cc574375c"}, - {file = "tox-4.12.1.tar.gz", hash = "sha256:61aafbeff1bd8a5af84e54ef6e8402f53c6a6066d0782336171ddfbf5362122e"}, + {file = "tox-4.13.0-py3-none-any.whl", hash = "sha256:1143c7e2489c68026a55d3d4ae84c02c449f073b28e62f80e3e440a3b72a4afa"}, + {file = "tox-4.13.0.tar.gz", hash = "sha256:dd789a554c16c4b532924ba393c92fc8991323c4b3d466712bfecc8c9b9f24f7"}, ] [package.dependencies] @@ -1677,4 +1677,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.8,<3.12" -content-hash = "8c68130ceebbd8f3b7f787cb4b8cedfada647b93869c96100f93e4d7b298ea5b" +content-hash = "a71b883a618d58eef202f222325e2ae6d1df789acc10ec36d8b10611c79aec40" diff --git a/pyproject.toml b/pyproject.toml index c4e6baf..065b3f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ sqlalchemy = "2.0.27" [tool.poetry.group.dev.dependencies] pytest = "8.0.0" faker = "23.2.1" -tox = "4.12.1" +tox = "4.13.0" mypy = "1.8.0" ruff = "0.2.1" types-sqlalchemy = "1.4.53.38"