Skip to content

Commit

Permalink
Bump black from 22.10.0 to 24.3.0 in /pymoose/requirements
Browse files Browse the repository at this point in the history
Bumps [black](https://github.com/psf/black) from 22.10.0 to 24.3.0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@22.10.0...24.3.0)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 20, 2024
1 parent dd8bcca commit 889e5d6
Showing 1 changed file with 17 additions and 13 deletions.
30 changes: 17 additions & 13 deletions pymoose/requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,40 +5,42 @@
# make pydep-upgrade
#
absl-py==1.3.0
# via -r pymoose/requirements/dev.in
# via -r dev.in
attrs==22.1.0
# via pytest
black==22.10.0
black==24.3.0
# via
# -r pymoose/requirements/dev.in
# -r dev.in
# flake8-black
click==8.1.3
# via black
exceptiongroup==1.0.0
# via pytest
flake8==5.0.4
# via
# -r pymoose/requirements/dev.in
# -r dev.in
# flake8-black
# flake8-isort
flake8-black==0.3.3
# via -r pymoose/requirements/dev.in
# via -r dev.in
flake8-isort==5.0.0
# via -r pymoose/requirements/dev.in
# via -r dev.in
iniconfig==1.1.1
# via pytest
isort==5.10.1
# via
# -r pymoose/requirements/dev.in
# -r dev.in
# flake8-isort
maturin==0.13.7
# via -r pymoose/requirements/dev.in
# via -r dev.in
mccabe==0.7.0
# via flake8
mypy-extensions==0.4.3
# via black
packaging==21.3
# via pytest
packaging==24.0
# via
# black
# pytest
pathspec==0.10.1
# via black
platformdirs==2.5.2
Expand All @@ -49,13 +51,15 @@ pycodestyle==2.9.1
# via flake8
pyflakes==2.5.0
# via flake8
pyparsing==3.0.9
# via packaging
pytest==7.2.0
# via -r pymoose/requirements/dev.in
# via -r dev.in
tomli==2.0.1
# via
# black
# flake8-black
# maturin
# pytest
typing-extensions==4.4.0
# via
# -c base.txt
# black

0 comments on commit 889e5d6

Please sign in to comment.