Bump pytest-archon from 0.0.5 to 0.0.6 (#737)

Bumps [pytest-archon](https://github.com/jwbargsten/pytest-archon) from 0.0.5 to 0.0.6.
- [Commits](https://github.com/jwbargsten/pytest-archon/compare/v0.0.5...v0.0.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-12-19 15:43:56 -05:00
committed by GitHub
parent e6b4778168
commit 945147d6c2
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@ -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 = "alabaster"
@ -512,13 +512,13 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no
[[package]]
name = "pytest-archon"
version = "0.0.5"
version = "0.0.6"
description = "Rule your architecture like a real developer"
optional = false
python-versions = ">=3.8"
files = [
{file = "pytest-archon-0.0.5.tar.gz", hash = "sha256:266359ef6f78b2b8fda8794d506881376dcbfd5a5834851c375da77377a26059"},
{file = "pytest_archon-0.0.5-py3-none-any.whl", hash = "sha256:2a4a689af9dddd18e86cf304c0743b2a060fd3bc9341c25a3d06a4e2ee681fe1"},
{file = "pytest-archon-0.0.6.tar.gz", hash = "sha256:5af260a7617fc0a9e8bcd7a62adc42ed1ad466e20ae128b218589f49f73b1bcf"},
{file = "pytest_archon-0.0.6-py3-none-any.whl", hash = "sha256:f49b6b1f33a541dda1cab8a733b93b8a712594a002f03283294a624d0b394e83"},
]
[package.dependencies]
@ -793,4 +793,4 @@ docs = ["furo", "sphinx"]
[metadata]
lock-version = "2.0"
python-versions = ">=3.9,<4"
content-hash = "313424078f7665931f0e1595fd4439b3be7cb47fcf5467767beaae9bc2f87367"
content-hash = "f9416599ae9bfa0ad6c76afa84809e5f955db359688a4d2b220731efc90b3427"

View File

@ -35,7 +35,7 @@ furo = { version = ">=2022,<2024", optional = true }
[tool.poetry.dev-dependencies]
pytest = "^7.4"
pytest-cov = "^4.1"
pytest-archon = "^0.0.5"
pytest-archon = "^0.0.6"
[tool.poetry.extras]
docs = [ "sphinx", "furo" ]