Skip to content

Commit

Permalink
Bump autopep8 from 2.0.1 to 2.0.2
Browse files Browse the repository at this point in the history
Bumps [autopep8](https://github.com/hhatto/autopep8) from 2.0.1 to 2.0.2.
- [Release notes](https://github.com/hhatto/autopep8/releases)
- [Commits](hhatto/autopep8@v2.0.1...v2.0.2)

---
updated-dependencies:
- dependency-name: autopep8
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 1, 2023
1 parent a697fb1 commit 13c73d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pytest-subtests ==0.10.0
nbqa ==1.5.3
pyupgrade ==3.3.1
flake8 ==6.0.0
autopep8 ==2.0.1
autopep8 ==2.0.2
pytest-cov ==4.1.0
mkdocs ==1.4.3
mkdocs-material == 9.1.17
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"nbqa==1.5.3",
"pyupgrade==3.3.1",
"flake8==6.0.0",
"autopep8==2.0.1",
"autopep8==2.0.2",
"pytest-cov==4.1.0",
],
"docs": [
Expand Down

0 comments on commit 13c73d3

Please sign in to comment.