Skip to content

Commit 1fba37e

Browse files
build(deps): bump pytest from 8.3.5 to 8.4.1 (#19751)
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.5 to 8.4.1. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.3.5...8.4.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 64702fe commit 1fba37e

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

poetry.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2639,10 +2639,9 @@ tests = ["chardet", "parameterized", "pytest", "pytest-cov", "pytest-xdist[psuti
26392639
name = "pygments"
26402640
version = "2.19.1"
26412641
description = "Pygments is a syntax highlighting package written in Python."
2642-
optional = true
2642+
optional = false
26432643
python-versions = ">=3.8"
26442644
groups = ["main"]
2645-
markers = "extra == \"dev\""
26462645
files = [
26472646
{file = "pygments-2.19.1-py3-none-any.whl", hash = "sha256:9ea1544ad55cecf4b8242fab6dd35a93bbce657034b0611ee383099054ab6d8c"},
26482647
{file = "pygments-2.19.1.tar.gz", hash = "sha256:61c16d2a8576dc0649d9f39e089b5f02bcd27fba10d8fb4dcc28173f7a45151f"},
@@ -2740,26 +2739,27 @@ tomli = {version = ">=1.1.0", markers = "python_version < \"3.11\""}
27402739

27412740
[[package]]
27422741
name = "pytest"
2743-
version = "8.3.5"
2742+
version = "8.4.1"
27442743
description = "pytest: simple powerful testing with Python"
27452744
optional = false
2746-
python-versions = ">=3.8"
2745+
python-versions = ">=3.9"
27472746
groups = ["main"]
27482747
files = [
2749-
{file = "pytest-8.3.5-py3-none-any.whl", hash = "sha256:c69214aa47deac29fad6c2a4f590b9c4a9fdb16a403176fe154b79c0b4d4d820"},
2750-
{file = "pytest-8.3.5.tar.gz", hash = "sha256:f4efe70cc14e511565ac476b57c279e12a855b11f48f212af1080ef2263d3845"},
2748+
{file = "pytest-8.4.1-py3-none-any.whl", hash = "sha256:539c70ba6fcead8e78eebbf1115e8b589e7565830d7d006a8723f19ac8a0afb7"},
2749+
{file = "pytest-8.4.1.tar.gz", hash = "sha256:7c67fd69174877359ed9371ec3af8a3d2b04741818c51e5e99cc1742251fa93c"},
27512750
]
27522751

27532752
[package.dependencies]
2754-
colorama = {version = "*", markers = "sys_platform == \"win32\""}
2755-
exceptiongroup = {version = ">=1.0.0rc8", markers = "python_version < \"3.11\""}
2756-
iniconfig = "*"
2757-
packaging = "*"
2753+
colorama = {version = ">=0.4", markers = "sys_platform == \"win32\""}
2754+
exceptiongroup = {version = ">=1", markers = "python_version < \"3.11\""}
2755+
iniconfig = ">=1"
2756+
packaging = ">=20"
27582757
pluggy = ">=1.5,<2"
2758+
pygments = ">=2.7.2"
27592759
tomli = {version = ">=1", markers = "python_version < \"3.11\""}
27602760

27612761
[package.extras]
2762-
dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"]
2762+
dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "requests", "setuptools", "xmlschema"]
27632763

27642764
[[package]]
27652765
name = "pytest-cov"

0 commit comments

Comments
 (0)