Skip to content

Commit

Permalink
feat: unpin version for some dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bartsanchez committed Dec 4, 2024
1 parent 1654d8b commit d7fd33a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 11 deletions.
19 changes: 12 additions & 7 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 @@ -33,15 +33,15 @@ python = "^3.12"

[tool.poetry.group.dev.dependencies]
pytest = "*"
bump2version = "^1.0.0"
bump2version = "*"
pre-commit = "*"
mkdocs = "^1.2.2"
mkdocs = "*"
poethepoet = "*"
pytest-cov = "*"
ruff = "*"
mypy = "^1.8.0"
mypy = "*"
pytest-xdist = "*"
setuptools = "^70.1.1"
setuptools = "*"

[build-system]
requires = ["poetry>=0.12"]
Expand Down

0 comments on commit d7fd33a

Please sign in to comment.