Skip to content

Commit 46bfc2d

Browse files
committed
Update lock file
1 parent 6088cfe commit 46bfc2d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

poetry.lock

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

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ packages = [
4949
[tool.poetry.dependencies]
5050
python = "^3.6"
5151
typing-extensions = [
52-
{ version = ">=4,<5", python = "<3.10" }
52+
{ version = ">=4.1,<5", python = "<3.10" }
5353
]
5454

5555
[tool.black]
56-
target-version = ['py36', 'py37', 'py38', 'py39', 'py310', 'py311', 'py312']
56+
target-version = ['py36', 'py37', 'py38', 'py39', 'py310', 'py311', 'py312', 'py313']
5757

5858
[tool.pyright]
5959
reportIncompatibleVariableOverride = false
@@ -77,5 +77,5 @@ disable = [
7777
]
7878

7979
[build-system]
80-
requires = ["poetry_core>=1,<2", "setuptools>=59,<70"]
80+
requires = ["poetry_core>=2,<3", "setuptools>=59,<70"]
8181
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)