Skip to content

Commit

Permalink
Fix misc unsafe dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
staticdev committed Jan 20, 2025
1 parent 7b1a378 commit a7facba
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 128 deletions.
172 changes: 61 additions & 111 deletions example_isort_formatting_plugin/poetry.lock

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

6 changes: 3 additions & 3 deletions example_isort_formatting_plugin/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ license = "MIT"
example = "example_isort_formatting_plugin:black_format_import_section"

[tool.poetry.dependencies]
python = ">=3.9.0"
isort = ">=5.11.0"
black = ">=22.8.0"
python = ">=3.10.0"
isort = ">=5.12.0"
black = ">=24.3.0"

[tool.poetry.group.dev.dependencies]

Expand Down
Loading

0 comments on commit a7facba

Please sign in to comment.