aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2022-07-27 18:44:16 +0100
committerGravatar Chris Lovering <[email protected]>2022-08-14 19:43:54 +0100
commitecae820b49c06d5a838aadcccbe2fdad4fe58975 (patch)
treefe00eec45a0f7ff6326177bb5cb10696eb3d3e18
parentRemove unneeded N802 noqas (diff)
Bump bot-core to full 8.0.0 release
-rw-r--r--poetry.lock13
-rw-r--r--pyproject.toml2
2 files changed, 7 insertions, 8 deletions
diff --git a/poetry.lock b/poetry.lock
index 771416bf5..9962195d9 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -113,7 +113,7 @@ lxml = ["lxml"]
[[package]]
name = "bot-core"
-version = "8.0.0-beta.4"
+version = "8.0.0"
description = "Bot-Core provides the core functionality and utilities for the bots of the Python Discord community."
category = "main"
optional = false
@@ -130,7 +130,7 @@ async-rediscache = ["async-rediscache[fakeredis] (==1.0.0rc2)"]
[package.source]
type = "url"
-url = "https://github.com/python-discord/bot-core/archive/refs/tags/v8.0.0-beta.4.zip"
+url = "https://github.com/python-discord/bot-core/archive/refs/tags/v8.0.0.zip"
[[package]]
name = "certifi"
version = "2022.6.15"
@@ -1071,21 +1071,20 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
[[package]]
name = "virtualenv"
-version = "20.15.1"
+version = "20.16.1"
description = "Virtual Python Environment builder"
category = "dev"
optional = false
-python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
+python-versions = ">=3.6"
[package.dependencies]
distlib = ">=0.3.1,<1"
filelock = ">=3.2,<4"
platformdirs = ">=2,<3"
-six = ">=1.9.0,<2"
[package.extras]
docs = ["proselint (>=0.10.2)", "sphinx (>=3)", "sphinx-argparse (>=0.2.5)", "sphinx-rtd-theme (>=0.4.3)", "towncrier (>=21.3)"]
-testing = ["coverage (>=4)", "coverage-enable-subprocess (>=1)", "flaky (>=3)", "pytest (>=4)", "pytest-env (>=0.6.2)", "pytest-freezegun (>=0.4.1)", "pytest-mock (>=2)", "pytest-randomly (>=1)", "pytest-timeout (>=1)", "packaging (>=20.0)"]
+testing = ["coverage (>=4)", "coverage-enable-subprocess (>=1)", "flaky (>=3)", "packaging (>=20.0)", "pytest (>=4)", "pytest-env (>=0.6.2)", "pytest-freezegun (>=0.4.1)", "pytest-mock (>=2)", "pytest-randomly (>=1)", "pytest-timeout (>=1)"]
[[package]]
name = "wrapt"
@@ -1110,7 +1109,7 @@ multidict = ">=4.0"
[metadata]
lock-version = "1.1"
python-versions = "3.10.*"
-content-hash = "3b9ec0ebe5dea22a952b807abf941c2f7c3a3b97364504d289189e7e947fe34d"
+content-hash = "a2b47c854b1fb55bde8618ce85d09ce6c92b48c1ae61d281ce49fc0260585090"
[metadata.files]
aiodns = []
diff --git a/pyproject.toml b/pyproject.toml
index 917ea8c46..279543018 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -9,7 +9,7 @@ license = "MIT"
python = "3.10.*"
# See https://bot-core.pythondiscord.com/ for docs.
-bot-core = { url = "https://github.com/python-discord/bot-core/archive/refs/tags/v8.0.0-beta.4.zip", extras = ["async-rediscache"] }
+bot-core = { url = "https://github.com/python-discord/bot-core/archive/refs/tags/v8.0.0.zip", extras = ["async-rediscache"] }
redis = "4.3.4"
fakeredis = { version = "1.8.2", extras = ["lua"] }