Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 20, 2024
1 parent fbdcb1a commit ed19575
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
black==23.3.0
black==24.3.0
cython==3.0.9
mkdocs==1.5.3
moto==4.1.8
Expand Down
16 changes: 13 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile requirements.in
#
black==23.3.0
black==24.3.0
# via -r requirements.in
boto3==1.34.65
# via moto
Expand All @@ -24,7 +24,9 @@ click==8.1.7
# black
# mkdocs
cryptography==42.0.5
# via moto
# via
# moto
# secretstorage
cython==3.0.9
# via -r requirements.in
docutils==0.20.1
Expand All @@ -43,6 +45,10 @@ iniconfig==2.0.0
# via pytest
jaraco-classes==3.3.1
# via keyring
jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.3
# via
# mkdocs
Expand Down Expand Up @@ -139,6 +145,8 @@ ruff==0.0.262
# via -r requirements.in
s3transfer==0.10.1
# via boto3
secretstorage==3.3.3
# via keyring
six==1.16.0
# via python-dateutil
tomli==2.0.1
Expand All @@ -149,7 +157,9 @@ tomli==2.0.1
twine==4.0.2
# via -r requirements.in
typing-extensions==4.10.0
# via mypy
# via
# black
# mypy
urllib3==1.26.18
# via
# -r requirements.in
Expand Down

0 comments on commit ed19575

Please sign in to comment.