diff --git a/poetry.lock b/poetry.lock index bd96d30..7c4c801 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1534,13 +1534,13 @@ dev = ["black", "flake8", "pre-commit"] [[package]] name = "pytest-watcher" -version = "0.4.1" +version = "0.4.2" description = "Automatically rerun your tests on file modifications" optional = false -python-versions = ">=3.7.0,<4.0.0" +python-versions = "<4.0.0,>=3.7.0" files = [ - {file = "pytest_watcher-0.4.1-py3-none-any.whl", hash = "sha256:29435669cb0124fb32d6de649fe9b1350f6dac94176313fff559ee4c2a66fd6e"}, - {file = "pytest_watcher-0.4.1.tar.gz", hash = "sha256:5a793c4c883e3a55ab2abbfa3a8cd6fa6495b3767d5f6644052cc5f3236f511a"}, + {file = "pytest_watcher-0.4.2-py3-none-any.whl", hash = "sha256:a43949ba67dd8d7e1fd0de5eea44a999081f0aec9f93b4e744264b4c6a3d9bbe"}, + {file = "pytest_watcher-0.4.2.tar.gz", hash = "sha256:7b292f025ca19617cd7567c228c6187b5087f2da9e4d2cf6e144e5764a0471b0"}, ] [package.dependencies] @@ -2480,4 +2480,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "8cb52c4f5343fe825a1244865a70961fef064b91569fbc4034fbb7286fa146c8" +content-hash = "d119917aa4391a3e583462692fe9b27e2fef64fea8d5900d6bcb71efab157a3c" diff --git a/pyproject.toml b/pyproject.toml index afe4910..40dbb6e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ pytest-order = "^1.2.0" pytest-randomly = "^3.15.0" pytest-reverse = "^1.7.0" pytest-sugar = "^1.0.0" -pytest-watcher = "^0.4.1" +pytest-watcher = "^0.4.2" mypy = "^1.9.0" pre-commit = "^3.7.0" ruff = "^0.3.5"