Skip to content

Commit

Permalink
Merge pull request #28 from SkwalExe/deps
Browse files Browse the repository at this point in the history
Fix warnings by updating some dependencies
  • Loading branch information
SkwalExe authored Jun 7, 2024
2 parents f1048b8 + 0779370 commit 4bc092c
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 23 deletions.
62 changes: 46 additions & 16 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ license = {file = "LICENSE"}
classifiers = ["License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)"]
requires-python = ">=3.9"
dependencies = [
"pillow==10.2.0",
"inquirer==3.1.3",
"toml==0.10.2",
"importlib==1.0.4",
"textual==0.38.1",
"click-extra==4.7.2",
"loguru==0.7.2",
"pillow>=10.2.0",
"inquirer>=3.2.4",
"toml>=0.10.2",
"importlib>=1.0.4",
"textual>=0.38.1",
"click-extra>=4.7.2",
"loguru>=0.7.2",
]

[project.urls]
Expand Down

0 comments on commit 4bc092c

Please sign in to comment.