Skip to content

Commit 4894f67

Browse files
Bump the poetry-minor-patch-updates group with 4 updates (#30)
Bumps the poetry-minor-patch-updates group with 4 updates: [azure-identity](https://github.com/Azure/azure-sdk-for-python), [pre-commit](https://github.com/pre-commit/pre-commit), [ruff](https://github.com/astral-sh/ruff) and [ipykernel](https://github.com/ipython/ipykernel). Updates `azure-identity` from 1.23.1 to 1.24.0 - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases) - [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/esrp_release.md) - [Commits](Azure/azure-sdk-for-python@azure-identity_1.23.1...azure-identity_1.24.0) Updates `pre-commit` from 4.2.0 to 4.3.0 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](pre-commit/pre-commit@v4.2.0...v4.3.0) Updates `ruff` from 0.12.7 to 0.12.11 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.12.7...0.12.11) Updates `ipykernel` from 6.30.0 to 6.30.1 - [Release notes](https://github.com/ipython/ipykernel/releases) - [Changelog](https://github.com/ipython/ipykernel/blob/v6.30.1/CHANGELOG.md) - [Commits](ipython/ipykernel@v6.30.0...v6.30.1) --- updated-dependencies: - dependency-name: azure-identity dependency-version: 1.24.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: poetry-minor-patch-updates - dependency-name: pre-commit dependency-version: 4.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: poetry-minor-patch-updates - dependency-name: ruff dependency-version: 0.12.11 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: poetry-minor-patch-updates - dependency-name: ipykernel dependency-version: 6.30.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: poetry-minor-patch-updates ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8218e37 commit 4894f67

File tree

2 files changed

+38
-37
lines changed

2 files changed

+38
-37
lines changed

poetry.lock

Lines changed: 34 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ authors = ["Kosuke Fujimoto <kofuji@microsoft.com>"]
66
package-mode = false
77

88
[tool.poetry.group.dev.dependencies]
9-
pre-commit = "^4.2.0"
9+
pre-commit = "^4.3.0"
1010
pytest = "^8.4.1"
11-
ruff = "^0.12.7"
11+
ruff = "^0.12.11"
1212
mypy = "^1.17.1"
1313
pytest-cov = "^6.2.1"
14-
ipykernel = "^6.30.0"
14+
ipykernel = "^6.30.1"
1515
pytest-mock = "^3.14.1"
1616

1717

@@ -29,7 +29,7 @@ jsonlines = "^4.0.0"
2929
tqdm = "^4.67.0"
3030
scikit-learn = "^1.7.1"
3131
azure-ai-ml = "^1.28.1"
32-
azure-identity = "^1.23.1"
32+
azure-identity = "^1.24.0"
3333
pytest-asyncio = "^1.1.0"
3434
azureml-mlflow = "^1.60.0"
3535

0 commit comments

Comments
 (0)