Skip to content

Commit

Permalink
deps(dev): bump the major-dependencies group with 1 update
Browse files Browse the repository at this point in the history
Updates the requirements on [black](https://github.com/psf/black) to permit the latest version.
- [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.11.0)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:development
  dependency-group: major-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and jacobdadams committed Dec 5, 2023
1 parent 078a1e6 commit ef9567a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"pytest-pylint~=0.18",
"pytest-watch~=4.2",
"pytest>=6,<8",
"black>=23.3,<23.11",
"black>=23.3,<23.12",
"pytest-mock>=3.10,<3.13",
"functions-framework",
]
Expand Down

0 comments on commit ef9567a

Please sign in to comment.