Skip to content

Commit

Permalink
Merge pull request #2101 from camptocamp/drop-python-upper-bounds
Browse files Browse the repository at this point in the history
Drop python upper bounds
  • Loading branch information
sbrunner authored Jan 9, 2024
2 parents 72353f8 + 6d87060 commit 819314a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 13 deletions.
1 change: 1 addition & 0 deletions ci/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
c2cciutils[checks,publish]==1.6.13
poetry-dynamic-versioning[plugin]==1.0.1
poetry-plugin-export==1.5.0
poetry-plugin-tweak-dependencies-version==1.5.1
pre-commit==3.4.0
pytest==7.4.4
scikit-image==0.21.0
Expand Down
12 changes: 0 additions & 12 deletions poetry.lock

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

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,8 @@ prospector-profile-duplicated = "0.3.0"
requires = [
"poetry-core>=1.0.0",
"poetry-dynamic-versioning[plugin]",
"poetry-plugin-tweak-dependencies-version"
"poetry-plugin-tweak-dependencies-version",
"poetry-plugin-drop-python-upper-constraint"
]
build-backend = "poetry.core.masonry.api"

Expand Down

0 comments on commit 819314a

Please sign in to comment.