Browse Source

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

Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.3 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.3...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>
pull/363/head
dependabot[bot] 3 months ago
committed by GitHub
parent
commit
8b89987233
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.0"
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.0-py3-none-any.whl", hash = "sha256:50fb9cbe836c3f20f0dfa99c565201fb75dc54c8d76373cd1bde06b06657bdb6"},
{file = "pytest-8.0.0.tar.gz", hash = "sha256:249b1b0864530ba251b7438274c4d251c58d868edaaec8762893ad4a0d71c36c"},
]

[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