aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Amrou Bellalouna <[email protected]>2024-02-19 13:34:28 +0100
committerGravatar GitHub <[email protected]>2024-02-19 13:34:28 +0100
commit8d85b473efb6831d6691181f3735fb215590c4b6 (patch)
tree3ee26b11f9e9559b82f195e051a41a88009d07e8
parentBump pre-commit from 3.6.0 to 3.6.1 (#2921) (diff)
parentBump pytest from 8.0.0 to 8.0.1 (diff)
Merge pull request #2930 from python-discord/dependabot/pip/pytest-8.0.1
Bump pytest from 8.0.0 to 8.0.1
-rw-r--r--poetry.lock8
-rw-r--r--pyproject.toml2
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock
index 8375cb9f7..4a1e6d443 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -1558,13 +1558,13 @@ files = [
[[package]]
name = "pytest"
-version = "8.0.0"
+version = "8.0.1"
description = "pytest: simple powerful testing with Python"
optional = false
python-versions = ">=3.8"
files = [
- {file = "pytest-8.0.0-py3-none-any.whl", hash = "sha256:50fb9cbe836c3f20f0dfa99c565201fb75dc54c8d76373cd1bde06b06657bdb6"},
- {file = "pytest-8.0.0.tar.gz", hash = "sha256:249b1b0864530ba251b7438274c4d251c58d868edaaec8762893ad4a0d71c36c"},
+ {file = "pytest-8.0.1-py3-none-any.whl", hash = "sha256:3e4f16fe1c0a9dc9d9389161c127c3edc5d810c38d6793042fb81d9f48a59fca"},
+ {file = "pytest-8.0.1.tar.gz", hash = "sha256:267f6563751877d772019b13aacbe4e860d73fe8f651f28112e9ac37de7513ae"},
]
[package.dependencies]
@@ -2368,4 +2368,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "3.11.*"
-content-hash = "c73d9bea0d2a55fa6da3652b3e1dbf1130b4c32d926354ef87eb2c7e2febb802"
+content-hash = "43aacdb37d3c652055da556ef4b7a0e4fd58ff149e1b19d35a97ffe5555b9de3"
diff --git a/pyproject.toml b/pyproject.toml
index 42b27ebd7..1163ed0e2 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -36,7 +36,7 @@ coverage = "7.4.1"
httpx = "0.26.0"
pre-commit = "3.6.1"
pip-licenses = "4.3.4"
-pytest = "8.0.0"
+pytest = "8.0.1"
pytest-cov = "4.1.0"
pytest-subtests = "0.11.0"
pytest-xdist = "3.5.0"