Skip to content

Commit

Permalink
[Auto-generated] Check & update dependencies (pyproject.toml) (#34)
Browse files Browse the repository at this point in the history
Update dependencies in `pyproject.toml`
  • Loading branch information
CasperWA authored Jul 13, 2022
1 parent 9c33ea0 commit 8b6d57d
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 @@ -30,7 +30,7 @@ dynamic = ["version", "description"]

dependencies = [
"invoke ~=1.7",
"tomlkit ~=0.11.0",
"tomlkit ~=0.11.1",
]

[project.optional-dependencies]
Expand All @@ -42,8 +42,8 @@ docs = [
"mkdocstrings[python] ~=0.19.0",
]
dev = [
"pre-commit ~=2.19",
"pylint ~=2.14",
"pre-commit ~=2.20",
"pylint ~=2.13",
]

[project.urls]
Expand Down

0 comments on commit 8b6d57d

Please sign in to comment.