diff --git a/redis_events/poetry.lock b/redis_events/poetry.lock index c9bd2daae..615a6a95f 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.2" 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.2-cp37-abi3-macosx_10_12_universal2.whl", hash = "sha256:701171f825dcab90969596ce2af253143b93b08f1a716d4b2a9d2db5084ef7be"}, @@ -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,13 +2063,13 @@ dev = ["pre-commit", "pytest-asyncio", "tox"] [[package]] name = "pytest-ruff" -version = "0.1.1" +version = "0.2.1" description = "pytest plugin to check ruff requirements." optional = false python-versions = ">=3.7,<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.2.1-py3-none-any.whl", hash = "sha256:f586bbd7978cb5782b673c8e55fa069d83430139931b918bd72232ba3f71eb67"}, + {file = "pytest_ruff-0.2.1.tar.gz", hash = "sha256:078ad696bfa347b466991ed4f9cc5ec807f5a171d7f06091660d8f16ba03a5dc"}, ] [package.dependencies] @@ -2841,4 +2841,4 @@ aca-py = ["aries-cloudagent"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "733effbe774dff0efe5857b97e971fbfdc8d27cca1399204404c025fca8c6f13" +content-hash = "1c7a1aa70608024821d9663ef25ce19b3326394503096a2d8a616a37dee1ce8e" diff --git a/redis_events/pyproject.toml b/redis_events/pyproject.toml index 053cc0b45..57996638f 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.2.1" mock= "~4.0" pre-commit = "^2.12.1" pytest-mock = "^3.6.1"