Skip to content

Commit

Permalink
Change: Don't specify upper ends for dependencies
Browse files Browse the repository at this point in the history
IMHO it's not a good practice to specify upper ends for dependencies.
This might require a release just for allowing to update to a current
dependency.
  • Loading branch information
bjoernricks committed Jul 18, 2023
1 parent 81a5b31 commit 4bccb02
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 41 deletions.
70 changes: 35 additions & 35 deletions poetry.lock

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

12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@ rich = ">=12.5.1"
autohooks-plugin-black = ">=21.12.0"
autohooks-plugin-pylint = ">=21.6.0"
autohooks-plugin-isort = ">=22.3.0"
coverage = "^7.2.7"
rope = "^1.9.0"
Sphinx = "^5.3.0"
furo = "^2023.3.27"
myst-parser = "^1.0.0"
sphinx-tabs = "^3.4.0"
coverage = ">=7.2.7"
rope = ">=1.9.0"
Sphinx = ">=5.3.0"
furo = ">=2023.3.27"
myst-parser = ">=1.0.0"
sphinx-tabs = ">=3.4.0"
mypy = ">=0.991"

[tool.poetry.scripts]
Expand Down

0 comments on commit 4bccb02

Please sign in to comment.