Skip to content

Commit

Permalink
Update requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
Update requirements bot committed Mar 18, 2024
1 parent 485bb6e commit 1697367
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 72 deletions.
136 changes: 68 additions & 68 deletions poetry.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 @@ -24,14 +24,14 @@ python = "<4,>=3.10"


[tool.poetry.group.dev.dependencies]
black = "<24.3,>=24.2"
black = "<24.4,>=24.3"
compreq = "<0.3.1,>=0.3.0"
isort = "<5.14,>=5.13"
mypy = "<1.9,>=1.8"
mypy = "<1.10,>=1.9"
pylint = "<3.2,>=3.1"
pytest = "<8.1,>=8.0"
pytest = "<8.2,>=8.1"
taskipy = "<1.13,>=1.12"
tomlkit = "<0.12.4,>=0.12.3"
tomlkit = "<0.12.5,>=0.12.4"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 1697367

Please sign in to comment.