Skip to content

[pip] (deps): Bump the dev-dependencies group across 1 directory with 28 updates #60

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
56 changes: 28 additions & 28 deletions requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -61,51 +61,51 @@ 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
# pytest-freezer
# 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
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
Expand All @@ -115,33 +115,33 @@ 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
tomli==2.2.1
# via
# coverage
# pytest
typing-extensions==4.12.2
typing-extensions==4.13.2
# via
# hatch.envs.dev
# pyright
# rich
# 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
Loading