Skip to content

Commit

Permalink
Update pycodestyle requirement from <2.12,>=2.6 to >=2.6,<2.13
Browse files Browse the repository at this point in the history
Updates the requirements on [pycodestyle](https://github.com/PyCQA/pycodestyle) to permit the latest version.
- [Release notes](https://github.com/PyCQA/pycodestyle/releases)
- [Changelog](https://github.com/PyCQA/pycodestyle/blob/main/CHANGES.txt)
- [Commits](PyCQA/pycodestyle@2.6.0...2.12.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and kinow committed Jun 17, 2024
1 parent a03b53e commit fbf5ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def read(*parts):
'pytest-env==1.1.3',
'pytest-mock>=3.11,<3.15',
'pytest>=6.1,<8.3',
'pycodestyle>=2.6,<2.12'
'pycodestyle>=2.6,<2.13'
]

extras_require = {
Expand Down

0 comments on commit fbf5ccd

Please sign in to comment.