From 061553052db79de24f1d3b84d927e35438a3fa33 Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Mon, 27 Nov 2023 17:15:08 +0000 Subject: Mark lib deps using tilda version specifiers This allows users of the lib to use newer versions of these libraries without us having to cut a new release --- docs/changelog.rst | 2 ++ poetry.lock | 2 +- pyproject.toml | 6 +++--- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 170be5d9..c81d5e10 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,8 @@ Changelog ========= +- :support:`197` Mark dependencies using tilde version specifiers. This is to allow user of pydis core to use newer versions of these libraries without us having to cut a new release. + - :release:`10.4.0 <26th October 2023>` - :support:`196` Bump aiodns to :literal-url:`3.1.1 `. - :support:`196` Bump many development dependencies. diff --git a/poetry.lock b/poetry.lock index 512e4ae8..3f7747da 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2048,4 +2048,4 @@ async-rediscache = ["async-rediscache"] [metadata] lock-version = "2.0" python-versions = "3.10.* || 3.11.*" -content-hash = "261d31535b3269386f252a4ad53bc4e3b64191b839bd067013b31f2f95fab5f7" +content-hash = "ac1061c4d50d038e2e7f0a88e5cb543d49ba384d6a6df0f578a9744e9fe9c6f8" diff --git a/pyproject.toml b/pyproject.toml index 1009de79..01575bf8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,11 +25,11 @@ keywords = ["bot", "discord", "discord.py"] [tool.poetry.dependencies] python = "3.10.* || 3.11.*" -"discord.py" = "2.3.2" +"discord.py" = "~=2.3.2" async-rediscache = { version = "1.0.0rc2", extras = ["fakeredis"], optional = true } pydantic = ">=1.7.4,<3.0.0" -statsd = "4.0.1" -aiodns = "3.1.1" +statsd = "~=4.0" +aiodns = "~=3.1" [tool.poetry.extras] async-rediscache = ["async-rediscache"] -- cgit v1.2.3