diff options
author | 2022-02-21 16:11:51 +0400 | |
---|---|---|
committer | 2022-02-21 16:11:51 +0400 | |
commit | 72ec57ae3153a274c902493ef6f74d35c27f965b (patch) | |
tree | dce9fb1307ae5fc026236fb29fafe750aa21e9a7 /pyproject.toml | |
parent | Add Doc Static Previews With Netlify (diff) | |
parent | Bulk-bump dev deps from dependabot (diff) |
Merge pull request #23 from python-discord/bump-deps
Bulk-bump dev deps from dependabot
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/pyproject.toml b/pyproject.toml index acb8b5a1..99549f3a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,11 +21,11 @@ python = "3.9.*" [tool.poetry.dev-dependencies] flake8 = "4.0.1" flake8-annotations = "2.7.0" -flake8-bugbear = "21.11.29" +flake8-bugbear = "22.1.11" flake8-docstrings = "1.6.0" flake8-import-order = "0.18.1" flake8-string-format = "0.3.0" -flake8-tidy-imports = "4.5.0" +flake8-tidy-imports = "4.6.0" flake8-todo = "0.7" pep8-naming = "0.12.1" pre-commit = "2.16.0" @@ -34,10 +34,10 @@ python-dotenv = "0.19.2" pytest = "6.2.5" pytest-cov = "3.0.0" pytest-xdist = { version = "2.5.0", extras = ["psutil"] } -Sphinx = "4.3.2" +Sphinx = "4.4.0" tomli = "2.0.0" -GitPython = "3.1.25" -sphinx-autodoc-typehints = "1.14.1" +GitPython = "3.1.26" +sphinx-autodoc-typehints = "1.17.0" releases = "1.6.3" furo = "2022.1.2" |