Skip to content

Commit

Permalink
Bump black from 23.12.1 to 24.2.0 (#108)
Browse files Browse the repository at this point in the history
* Bump black from 23.12.1 to 24.2.0

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

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

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

* Run black

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Martin Hjelmare <[email protected]>
  • Loading branch information
dependabot[bot] and MartinHjelmare authored Mar 5, 2024
1 parent 8d0939a commit a998adb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion requirements_test.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pytest==8.1.0
flake8==7.0.0
black==23.12.1
black==24.2.0
1 change: 1 addition & 0 deletions voluptuous_serialize/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Module to convert voluptuous schemas to dictionaries."""

from collections.abc import Mapping
from enum import Enum

Expand Down

0 comments on commit a998adb

Please sign in to comment.