Skip to content

Commit

Permalink
⬆️ Update black requirement from ~=23.9.0 to ~=23.10.0 (#511)
Browse files Browse the repository at this point in the history
* ⬆️ Update black requirement from ~=23.9.0 to ~=23.10.0

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.9.0...23.10.0)

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

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

* ⬆️ Upgrade black to latest

* ⬆️ Upgrade black to latest

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ff137 <[email protected]>
  • Loading branch information
dependabot[bot] and ff137 authored Oct 26, 2023
1 parent 7c75b81 commit 74df2ec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/style-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
python -m pip install --upgrade pip
pip install \
isort~=5.12.0 \
black~=23.9.0
black~=23.10.1
- name: Check import style with isort
run: isort . --check --profile black --diff
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black
rev: 23.7.0
rev: 23.10.1
hooks:
- id: black
stages: [push]
Expand All @@ -11,7 +11,7 @@ repos:
hooks:
- id: blacken-docs
stages: [push]
additional_dependencies: [black==23.9.0]
additional_dependencies: [black==23.10.1]
language_version: python3.9
files: '\.(rst|md|markdown|py|tex)$'

Expand Down
2 changes: 1 addition & 1 deletion requirements.dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
anyio>=3.7.1
assertpy==1.1
beautifulsoup4~=4.12.2
black~=23.9.0
black~=23.10.1
httpx~=0.25.0
isort~=5.12.0
lxml~=4.9.3
Expand Down

0 comments on commit 74df2ec

Please sign in to comment.