Skip to content
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

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

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
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
# - requests
#

certifi==2024.7.4
certifi==2024.8.30
# via requests
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# via requests
idna==3.7
idna==3.10
# via requests
makefun==1.15.2
makefun==1.15.6
# via hatch.envs.default
python-json-logger==2.0.7
# via hatch.envs.default
requests==2.32.3
# via hatch.envs.default
urllib3==2.2.2
urllib3==2.2.3
# via requests
44 changes: 22 additions & 22 deletions requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,68 +19,68 @@
# - requests
#

certifi==2024.7.4
certifi==2024.8.30
# via requests
cfgv==3.4.0
# via pre-commit
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# via requests
click==8.1.7
# via mutmut
coverage==7.5.4
coverage==7.6.4
# via
# hatch.envs.dev
# pytest-cov
distlib==0.3.8
distlib==0.3.9
# via virtualenv
exceptiongroup==1.2.1
exceptiongroup==1.2.2
# via pytest
filelock==3.15.4
filelock==3.16.1
# via virtualenv
freezegun==1.5.1
# via pytest-freezer
glob2==0.7
# via mutmut
identify==2.5.36
identify==2.6.2
# via pre-commit
idna==3.7
idna==3.10
# via requests
iniconfig==2.0.0
# via pytest
junit-xml==1.9
# via mutmut
makefun==1.15.2
makefun==1.15.6
# via hatch.envs.dev
mutmut==2.5.0
mutmut==3.2.0
# via hatch.envs.dev
nodeenv==1.9.1
# via
# pre-commit
# pyright
packaging==24.1
packaging==24.2
# via pytest
parso==0.8.4
# via mutmut
platformdirs==4.2.2
platformdirs==4.3.6
# via virtualenv
pluggy==1.5.0
# via pytest
pony==0.7.17
pony==0.7.19
# via mutmut
pre-commit==3.7.1
pre-commit==4.0.1
# via hatch.envs.dev
pychoir==0.0.27
# via hatch.envs.dev
pyright==1.1.376
pyright==1.1.388
# via hatch.envs.dev
pytest==8.2.2
pytest==8.3.3
# via
# hatch.envs.dev
# pytest-cov
# pytest-freezer
# pytest-github-actions-annotate-failures
# pytest-mock
pytest-cov==5.0.0
pytest-cov==6.0.0
# via hatch.envs.dev
pytest-freezer==0.4.8
# via hatch.envs.dev
Expand All @@ -92,29 +92,29 @@ python-dateutil==2.9.0.post0
# via freezegun
python-json-logger==2.0.7
# via hatch.envs.dev
pyyaml==6.0.1
pyyaml==6.0.2
# via pre-commit
requests==2.32.3
# via
# hatch.envs.dev
# requests-mock
requests-mock==1.12.1
# via hatch.envs.dev
ruff==0.5.7
ruff==0.7.3
# via hatch.envs.dev
six==1.16.0
# via
# junit-xml
# python-dateutil
toml==0.10.2
# via mutmut
tomli==2.0.1
tomli==2.0.2
# via
# coverage
# pytest
typing-extensions==4.12.2
# via hatch.envs.dev
urllib3==2.2.2
urllib3==2.2.3
# via requests
virtualenv==20.26.3
virtualenv==20.27.1
# via pre-commit
Loading