diff --git a/poetry.lock b/poetry.lock index 6328f54..07d6fc0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1046,14 +1046,14 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pytest" -version = "8.3.4" +version = "8.3.5" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.8" groups = ["dev"] files = [ - {file = "pytest-8.3.4-py3-none-any.whl", hash = "sha256:50e16d954148559c9a74109af1eaf0c945ba2d8f30f0a3d3335edde19788b6f6"}, - {file = "pytest-8.3.4.tar.gz", hash = "sha256:965370d062bce11e73868e0335abac31b4d3de0e82f4007408d242b4f8610761"}, + {file = "pytest-8.3.5-py3-none-any.whl", hash = "sha256:c69214aa47deac29fad6c2a4f590b9c4a9fdb16a403176fe154b79c0b4d4d820"}, + {file = "pytest-8.3.5.tar.gz", hash = "sha256:f4efe70cc14e511565ac476b57c279e12a855b11f48f212af1080ef2263d3845"}, ] [package.dependencies] @@ -1417,4 +1417,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.1" python-versions = ">=3.12,<4" -content-hash = "5356e8dfd9cfb1261e6293ba83acecc4debbf3680ec5221e939bde2c05956d42" +content-hash = "61dee6810d2c78a5964f94339be0d3caa3346a71520a01d7bbf509065d1554bc" diff --git a/pyproject.toml b/pyproject.toml index f4f533e..ec27d6d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ polars-lts-cpu = "^1.24.0" pyarrow = "^19.0.1" [tool.poetry.group.dev.dependencies] -pytest = "8.3.4" +pytest = "8.3.5" pytest-cov = "6.0.0" beautifulsoup4 = "^4.12.3" lxml = "^5.3.1"