Skip to content

Commit

Permalink
Bump autopep8 from 1.7.0 to 2.0.0
Browse files Browse the repository at this point in the history
Bumps [autopep8](https://github.com/hhatto/autopep8) from 1.7.0 to 2.0.0.
- [Release notes](https://github.com/hhatto/autopep8/releases)
- [Commits](hhatto/autopep8@v1.7.0...v2.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authored Oct 31, 2022
1 parent 7d46e44 commit 140d8b2
Showing 2 changed files with 18 additions and 6 deletions.
22 changes: 17 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@ pycparser = { version = "2.21", markers = "sys_platform == 'linux' or sys_platfo
pynacl = { version = "1.5.0", markers = "sys_platform == 'linux' or sys_platform == 'win32' or 'freebsd' in sys_platform or (sys_platform == 'darwin' and platform_machine == 'x86_64') or (sys_platform == 'darwin' and platform_machine == 'arm64')" }

[tool.poetry.dev-dependencies]
autopep8 = "1.7.0"
autopep8 = "2.0.0"

[tool.poetry.scripts]
permasigner = 'permasigner.__main__:main'

0 comments on commit 140d8b2

Please sign in to comment.