Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
synapse
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maunium
synapse
Commits
5bf9ec9e
Unverified
Commit
5bf9ec9e
authored
1 year ago
by
V02460
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Require at least poetry-core v1.2.0 (#15566)
Signed-off-by:
Kai A. Hiller
<
V02460@gmail.com
>
parent
e4f545c4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
changelog.d/15566.bugfix
+1
-0
1 addition, 0 deletions
changelog.d/15566.bugfix
pyproject.toml
+1
-1
1 addition, 1 deletion
pyproject.toml
with
2 additions
and
1 deletion
changelog.d/15566.bugfix
0 → 100644
+
1
−
0
View file @
5bf9ec9e
Require at least poetry-core v1.2.0.
This diff is collapsed.
Click to expand it.
pyproject.toml
+
1
−
1
View file @
5bf9ec9e
...
...
@@ -368,7 +368,7 @@ furo = ">=2022.12.7,<2024.0.0"
# system changes.
# We are happy to raise these upper bounds upon request,
# provided we check that it's safe to do so (i.e. that CI passes).
requires
=
["poetry-core>=1.
0
.0,<
=
1.5
.
0
", "
setuptools_rust>=1.3,<
=
1.5
.
2
"]
requires
=
["poetry-core>=1.
2
.0,<
=
1.5
.
0
", "
setuptools_rust>=1.3,<
=
1.5
.
2
"]
build-backend
=
"poetry.core.masonry.api"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment