Browse Source

chore(deps-dev): bump pytest from 7.1.1 to 7.1.2

Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.1.1 to 7.1.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.1.1...7.1.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
tags/v0.10.11
dependabot[bot] 2 years ago
committed by Jérôme Deuchnord
parent
commit
97b766e243
2 changed files with 5 additions and 5 deletions
  1. +4
    -4
      poetry.lock
  2. +1
    -1
      pyproject.toml

+ 4
- 4
poetry.lock View File

@@ -222,7 +222,7 @@ diagrams = ["jinja2", "railroad-diagrams"]

[[package]]
name = "pytest"
version = "7.1.1"
version = "7.1.2"
description = "pytest: simple powerful testing with Python"
category = "dev"
optional = false
@@ -361,7 +361,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-
[metadata]
lock-version = "1.1"
python-versions = ">=3.7,<3.11"
content-hash = "24dc9cc4b609864d5e7b20031d5ea18309836eff7f17abcde303e64f44423b9f"
content-hash = "efb89bb5c662ee2952eb76e39a87626ec770c22ac6ab4bba07f6745c1981cfe4"

[metadata.files]
atomicwrites = [
@@ -493,8 +493,8 @@ pyparsing = [
{file = "pyparsing-3.0.7.tar.gz", hash = "sha256:18ee9022775d270c55187733956460083db60b37d0d0fb357445f3094eed3eea"},
]
pytest = [
{file = "pytest-7.1.1-py3-none-any.whl", hash = "sha256:92f723789a8fdd7180b6b06483874feca4c48a5c76968e03bb3e7f806a1869ea"},
{file = "pytest-7.1.1.tar.gz", hash = "sha256:841132caef6b1ad17a9afde46dc4f6cfa59a05f9555aae5151f73bdf2820ca63"},
{file = "pytest-7.1.2-py3-none-any.whl", hash = "sha256:13d0e3ccfc2b6e26be000cb6568c832ba67ba32e719443bfe725814d3c42433c"},
{file = "pytest-7.1.2.tar.gz", hash = "sha256:a06a0425453864a270bc45e71f783330a7428defb4230fb5e6a731fde06ecd45"},
]
python-dateutil = [
{file = "python-dateutil-2.8.2.tar.gz", hash = "sha256:0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86"},


+ 1
- 1
pyproject.toml View File

@@ -25,7 +25,7 @@ importlib-metadata = "^4.11"

[tool.poetry.dev-dependencies]
black = "^22.3"
pytest = "^7.0"
pytest = "^7.1"
aurornis = "^1.3"

[build-system]


Loading…
Cancel
Save