aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-14 06:09:32 +0000
committerGravatar GitHub <[email protected]>2024-03-14 06:09:32 +0000
commit61802ba92bb86fe45d0d0432929f0ff1f459a803 (patch)
treee071802f13fada55d0b4e6f9501d63ec61356330
parentBump sentry-sdk from 1.41.0 to 1.42.0 (#2957) (diff)
Bump pytest from 8.1.0 to 8.1.1
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.1.0 to 8.1.1. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.1.0...8.1.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
-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 67aabc796..66f1b1cc8 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -1562,13 +1562,13 @@ files = [
[[package]]
name = "pytest"
-version = "8.1.0"
+version = "8.1.1"
description = "pytest: simple powerful testing with Python"
optional = false
python-versions = ">=3.8"
files = [
- {file = "pytest-8.1.0-py3-none-any.whl", hash = "sha256:ee32db7af8de4629a455806befa90559f307424c07b8413ccfc30bf5b221dd7e"},
- {file = "pytest-8.1.0.tar.gz", hash = "sha256:f8fa04ab8f98d185113ae60ea6d79c22f8143b14bc1caeced44a0ab844928323"},
+ {file = "pytest-8.1.1-py3-none-any.whl", hash = "sha256:2a8386cfc11fa9d2c50ee7b2a57e7d898ef90470a7a34c4b949ff59662bb78b7"},
+ {file = "pytest-8.1.1.tar.gz", hash = "sha256:ac978141a75948948817d360297b7aae0fcb9d6ff6bc9ec6d514b85d5a65c044"},
]
[package.dependencies]
@@ -2373,4 +2373,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "3.11.*"
-content-hash = "3314d2bbdea7c1e5eec2fe4253243c1bd2d454e0407bacb376c87114878f8d19"
+content-hash = "45cf21ebda878de3b12821aab29e1bcfed6dfae606b6535d3ee6d15abfea9c80"
diff --git a/pyproject.toml b/pyproject.toml
index 2fdce14c6..6bc742246 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -36,7 +36,7 @@ coverage = "7.4.3"
httpx = "0.27.0"
pre-commit = "3.6.2"
pip-licenses = "4.3.4"
-pytest = "8.1.0"
+pytest = "8.1.1"
pytest-cov = "4.1.0"
pytest-subtests = "0.12.1"
pytest-xdist = "3.5.0"