diff --git a/requirements/requirements-dev.txt b/requirements/requirements-dev.txt index ab08fdd..f9b24b3 100644 --- a/requirements/requirements-dev.txt +++ b/requirements/requirements-dev.txt @@ -36,17 +36,17 @@ distlib==0.3.9 # via virtualenv exceptiongroup==1.2.2 # via pytest -filelock==3.16.1 +filelock==3.17.0 # via virtualenv freezegun==1.5.1 # via pytest-freezer -identify==2.6.5 +identify==2.6.6 # via pre-commit idna==3.10 # via requests iniconfig==2.0.0 # via pytest -junit-xml==1.8 +junit-xml==1.9 # via mutmut linkify-it-py==2.0.3 # via markdown-it-py @@ -61,7 +61,7 @@ mdit-py-plugins==0.4.2 # via markdown-it-py mdurl==0.1.2 # via markdown-it-py -mutmut==3.2.2 +mutmut==3.2.3 # via hatch.envs.dev nodeenv==1.9.1 # via @@ -77,13 +77,13 @@ platformdirs==4.3.6 # virtualenv pluggy==1.5.0 # via pytest -pre-commit==4.0.1 +pre-commit==4.1.0 # via hatch.envs.dev pychoir==0.0.27 # via hatch.envs.dev pygments==2.19.1 # via rich -pyright==1.1.391 +pyright==1.1.392.post0 # via hatch.envs.dev pytest==8.3.4 # via @@ -97,7 +97,7 @@ pytest-cov==6.0.0 # via hatch.envs.dev pytest-freezer==0.4.9 # via hatch.envs.dev -pytest-github-actions-annotate-failures==0.2.0 +pytest-github-actions-annotate-failures==0.3.0 # via hatch.envs.dev pytest-mock==3.14.0 # via hatch.envs.dev @@ -117,7 +117,7 @@ requests-mock==1.12.1 # via hatch.envs.dev rich==13.9.4 # via textual -ruff==0.8.6 +ruff==0.9.3 # via hatch.envs.dev setproctitle==1.3.4 # via mutmut @@ -143,5 +143,5 @@ uc-micro-py==1.0.3 # via linkify-it-py urllib3==2.3.0 # via requests -virtualenv==20.28.1 +virtualenv==20.29.1 # via pre-commit