Skip to content

Commit

Permalink
chore(python): bump black from 23.9.1 to 23.10.0 in /py-polars (#11866)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Stijn de Gooijer <[email protected]>
  • Loading branch information
dependabot[bot] and stinodego authored Oct 19, 2023
1 parent 754067c commit 2fea820
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs-global.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: psf/black@stable
with:
src: docs/src/python
version: "23.9.1"
version: "23.10.0"

deploy:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion py-polars/requirements-lint.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
black==23.9.1
black==23.10.0
blackdoc==0.3.8
mypy==1.6.0
ruff==0.1.0
Expand Down

0 comments on commit 2fea820

Please sign in to comment.