aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-12-28 21:05:19 +0000
committerGravatar GitHub <[email protected]>2022-12-28 21:05:19 +0000
commit717ad02a1fd474b8324d007dac15ebabd6f87bb9 (patch)
tree182ff5d1b214e8afbd11ac044a02f59833050c6c /pyproject.toml
parentMerge pull request #818 from python-discord/dependabot/pip/django-distill-3.0.2 (diff)
Bump pep8-naming from 0.13.2 to 0.13.3
Bumps [pep8-naming](https://github.com/PyCQA/pep8-naming) from 0.13.2 to 0.13.3. - [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.13.2...0.13.3) --- updated-dependencies: - dependency-name: pep8-naming dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 80edbcb3..44520ffd 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -36,7 +36,7 @@ flake8-import-order = "0.18.2"
flake8-tidy-imports = "4.8.0"
flake8-string-format = "0.3.0"
flake8-todo = "0.7"
-pep8-naming = "0.13.2"
+pep8-naming = "0.13.3"
pre-commit = "2.21.0"
pyfakefs = "5.0.0"
taskipy = "1.10.3"