diff options
| author | 2022-07-23 14:40:51 +0000 | |
|---|---|---|
| committer | 2022-07-23 14:40:51 +0000 | |
| commit | 7a5a524f0d2cb38cacdd927cc4a71f4182036ebe (patch) | |
| tree | 8c6c0bc8b8aad49aded50de2d28e3647ae2b4f3e /pyproject.toml | |
| parent | Bump Version To 7.5.0 (diff) | |
Bump pep8-naming from 0.13.0 to 0.13.1 (#102)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 2ea805ac..bbdec994 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.13.0" +pep8-naming = "0.13.1" pre-commit = "2.19.0" taskipy = "1.10.2" python-dotenv = "0.20.0" |