Skip to content

Commit

Permalink
Update dependency pytest to v7.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 24, 2023
1 parent 94b5500 commit 3d739bc
Show file tree
Hide file tree
Showing 2 changed files with 119 additions and 32 deletions.
147 changes: 118 additions & 29 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,12 @@ include = [
]

[tool.poetry.dependencies]
python = ">=3.8,<4.0"
python = "^3.7"
pydantic = "^1.7.4,!=1.8,!=1.8.1"
structlog = ">= 20.1.0, < 23.0.0"
packaging = ">= 21.3, < 24.0"
colorama = {version = "^0.4.3", optional = true}
redis = {version = "^4.3", optional = true}
# typing.Self introduced in 3.11
typing-extensions = { version = ">=4.0.1", python = "<3.11" }

[tool.poetry.extras]
redis = ["redis"]
Expand Down

0 comments on commit 3d739bc

Please sign in to comment.