Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: upgrade dependencies #929

Merged
merged 9 commits into from
Mar 9, 2024

Conversation

ruben-arts
Copy link
Contributor

@ruben-arts ruben-arts commented Mar 6, 2024

The pixi.toml uses the new strict parser for matchspecs introduce in conda/rattler#552. However we implemented a fallback behavior for now. Examples of requirements that will now result in a warning are:

mkdocs-material = ">=9.5.*"
pillow = ">=9.4.0.*"

These were previously just accepted by rattler but the new strict parser rejects these requirements. The requirements should be written without the .*:

mkdocs-material = ">=9.5"
pillow = ">=9.4.0"

@baszalmstra baszalmstra changed the title chore: upgrade dependencies chore!: upgrade dependencies Mar 8, 2024
@baszalmstra baszalmstra requested a review from wolfv March 8, 2024 19:09
@ruben-arts ruben-arts marked this pull request as draft March 8, 2024 20:13
@baszalmstra baszalmstra changed the title chore!: upgrade dependencies chore: upgrade dependencies Mar 8, 2024
@baszalmstra baszalmstra marked this pull request as ready for review March 8, 2024 20:27
@ruben-arts ruben-arts added 💣 breaking Breaks something in the api or config and removed 💣 breaking Breaks something in the api or config labels Mar 9, 2024
@ruben-arts ruben-arts enabled auto-merge (squash) March 9, 2024 10:48
@ruben-arts ruben-arts disabled auto-merge March 9, 2024 10:49
@ruben-arts ruben-arts merged commit 3863d10 into prefix-dev:main Mar 9, 2024
18 checks passed
@ruben-arts ruben-arts deleted the chore/bump_dependencies branch March 9, 2024 10:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants