aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-05-08 06:13:17 +0000
committerGravatar GitHub <[email protected]>2023-05-08 06:13:17 +0000
commit1a09afd768317155aac4718efc59de85ec6251e9 (patch)
treed79efdf28e9d5e32430c0b236d6ad5beb3bdf854 /pyproject.toml
parentMerge 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 'pyproject.toml')
-rw-r--r--pyproject.toml2
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"