diff options
| -rw-r--r-- | poetry.lock | 8 | ||||
| -rw-r--r-- | pyproject.toml | 2 | 
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock index 2a2efc7e..465524ee 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1238,13 +1238,13 @@ python-dotenv = ">=0.21.0"  [[package]]  name = "pydis-core" -version = "10.5.1" +version = "10.7.0"  description = "PyDis core provides core functionality and utility to the bots of the Python Discord community."  optional = false  python-versions = ">=3.10.dev0,<3.12.dev0"  files = [ -    {file = "pydis_core-10.5.1-py3-none-any.whl", hash = "sha256:25311e97a36b60a40b9d5f8d8e626fa121e4cb110d67a6111c9b9aba456845f9"}, -    {file = "pydis_core-10.5.1.tar.gz", hash = "sha256:95d4ac24a35591b02cb8970f943ef8e045ac7c519e2ec4604586e002993e8c7e"}, +    {file = "pydis_core-10.7.0-py3-none-any.whl", hash = "sha256:bd53daf83d4a073177d92591f3747884e5b9abd67d34fdf49766d5a9ebfd63f4"}, +    {file = "pydis_core-10.7.0.tar.gz", hash = "sha256:e48d2ea429427229ee5d5bc9fc303688957f431a444db0609bb31eb46c8168dd"},  ]  [package.dependencies] @@ -1825,4 +1825,4 @@ multidict = ">=4.0"  [metadata]  lock-version = "2.0"  python-versions = "3.11.*" -content-hash = "2a6b0a5695f129eb9b5e5ef6b595b21c579b82aa86469978db8e083f70b70e7e" +content-hash = "08578b5fdfa5d0a07cf30860ccb065671bb83d2390ee4cedf130ed36eb1a3902" diff --git a/pyproject.toml b/pyproject.toml index 039017aa..7edbd2fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ license = "MIT"  python = "3.11.*"  # See https://bot-core.pythondiscord.com/ for docs. -pydis_core = { version = "10.5.1", extras = ["async-rediscache"] } +pydis_core = { version = "10.7.0", extras = ["async-rediscache"] }  rapidfuzz = "3.6.1"  arrow = "1.3.0"  |