Skip to content

Commit

Permalink
⬆️ Bump the dependencies group with 3 updates (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Mar 25, 2024
1 parent 1c20586 commit 3ec1680
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 30 deletions.
56 changes: 28 additions & 28 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Expand Up @@ -11,11 +11,11 @@ readme = 'README.md'
[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
tomlkit = "^0.12.1"
typer = "^0.9.0"
typer = ">=0.9,<0.11"

[tool.poetry.group.dev.dependencies]
pytest = ">=7.4.3,<9.0.0"
pytest-cov = "^4.1.0"
pytest-cov = ">=4.1,<6.0"
mypy = "^1.6.1"
python-semantic-release = "^7.15.3"
types-setuptools = ">=68.2,<70.0"
Expand Down

0 comments on commit 3ec1680

Please sign in to comment.