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

Update Python dependencies for Nix #12855

Merged
merged 10 commits into from
Jun 20, 2021
Prev Previous commit
Next Next commit
Nix: Update milc version in pyproject.toml to match requirements.txt
The lock file already contained milc 1.3.0, but pyproject.toml still
specified the minimum required version as 1.1.0, which is not compatible
with the current Python code.
  • Loading branch information
sigprof committed May 31, 2021
commit 4d94497d174956c95a0d100c46032ab8664997a2
2 changes: 1 addition & 1 deletion nix/poetry.lock

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

2 changes: 1 addition & 1 deletion nix/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ colorama = "^0.4.4"
dotty-dict = "^1.3.0"
hjson = "^3.0.2"
jsonschema = "^3.2.0"
milc = "^1.1.0"
milc = "^1.3.0"
Pygments = "^2.8.0"

[tool.poetry.dev-dependencies]
Expand Down