diff options
author | 2022-06-26 15:39:50 +0000 | |
---|---|---|
committer | 2022-06-26 15:39:50 +0000 | |
commit | 1037f07dcf6d4a0dce39c4742f16cacb3d84b8a9 (patch) | |
tree | 99296d72f57eb168804e644900e4dee2be99a480 /pyproject.toml | |
parent | Merge pull request #86 from python-discord/dependabot/pip/sphinx-autodoc-type... (diff) |
Bump pep8-naming from 0.12.1 to 0.13.0
Bumps [pep8-naming](https://github.com/PyCQA/pep8-naming) from 0.12.1 to 0.13.0.
- [Release notes](https://github.com/PyCQA/pep8-naming/releases)
- [Changelog](https://github.com/PyCQA/pep8-naming/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/PyCQA/pep8-naming/compare/0.12.1...0.13.0)
---
updated-dependencies:
- dependency-name: pep8-naming
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 762075d9..a12bc839 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ flake8-import-order = "0.18.1" flake8-string-format = "0.3.0" flake8-tidy-imports = "4.8.0" flake8-todo = "0.7" -pep8-naming = "0.12.1" +pep8-naming = "0.13.0" pre-commit = "2.19.0" taskipy = "1.10.2" python-dotenv = "0.20.0" |