Skip to content

Commit

Permalink
pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelzw committed Nov 22, 2024
1 parent 0631b6e commit 584db2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/already-installed-different-version/pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ platforms = ["osx-arm64", "osx-64", "linux-64", "win-64"]
[dependencies]
python = "3.13.*"
typing-extensions = "*"
pydantic-core = "2.27.0"
pydantic-core = "2.27.0"
2 changes: 1 addition & 1 deletion examples/already-installed/pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ platforms = ["osx-arm64", "osx-64", "linux-64", "win-64"]
[dependencies]
python = "3.13.*"
typing-extensions = "*"
pydantic-core = "2.26.0"
pydantic-core = "2.26.0"

0 comments on commit 584db2a

Please sign in to comment.