diff --git a/poetry.lock b/poetry.lock index 9555eb9..e8a6115 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1936,13 +1936,13 @@ files = [ [[package]] name = "tox" -version = "4.12.1" +version = "4.14.1" 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.14.1-py3-none-any.whl", hash = "sha256:b03754b6ee6dadc70f2611da82b4ed8f625fcafd247e15d1d0cb056f90a06d3b"}, + {file = "tox-4.14.1.tar.gz", hash = "sha256:f0ad758c3bbf7e237059c929d3595479363c3cdd5a06ac3e49d1dd020ffbee45"}, ] [package.dependencies] @@ -2176,4 +2176,4 @@ s3 = ["fs-s3fs"] [metadata] lock-version = "2.0" python-versions = "<3.12,>=3.8.0" -content-hash = "0dff038a9af2933bb1e18aa2f210bfa4a4749b77915940a2138ad8584ccf92dd" +content-hash = "5bfec06aad0902849f37c607db69d6b06879f3b4dd66525ee0734820ac140429" diff --git a/pyproject.toml b/pyproject.toml index c5068d6..b9d4bf0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ simplejson = "^3.19.2" [tool.poetry.dev-dependencies] pytest = "^7.4.4" -tox = "^4.12.1" +tox = "^4.14.1" ruff = "^0.1.14" singer-sdk = { version=">=0.28,<0.35", extras = ["testing"] } types-simplejson = "^3.19.0.1"