Browse Source

chore(deps-dev): bump pytest from 7.4.3 to 8.0.2

Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.3 to 8.0.2.
- [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.3...8.0.2)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/366/head
dependabot[bot] 2 months ago
committed by GitHub
parent
commit
cd881f1093
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions
  1. +6
    -6
      poetry.lock
  2. +1
    -1
      pyproject.toml

+ 6
- 6
poetry.lock View File

@@ -352,13 +352,13 @@ testing = ["pytest", "pytest-benchmark"]

[[package]]
name = "pytest"
version = "7.4.3"
version = "8.0.2"
description = "pytest: simple powerful testing with Python"
optional = false
python-versions = ">=3.7"
python-versions = ">=3.8"
files = [
{file = "pytest-7.4.3-py3-none-any.whl", hash = "sha256:0d009c083ea859a71b76adf7c1d502e4bc170b80a8ef002da5806527b9591fac"},
{file = "pytest-7.4.3.tar.gz", hash = "sha256:d989d136982de4e3b29dabcc838ad581c64e8ed52c11fbe86ddebd9da0818cd5"},
{file = "pytest-8.0.2-py3-none-any.whl", hash = "sha256:edfaaef32ce5172d5466b5127b42e0d6d35ebbe4453f0e3505d96afd93f6b096"},
{file = "pytest-8.0.2.tar.gz", hash = "sha256:d4051d623a2e0b7e51960ba963193b09ce6daeb9759a451844a21e4ddedfc1bd"},
]

[package.dependencies]
@@ -366,7 +366,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]
@@ -561,4 +561,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata]
lock-version = "2.0"
python-versions = "^3.8"
content-hash = "6c7215b9edd5dd28d8d477ca3a535e5dfa989f6a96977bbc8a78620f765afc3d"
content-hash = "4805123a3182cb35c246dfdbf206f3a81d592d830daf27987597f7a8d313aaa4"

+ 1
- 1
pyproject.toml View File

@@ -25,7 +25,7 @@ importlib-metadata = ">=4.11,<8.0"

[tool.poetry.dev-dependencies]
black = "^23.12"
pytest = "^7.4"
pytest = "^8.0"
aurornis = "^1.5"

[build-system]


Loading…
Cancel
Save