Skip to content

Commit

Permalink
<>[]: <Update optional dependencies>
Browse files Browse the repository at this point in the history
[]

[]
  • Loading branch information
hasii2011 committed Feb 5, 2025
1 parent 0c3d4ff commit 72f0926
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@ dependencies = [

[project.optional-dependencies]
test = [
'mypy==1.14.0',
'mypy==1.15.0',
'mypy-extensions==1.0.0',
'types-Deprecated==1.2.9.20240311',
'html-testRunner~=1.2.1',
]

deploy = [
"wheel==0.45.1",
"setuptools==75.7.0",
"twine==6.0.1",
"setuptools==75.8.0",
"twine==6.1.0",
"build==1.2.2.post1",
]

Expand Down

0 comments on commit 72f0926

Please sign in to comment.