diff --git a/pdm.lock b/pdm.lock index ca404db..663605b 100644 --- a/pdm.lock +++ b/pdm.lock @@ -5,7 +5,7 @@ groups = ["default", "dev"] strategy = ["inherit_metadata"] lock_version = "4.5.0" -content_hash = "sha256:bade9501e53f7b9936c56a3a28aa62412cff852d30ecbebcfd5bb7a5e7319e17" +content_hash = "sha256:f8a4eb177b19ef9811c4a7e0a802637f22bcbe47fb04c1a121892944a3f926ee" [[metadata.targets]] requires_python = ">=3.9" @@ -521,7 +521,7 @@ files = [ [[package]] name = "pytest" -version = "8.3.3" +version = "8.3.4" requires_python = ">=3.8" summary = "pytest: simple powerful testing with Python" groups = ["dev"] @@ -534,8 +534,8 @@ dependencies = [ "tomli>=1; python_version < \"3.11\"", ] files = [ - {file = "pytest-8.3.3-py3-none-any.whl", hash = "sha256:a6853c7375b2663155079443d2e45de913a911a11d669df02a50814944db57b2"}, - {file = "pytest-8.3.3.tar.gz", hash = "sha256:70b98107bd648308a7952b06e6ca9a50bc660be218d53c257cc1fc94fda10181"}, + {file = "pytest-8.3.4-py3-none-any.whl", hash = "sha256:50e16d954148559c9a74109af1eaf0c945ba2d8f30f0a3d3335edde19788b6f6"}, + {file = "pytest-8.3.4.tar.gz", hash = "sha256:965370d062bce11e73868e0335abac31b4d3de0e82f4007408d242b4f8610761"}, ] [[package]] diff --git a/pyproject.toml b/pyproject.toml index 8956355..a125192 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,13 +31,13 @@ post_install = {composite = ["pre-commit install", "pdm install --plugins --froz [tool.pdm.dev-dependencies] dev = [ - "pytest>=8.3.3", + "pytest>=8.3.4", "black>=24.10.0", - "ruff>=0.8.0", + "ruff>=0.8.1", "pre-commit>=4.0.1", "mypy>=1.13.0", "tuna>=0.5.11", - "httpx>=0.27.2", + "httpx>=0.28.0", "pytest-benchmark>=5.1.0", "pip>=24.3.1", ]