Skip to content

Commit 31679f2

Browse files
committed
update deps
1 parent 43e1e4a commit 31679f2

File tree

3 files changed

+41
-20
lines changed

3 files changed

+41
-20
lines changed

pdm.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ authors = [
88
dependencies = [
99
"mypy>=1.6.1",
1010
"flask>=3.0.0",
11-
"gunicorn>=21.2.0",
1211
"typing-extensions>=4.8.0",
12+
"pyright>=1.1.334",
1313
]
1414
requires-python = ">=3.12"
1515
readme = "README.md"

requirements.txt

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,13 @@
44
blinker==1.6.3
55
click==8.1.7
66
flask==3.0.0
7-
gunicorn==21.2.0
87
itsdangerous==2.1.2
98
Jinja2==3.1.2
10-
libcst==1.1.0
119
MarkupSafe==2.1.3
1210
mypy==1.6.1
1311
mypy-extensions==1.0.0
14-
packaging==23.2
15-
pyyaml==6.0.1
12+
nodeenv==1.8.0
13+
pyright==1.1.334
14+
setuptools==68.2.2
1615
typing-extensions==4.8.0
17-
typing-inspect==0.9.0
1816
Werkzeug==3.0.0

0 commit comments

Comments
 (0)