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

Bump the python-dependencies group with 5 updates #37

Closed
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: 7 additions & 5 deletions requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --output-file=requirements/requirements-dev.txt requirements/requirements-dev.in
#
black==24.1.1
black==24.3.0
# via -r requirements/requirements-dev.in
build==1.0.3
# via pip-tools
Expand All @@ -30,19 +30,21 @@ packaging==23.2
# build
pathspec==0.11.2
# via black
pip-tools==7.3.0
pip-tools==7.4.1
# via -r requirements/requirements-dev.in
platformdirs==3.11.0
# via
# black
# virtualenv
pre-commit==3.6.0
pre-commit==3.7.0
# via -r requirements/requirements-dev.in
pyproject-hooks==1.0.0
# via build
# via
# build
# pip-tools
pyyaml==6.0.1
# via pre-commit
ruff==0.1.15
ruff==0.3.4
# via -r requirements/requirements-dev.in
virtualenv==20.24.6
# via pre-commit
Expand Down
4 changes: 2 additions & 2 deletions requirements/requirements-tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ iniconfig==2.0.0
# via pytest
packaging==23.2
# via pytest
pluggy==1.3.0
pluggy==1.4.0
# via pytest
pytest==8.0.0
pytest==8.1.1
# via
# -r requirements/requirements-tests.in
# pytest-randomly
Expand Down
Loading