diff options
author | 2023-05-08 06:13:17 +0000 | |
---|---|---|
committer | 2023-05-08 06:13:17 +0000 | |
commit | 1a09afd768317155aac4718efc59de85ec6251e9 (patch) | |
tree | d79efdf28e9d5e32430c0b236d6ad5beb3bdf854 /pyproject.toml | |
parent | Merge pull request #959 from python-discord/dependabot/pip/django-prometheus-... (diff) |
Bump flake8-annotations from 3.0.0 to 3.0.1
Bumps [flake8-annotations](https://github.com/sco1/flake8-annotations) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/sco1/flake8-annotations/releases)
- [Changelog](https://github.com/sco1/flake8-annotations/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sco1/flake8-annotations/compare/v3.0.0...v3.0.1)
---
updated-dependencies:
- dependency-name: flake8-annotations
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
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" |