diff options
| author | 2023-03-02 22:16:33 +0000 | |
|---|---|---|
| committer | 2023-03-02 22:16:33 +0000 | |
| commit | d66ec2000ee1b385b1b6be1d0e330e4e93f9b931 (patch) | |
| tree | d0207de6b6ea7e730da32abbcc757adf60f3e480 /pyproject.toml | |
| parent | Merge pull request #44 from shtlrs/bump-pydis-core-to-950 (diff) | |
Bump dependencies to latest
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 b287696..4b552b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ python = "3.10.*" # See https://bot-core.pythondiscord.com/ for docs. pydis-core = "9.5.0" -pydantic = {extras = ["dotenv"], version = "1.10.4"} +pydantic = {extras = ["dotenv"], version = "1.10.5"} loguru = "0.6.0" kubernetes_asyncio = "24.2.2" tabulate = {extras = ["widechars"], version = "0.9.0"} @@ -19,14 +19,14 @@ jishaku = "2.5.1" [tool.poetry.dev-dependencies] flake8 = "6.0.0" -flake8-annotations = "2.9.1" +flake8-annotations = "3.0.0" flake8-bandit = "4.1.1" -flake8-docstrings = "1.6.0" +flake8-docstrings = "1.7.0" flake8-isort = "6.0.0" -black = "22.12.0" +black = "23.1.0" taskipy = "1.10.3" -isort = "5.11.4" +isort = "5.12.0" [tool.taskipy.tasks] |