Skip to content

Commit

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

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

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

Signed-off-by: dependabot[bot] <support@github.com>

* fix fmt

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Luis Moreno <morenol@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and morenol authored Apr 26, 2023
1 parent 58d0bae commit 08eed12
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion macos-ci-tests/test_connect.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ class TestFluvioCannotConnect(unittest.TestCase):
"""

def test_connection_failure(self):

error = None
try:
Fluvio.connect()
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ mccabe==0.7.0
msgpack==1.0.4
pycodestyle==2.10.0
pyflakes==3.0.1
black==22.12.0
black==23.3.0
semantic-version==2.10.0
setuptools-rust==1.5.2
toml==0.10.2

0 comments on commit 08eed12

Please # to comment.