Skip to content

Commit

Permalink
fix (#1067)
Browse files Browse the repository at this point in the history
  • Loading branch information
sungwy committed Aug 16, 2024
1 parent 9e27d59 commit 2cc89f9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
9 changes: 3 additions & 6 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ include = [
]

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

[[tool.mypy.overrides]]
module = "pytest_mock.*"
Expand Down

0 comments on commit 2cc89f9

Please sign in to comment.