Skip to content

Commit

Permalink
Bump black from 23.9.1 to 24.3.0
Browse files Browse the repository at this point in the history
Bumps [black](https://github.com/psf/black) from 23.9.1 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@23.9.1...24.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 7, 2024
1 parent 648e753 commit 038def5
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 43 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ toml = "==0.10.2"
watchdog = "==3.0.0"

[dev-packages]
black = "==23.9.1"
black = "==24.3.0"
flask = "==3.0.0"
kazoo = "==2.9.0"
pre-commit = "==3.4.0"
Expand Down
70 changes: 35 additions & 35 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-i https://pypi.org/simple
black==23.9.1; python_version >= '3.8'
black==24.3.0; python_version >= '3.8'
blinker==1.6.2; python_version >= '3.7'
certifi==2023.7.22; python_version >= '3.6'
cfgv==3.4.0; python_version >= '3.8'
Expand All @@ -11,17 +11,17 @@ dnspython==2.6.1; python_version >= '3.8'
filelock==3.12.4; python_version >= '3.8'
flask==3.0.0; python_version >= '3.8'
identify==2.5.30; python_version >= '3.8'
idna==3.7; python_version >= '3.5'
idna==3.4; python_version >= '3.5'
iniconfig==2.0.0; python_version >= '3.7'
itsdangerous==2.1.2; python_version >= '3.7'
jinja2==3.1.4; python_version >= '3.7'
jinja2==3.1.2; python_version >= '3.7'
kazoo==2.9.0
markupsafe==2.1.3; python_version >= '3.7'
mypy-extensions==1.0.0; python_version >= '3.5'
nodeenv==1.8.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6'
packaging==23.2; python_version >= '3.7'
pathspec==0.11.2; python_version >= '3.7'
platformdirs==3.11.0; python_version >= '3.7'
packaging==24.0; python_version >= '3.7'
pathspec==0.12.1; python_version >= '3.8'
platformdirs==4.2.1; python_version >= '3.8'
pluggy==1.3.0; python_version >= '3.8'
pre-commit==3.4.0; python_version >= '3.8'
pytest==7.4.2; python_version >= '3.7'
Expand All @@ -35,4 +35,4 @@ toml==0.10.2; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2,
urllib3==2.0.6; python_version >= '3.7'
virtualenv==20.24.5; python_version >= '3.7'
watchdog==3.0.0; python_version >= '3.7'
werkzeug==3.0.3; python_version >= '3.8'
werkzeug==3.0.0; python_version >= '3.8'

0 comments on commit 038def5

Please sign in to comment.