Skip to content

Commit

Permalink
fix dependencies to still work w/ Python3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
dpranke committed Nov 11, 2024
1 parent 25a41e0 commit 1543738
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ dynamic = [ "version" ]
[project.optional-dependencies]
dev = [
'build==1.2.2.post1',
'coverage==7.6.4',
'coverage==7.5.3',
'mypy==1.13.0',
'pip==24.3.1',
'pylint==3.3.1',
'pylint==3.2.3',
'ruff==0.7.3',
'twine==5.1.1',
'uv==0.5.1',
Expand Down

0 comments on commit 1543738

Please sign in to comment.