Skip to content

Commit

Permalink
fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
clintonsteiner committed Jan 18, 2025
1 parent 4a0d6f1 commit fe53bae
Show file tree
Hide file tree
Showing 2 changed files with 1,384 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ classifiers = [
]
requires-python = ">=3.9"
dependencies = [
"darkgraylib~=2.2.0",
"black>=24.10.0",
"darkgraylib~=1.2.0",
"toml>=0.10.0",
"typing_extensions>=4.0.1",
]
Expand Down Expand Up @@ -51,7 +52,6 @@ dev = [
"twine>=2.0.0",
"types-requests>=2.27.9",
"types-toml>=0.10.4",
"urllib3>=1.25.9", # through requests-cache and twine, fixes CVE-2020-26137
"wheel>=0.21.0",
"astor>=0.8.1",
]
Expand Down
Loading

0 comments on commit fe53bae

Please sign in to comment.