Skip to content

Commit

Permalink
Bump black from 23.9.1 to 23.10.1 (#11648)
Browse files Browse the repository at this point in the history
* Bump black from 23.9.1 to 23.10.1

Bumps [black](https://github.com/psf/black) from 23.9.1 to 23.10.1.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@23.9.1...23.10.1)

---
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
2 people authored and giohappy committed Jan 8, 2024
1 parent d6ff57f commit 5fcf89a
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.2.0
coverage==7.3.1
requests-toolbelt==1.0.0
flake8==6.1.0
black==23.9.1
black==23.10.1
pytest==7.4.2
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.3.1
requests-toolbelt==1.0.0
flake8==6.1.0
black==23.9.1
black==23.10.1
pytest==7.4.2
pytest-bdd==6.1.1
splinter==0.19.0
Expand Down

0 comments on commit 5fcf89a

Please sign in to comment.