aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-01-29 20:08:12 +0000
committerGitHub <noreply@github.com>2024-01-29 20:08:12 +0000
commit08885cb9118731c8db524e285937c751bae5e501 (patch)
tree53c6e5312c8991bf27b74d7bb7bf607caef67917
parente9b26f7e25a60cebdc44c57d039dc184ed9edb71 (diff)
downloadonionshare-0ba3dependabot/pip/desktop/pytest-8.0.0.tar.gz
onionshare-0ba3dependabot/pip/desktop/pytest-8.0.0.zip
Bump pytest from 7.4.2 to 8.0.0 in /desktop0ba3dependabot/pip/desktop/pytest-8.0.0
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.2 to 8.0.0. - [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/7.4.2...8.0.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--desktop/poetry.lock12
1 files changed, 6 insertions, 6 deletions
diff --git a/desktop/poetry.lock b/desktop/poetry.lock
index 322d8a6e..ceac1d43 100644
--- a/desktop/poetry.lock
+++ b/desktop/poetry.lock
@@ -1,4 +1,4 @@
-# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand.
+# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand.
[[package]]
name = "bidict"
@@ -1262,13 +1262,13 @@ files = [
[[package]]
name = "pytest"
-version = "7.4.2"
+version = "8.0.0"
description = "pytest: simple powerful testing with Python"
optional = false
-python-versions = ">=3.7"
+python-versions = ">=3.8"
files = [
- {file = "pytest-7.4.2-py3-none-any.whl", hash = "sha256:1d881c6124e08ff0a1bb75ba3ec0bfd8b5354a01c194ddd5a0a870a48d99b002"},
- {file = "pytest-7.4.2.tar.gz", hash = "sha256:a766259cfab564a2ad52cb1aae1b881a75c3eb7e34ca3779697c23ed47c47069"},
+ {file = "pytest-8.0.0-py3-none-any.whl", hash = "sha256:50fb9cbe836c3f20f0dfa99c565201fb75dc54c8d76373cd1bde06b06657bdb6"},
+ {file = "pytest-8.0.0.tar.gz", hash = "sha256:249b1b0864530ba251b7438274c4d251c58d868edaaec8762893ad4a0d71c36c"},
]
[package.dependencies]
@@ -1276,7 +1276,7 @@ colorama = {version = "*", markers = "sys_platform == \"win32\""}
exceptiongroup = {version = ">=1.0.0rc8", markers = "python_version < \"3.11\""}
iniconfig = "*"
packaging = "*"
-pluggy = ">=0.12,<2.0"
+pluggy = ">=1.3.0,<2.0"
tomli = {version = ">=1.0.0", markers = "python_version < \"3.11\""}
[package.extras]