diff --git a/requirements.txt b/requirements.txt index d3e221f..1c72077 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,19 +7,19 @@ # - requests # -certifi==2024.12.14 +certifi==2025.4.26 # via requests -charset-normalizer==3.4.1 +charset-normalizer==3.4.2 # via requests idna==3.10 # via requests -makefun==1.15.6 +makefun==1.16.0 # via hatch.envs.default -pychoir==0.0.27 +pychoir==0.0.29 # via hatch.envs.default -python-json-logger==3.2.1 +python-json-logger==3.3.0 # via hatch.envs.default requests==2.32.3 # via hatch.envs.default -urllib3==2.3.0 +urllib3==2.4.0 # via requests diff --git a/requirements/requirements-dev.txt b/requirements/requirements-dev.txt index ab08fdd..c62cf14 100644 --- a/requirements/requirements-dev.txt +++ b/requirements/requirements-dev.txt @@ -20,37 +20,37 @@ # - requests # -certifi==2024.12.14 +certifi==2025.4.26 # via requests cfgv==3.4.0 # via pre-commit -charset-normalizer==3.4.1 +charset-normalizer==3.4.2 # via requests click==8.1.8 # via mutmut -coverage==7.6.10 +coverage==7.8.2 # via # hatch.envs.dev # pytest-cov distlib==0.3.9 # via virtualenv -exceptiongroup==1.2.2 +exceptiongroup==1.3.0 # via pytest -filelock==3.16.1 +filelock==3.18.0 # via virtualenv -freezegun==1.5.1 +freezegun==1.5.2 # via pytest-freezer -identify==2.6.5 +identify==2.6.12 # via pre-commit idna==3.10 # via requests -iniconfig==2.0.0 +iniconfig==2.1.0 # via pytest -junit-xml==1.8 +junit-xml==1.9 # via mutmut linkify-it-py==2.0.3 # via markdown-it-py -makefun==1.15.6 +makefun==1.16.0 # via hatch.envs.dev markdown-it-py==3.0.0 # via @@ -61,31 +61,31 @@ mdit-py-plugins==0.4.2 # via markdown-it-py mdurl==0.1.2 # via markdown-it-py -mutmut==3.2.2 +mutmut==3.3.0 # via hatch.envs.dev nodeenv==1.9.1 # via # pre-commit # pyright -packaging==24.2 +packaging==25.0 # via pytest parso==0.8.4 # via mutmut -platformdirs==4.3.6 +platformdirs==4.3.8 # via # textual # virtualenv -pluggy==1.5.0 +pluggy==1.6.0 # via pytest -pre-commit==4.0.1 +pre-commit==4.2.0 # via hatch.envs.dev -pychoir==0.0.27 +pychoir==0.0.29 # via hatch.envs.dev pygments==2.19.1 # via rich -pyright==1.1.391 +pyright==1.1.401 # via hatch.envs.dev -pytest==8.3.4 +pytest==8.3.5 # via # hatch.envs.dev # pytest-cov @@ -93,11 +93,11 @@ pytest==8.3.4 # pytest-github-actions-annotate-failures # pytest-mock # pytest-randomly -pytest-cov==6.0.0 +pytest-cov==6.1.1 # 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 @@ -105,7 +105,7 @@ pytest-randomly==3.16.0 # via hatch.envs.dev python-dateutil==2.9.0.post0 # via freezegun -python-json-logger==3.2.1 +python-json-logger==3.3.0 # via hatch.envs.dev pyyaml==6.0.2 # via pre-commit @@ -115,17 +115,17 @@ requests==2.32.3 # requests-mock requests-mock==1.12.1 # via hatch.envs.dev -rich==13.9.4 +rich==14.0.0 # via textual -ruff==0.8.6 +ruff==0.11.11 # via hatch.envs.dev -setproctitle==1.3.4 +setproctitle==1.3.6 # via mutmut six==1.17.0 # via # junit-xml # python-dateutil -textual==1.0.0 +textual==3.2.0 # via mutmut toml==0.10.2 # via mutmut @@ -133,7 +133,7 @@ tomli==2.2.1 # via # coverage # pytest -typing-extensions==4.12.2 +typing-extensions==4.13.2 # via # hatch.envs.dev # pyright @@ -141,7 +141,7 @@ typing-extensions==4.12.2 # textual uc-micro-py==1.0.3 # via linkify-it-py -urllib3==2.3.0 +urllib3==2.4.0 # via requests -virtualenv==20.28.1 +virtualenv==20.31.2 # via pre-commit