Skip to content

Commit

Permalink
build(poetry): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pivoshenko committed Dec 14, 2024
1 parent 219bc13 commit 1d5df36
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 52 deletions.
94 changes: 47 additions & 47 deletions poetry.lock

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

10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,15 @@ ipython = ">=8.12.3"

[tool.poetry.group.formatters.dependencies]
isort = ">=5.13.2"
ruff = ">=0.8.1"
ruff = ">=0.8.3"
pyupgrade = ">=3.19.0"

[tool.poetry.group.linters.dependencies]
mypy = ">=1.13.0"
ruff = ">=0.8.1"
ruff = ">=0.8.3"
deptry = ">=0.21.1"
codespell = ">=2.3.0"
commitizen = ">=4.0.0"
commitizen = ">=4.1.0"

[tool.poetry.group.lsp.dependencies]
python-lsp-server = { extras = ["all"], version = ">=1.12.0" }
Expand All @@ -93,11 +93,11 @@ pytest-codeblocks = ">=0.17.0"
pytest-mock = ">=3.14.0"
pytest-cov = ">=6.0.0"
pytest-sugar = ">=1.0.0"
coverage = { version = ">=7.6.8", extras = ["toml"] }
coverage = { version = ">=7.6.9", extras = ["toml"] }
sh = ">=2.1.0"

[tool.poetry.group.ci.dependencies]
python-semantic-release = ">=9.14.0"
python-semantic-release = ">=9.15.1"

[tool.poetry.plugins."poetry.application.plugin"]
poetry-plugin-dotenv = "poetry_plugin_dotenv.plugin:DotenvPlugin"
Expand Down

0 comments on commit 1d5df36

Please sign in to comment.