Skip to content

Commit

Permalink
Chore: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Oct 30, 2023
1 parent 20cacd4 commit db5aeb8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ readme = "README.md"
requires-python = ">=3.8"
license = { text = "LGPL 3, EUPL 1.2" }
keywords = [
"pueblo",
"general purpose",
"library",
"mixed",
"pueblo",
]
authors = [
{name = "Andreas Motl", email = "[email protected]"},
Expand Down Expand Up @@ -70,16 +70,16 @@ cli = [
"click-aliases<2",
"colorlog<7",
]
env = [
"python-dotenv<2",
]
develop = [
"black<24",
"mypy==1.5.1",
"mypy==1.6.1",
"poethepoet<1",
"pyproject-fmt<1.2",
"ruff==0.0.291",
"validate-pyproject<0.15",
"pyproject-fmt<1.4,>=1.3",
"ruff==0.1.3",
"validate-pyproject<0.16",
]
env = [
"python-dotenv<2",
]
release = [
"build<2",
Expand Down

0 comments on commit db5aeb8

Please sign in to comment.