diff options
| author | 2024-06-22 12:05:44 +0100 | |
|---|---|---|
| committer | 2024-06-22 12:05:44 +0100 | |
| commit | 67092d82250d35ecf3eae127d0e8e911581d557f (patch) | |
| tree | 1c7baff4e704d95df2c5ed3ed7cceb61521c08a0 /pyproject.toml | |
| parent | Upgrade discord.py to 2.4 (diff) | |
Bump dev deps to latest
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/pyproject.toml b/pyproject.toml index f6ee4e11..95e2e187 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,22 +38,22 @@ fakeredis = ["fakeredis"]  all = ["async-rediscache", "fakeredis"]  [tool.poetry.group.dev.dependencies] -taskipy = "1.12.2" +taskipy = "1.13.0"  python-dotenv = "1.0.1"  [tool.poetry.group.test.dependencies] -pytest = "8.2.1" +pytest = "8.2.2"  pytest-cov = "5.0.0"  pytest-xdist = "3.6.1"  [tool.poetry.group.lint.dependencies] -ruff = "0.4.8" +ruff = "0.4.10"  pre-commit = "3.7.1"  [tool.poetry.group.doc.dependencies]  Sphinx = "7.3.7"  gitpython = "3.1.43" -sphinx-autodoc-typehints = "2.1.0" +sphinx-autodoc-typehints = "2.2.1"  furo = "2024.5.6"  six = "1.16.0"  releases = "2.1.1" | 
