diff options
| author | 2023-07-14 13:21:53 +0100 | |
|---|---|---|
| committer | 2023-07-14 13:21:53 +0100 | |
| commit | 29af8a99dea22358ba0774f6b4eb9fbfbaeae353 (patch) | |
| tree | f2a31e3b2cbf9803f7d89429a33ed2e5c1a10999 /pyproject.toml | |
| parent | Update get_or_fetch_channel's return type (#187) (diff) | |
| parent | Update code for new linter rules (diff) | |
Merge pull request #184 from python-discord/bump-d.py
Bump d.py & update view with user and role check
Diffstat (limited to '')
| -rw-r--r-- | pyproject.toml | 12 | 
1 files changed, 6 insertions, 6 deletions
| diff --git a/pyproject.toml b/pyproject.toml index 85cbd600..5b123669 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@  [tool.poetry]  name = "pydis_core" -version = "9.9.1" +version = "9.9.2"  description = "PyDis core provides core functionality and utility to the bots of the Python Discord community."  authors = ["Python Discord <[email protected]>"]  license = "MIT" @@ -25,7 +25,7 @@ keywords = ["bot", "discord", "discord.py"]  [tool.poetry.dependencies]  python = "3.10.* || 3.11.*" -"discord.py" = "2.3.0" +"discord.py" = "2.3.1"  async-rediscache = { version = "1.0.0rc2", extras = ["fakeredis"], optional = true }  statsd  = "4.0.1"  aiodns = "3.0.0" @@ -38,20 +38,20 @@ taskipy = "1.11.0"  python-dotenv = "1.0.0"  [tool.poetry.group.test.dependencies] -pytest = "7.3.2" +pytest = "7.4.0"  pytest-cov = "4.1.0"  pytest-xdist = "3.3.1"  [tool.poetry.group.lint.dependencies]  isort = "5.12.0" -ruff = "0.0.272" -pre-commit = "3.3.2" +ruff = "0.0.275" +pre-commit = "3.3.3"  typing-extensions = "4.6.3"  [tool.poetry.group.doc.dependencies]  Sphinx = "7.0.1"  GitPython = "3.1.31" -sphinx-autodoc-typehints = "1.23.0" +sphinx-autodoc-typehints = "1.23.2"  furo = "2023.5.20"  six = "1.16.0"  releases = "2.1.1" | 
