diff --git a/redis_events/poetry.lock b/redis_events/poetry.lock index b6939bd22..69cac0f88 100644 --- a/redis_events/poetry.lock +++ b/redis_events/poetry.lock @@ -413,7 +413,7 @@ files = [ name = "cffi" version = "1.16.0" description = "Foreign Function Interface for Python calling C code." -optional = false +optional = true python-versions = ">=3.8" files = [ {file = "cffi-1.16.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:6b3d6606d369fc1da4fd8c357d026317fbb9c9b75d36dc16e90e84c26854b088"}, @@ -691,7 +691,7 @@ toml = ["tomli"] name = "cryptography" version = "42.0.4" description = "cryptography is a package which provides cryptographic recipes and primitives to Python developers." -optional = false +optional = true python-versions = ">=3.7" files = [ {file = "cryptography-42.0.4-cp37-abi3-macosx_10_12_universal2.whl", hash = "sha256:ffc73996c4fca3d2b6c1c8c12bfd3ad00def8621da24f547626bf06441400449"}, @@ -1848,7 +1848,7 @@ wcwidth = "*" name = "pycparser" version = "2.21" description = "C parser in Python" -optional = false +optional = true python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" files = [ {file = "pycparser-2.21-py2.py3-none-any.whl", hash = "sha256:8ee45429555515e1f6b185e78100aea234072576aa43ab53aefcae078162fca9"}, @@ -2063,16 +2063,17 @@ dev = ["pre-commit", "pytest-asyncio", "tox"] [[package]] name = "pytest-ruff" -version = "0.1.1" +version = "0.3" description = "pytest plugin to check ruff requirements." optional = false -python-versions = ">=3.7,<4.0" +python-versions = ">=3.8,<4.0" files = [ - {file = "pytest_ruff-0.1.1-py3-none-any.whl", hash = "sha256:db33c8d32d730d61d372c1ac4615b1036c47a14c781cbc0ae71811c4cadadc47"}, - {file = "pytest_ruff-0.1.1.tar.gz", hash = "sha256:f599768ff3834d6b1d6d26b25a030a5b1dcc9cf187239bd9621a7f25f7d8fe46"}, + {file = "pytest_ruff-0.3-py3-none-any.whl", hash = "sha256:625d142fa65855cd2d6edae395287829eea91a951d2b77cbe824463680b35760"}, + {file = "pytest_ruff-0.3.tar.gz", hash = "sha256:798fafcee34dff6055c9082b394a5f314d6db2a562fb560da29cfe4e1996eb77"}, ] [package.dependencies] +pytest = ">=5" ruff = ">=0.0.242" [[package]] @@ -2841,4 +2842,4 @@ aca-py = ["aries-cloudagent"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "733effbe774dff0efe5857b97e971fbfdc8d27cca1399204404c025fca8c6f13" +content-hash = "934355fb3f21b8aa58adf80694896454541d393c8c1dc5c798a3c550d3735626" diff --git a/redis_events/pyproject.toml b/redis_events/pyproject.toml index 053cc0b45..93a0803eb 100644 --- a/redis_events/pyproject.toml +++ b/redis_events/pyproject.toml @@ -27,7 +27,7 @@ asynctest = "0.13.0" pytest = "~7.4.0" pytest-asyncio = "0.14.0" pytest-cov = "2.10.1" -pytest-ruff = "^0.1.1" +pytest-ruff = "^0.3" mock= "~4.0" pre-commit = "^2.12.1" pytest-mock = "^3.6.1"