Skip to content

Commit

Permalink
Bump black from 22.8.0 to 24.3.0 in /share/python_requirements
Browse files Browse the repository at this point in the history
Bumps [black](https://github.com/psf/black) from 22.8.0 to 24.3.0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@22.8.0...24.3.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 12, 2024
1 parent 78d764e commit e0a218b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion share/python_requirements/requirements-maya2019.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Expects Python 3.6.x

# Tools needed for code linting and formatting.
black == 22.8.0
black == 24.3.0
pylint == 2.13.9
flake8 == 5.0.4
cpplint == 1.6.1
Expand Down
2 changes: 1 addition & 1 deletion share/python_requirements/requirements-maya2020.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Expects Python 3.6.x

# Tools needed for code linting and formatting.
black == 22.8.0
black == 24.3.0
pylint == 2.13.9
flake8 == 5.0.4
cpplint == 1.6.1
Expand Down
2 changes: 1 addition & 1 deletion share/python_requirements/requirements-maya2022.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Expects Python 3.6.x

# Tools needed for code linting and formatting.
black == 22.8.0
black == 24.3.0
pylint == 2.13.9
flake8 == 5.0.4
cpplint == 1.6.1
Expand Down
2 changes: 1 addition & 1 deletion share/python_requirements/requirements-maya2023.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Expects Python 3.6.x

# Tools needed for code linting and formatting.
black == 22.8.0
black == 24.3.0
pylint == 2.13.9
flake8 == 5.0.4
cpplint == 1.6.1
Expand Down
2 changes: 1 addition & 1 deletion share/python_requirements/requirements-maya2024.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Expects Python 3.9.x

# Tools needed for code linting and formatting.
black == 24.8.0
black == 24.3.0
pylint == 3.2.7
flake8 == 7.1.1
cpplint == 1.6.1
Expand Down

0 comments on commit e0a218b

Please sign in to comment.