Skip to content

Commit

Permalink
Bump black from 23.3.0 to 23.7.0 (#11253)
Browse files Browse the repository at this point in the history
* Bump black from 23.3.0 to 23.7.0

Bumps [black](https://github.com/psf/black) from 23.3.0 to 23.7.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...23.7.0)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* - Align "setup.cfg" to "requirements.txt"

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: afabiani <[email protected]>
  • Loading branch information
dependabot[bot] and afabiani authored Jul 12, 2023
1 parent d7747b7 commit 2285c26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ invoke==2.1.3
coverage==7.2.7
requests-toolbelt==1.0.0
flake8==6.0.0
black==23.3.0
black==23.7.0
pytest==7.4.0
pytest-bdd==6.1.1
splinter==0.19.0
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ install_requires =
coverage==7.2.7
requests-toolbelt==1.0.0
flake8==6.0.0
black==23.3.0
black==23.7.0
pytest==7.4.0
pytest-bdd==6.1.1
splinter==0.19.0
Expand Down

0 comments on commit 2285c26

Please sign in to comment.