Skip to content

Commit

Permalink
⬆️ Update dependencies and lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
mnixry committed Mar 25, 2024
1 parent fd58e7a commit 5eaf864
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions pdm.lock

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

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ license = { text = "MIT" }

[project.optional-dependencies]
cli = [
"rich>=13.7.0", # Rich is used to support colored logging
"typer[all]>=0.9.0", # Typer is used to support command line interface
"rich>=13.7.0", # Rich is used to support colored logging
"typer[all]>=0.10.0", # Typer is used to support command line interface
"multidict>=6.0.5",
]

Expand All @@ -23,9 +23,9 @@ build-backend = "pdm.backend"

[tool.pdm.dev-dependencies]
dev = [
"ruff>=0.3.3",
"ruff>=0.3.4",
"pytest>=8.1.1",
"pytest-cov>=4.1.0",
"pytest-cov>=5.0.0",
"pytest-pretty>=1.2.0",
]

Expand Down

0 comments on commit 5eaf864

Please sign in to comment.