Skip to content

Commit 3d739bc

Browse files
Update dependency pytest to v7.4.3
1 parent 94b5500 commit 3d739bc

File tree

2 files changed

+119
-32
lines changed

2 files changed

+119
-32
lines changed

poetry.lock

+118-29
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-3
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,12 @@ include = [
1616
]
1717

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

2826
[tool.poetry.extras]
2927
redis = ["redis"]

0 commit comments

Comments
 (0)