diff options
author | 2023-05-21 23:31:48 -0700 | |
---|---|---|
committer | 2023-05-21 23:31:48 -0700 | |
commit | 11ee3d3f9161894ba3eab38c1bc5db98baa324db (patch) | |
tree | 296a67a65d45bc8cbb0ede1f61b63ab4aba548f1 /pyproject.toml | |
parent | Merge pull request #981 from python-discord/dependabot/pip/httpx-0.24.1 (diff) | |
parent | Bump taskipy from 1.10.4 to 1.11.0 (diff) |
Merge pull request #982 from python-discord/dependabot/pip/taskipy-1.11.0
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index ce11ecb6..c0205b80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ psycopg = {extras = ["binary"], version = "3.1.9"} [tool.poetry.group.dev.dependencies] python-dotenv = "1.0.0" -taskipy = "1.10.4" +taskipy = "1.11.0" ruff = "0.0.267" [tool.poetry.group.lint.dependencies] |