Skip to content

Commit 2cc89f9

Browse files
authored
fix (#1067)
1 parent 9e27d59 commit 2cc89f9

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

poetry.lock

Lines changed: 3 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ include = [
4949
]
5050

5151
[tool.poetry.dependencies]
52-
python = ">=3.8, <4.0, !=3.9.7"
52+
python = ">=3.8, <3.12, !=3.9.7"
5353
mmh3 = ">=4.0.0,<5.0.0"
5454
requests = ">=2.20.0,<3.0.0"
5555
click = ">=7.1.1,<9.0.0"
@@ -94,7 +94,7 @@ pytest-mock = "3.14.0"
9494
pyspark = "3.5.2"
9595
cython = "3.0.11"
9696
deptry = ">=0.14,<0.20"
97-
docutils = "!=0.21"
97+
docutils = "!=0.21.post1" # https://github.com/python-poetry/poetry/issues/9248#issuecomment-2026240520
9898

9999
[[tool.mypy.overrides]]
100100
module = "pytest_mock.*"

0 commit comments

Comments
 (0)