diff options
author | 2023-05-07 23:15:40 -0700 | |
---|---|---|
committer | 2023-05-07 23:15:40 -0700 | |
commit | 40ef63ada8b884789416721da900d8c4a3c037d3 (patch) | |
tree | d79efdf28e9d5e32430c0b236d6ad5beb3bdf854 /pyproject.toml | |
parent | Merge pull request #959 from python-discord/dependabot/pip/django-prometheus-... (diff) | |
parent | Bump flake8-annotations from 3.0.0 to 3.0.1 (diff) |
Merge pull request #960 from python-discord/dependabot/pip/flake8-annotations-3.0.1
Diffstat (limited to '')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 28efa3e4..d3832357 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ taskipy = "1.10.4" [tool.poetry.group.lint.dependencies] flake8 = "6.0.0" -flake8-annotations = "3.0.0" +flake8-annotations = "3.0.1" flake8-bandit = "4.1.1" flake8-bugbear = "23.3.23" flake8-docstrings = "1.7.0" |