Skip to content

Commit c9f1085

Browse files
Bump the poetry-minor-patch-updates group with 3 updates (#55)
Bumps the poetry-minor-patch-updates group with 3 updates: [azure-core](https://github.com/Azure/azure-sdk-for-python), [tqdm](https://github.com/tqdm/tqdm) and [ruff](https://github.com/astral-sh/ruff). Updates `azure-core` from 1.37.0 to 1.38.0 - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases) - [Commits](Azure/azure-sdk-for-python@azure-core_1.37.0...azure-core_1.38.0) Updates `tqdm` from 4.67.1 to 4.67.2 - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](tqdm/tqdm@v4.67.1...v4.67.2) Updates `ruff` from 0.14.10 to 0.14.14 - [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.14.10...0.14.14) --- updated-dependencies: - dependency-name: azure-core dependency-version: 1.38.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: poetry-minor-patch-updates - dependency-name: tqdm dependency-version: 4.67.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: poetry-minor-patch-updates - dependency-name: ruff dependency-version: 0.14.14 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 9fab4d0 commit c9f1085

2 files changed

Lines changed: 30 additions & 30 deletions

File tree

poetry.lock

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

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ package-mode = false
88
[tool.poetry.group.dev.dependencies]
99
pre-commit = "^4.5.1"
1010
pytest = "^9.0.2"
11-
ruff = "^0.14.10"
11+
ruff = "^0.14.14"
1212
mypy = "^1.19.1"
1313
pytest-cov = "^7.0.0"
1414
ipykernel = "^7.1.0"
@@ -22,11 +22,11 @@ python-dotenv = "^1.2.1"
2222
tenacity = "^9.1.2"
2323
pyyaml = "^6.0.3"
2424
azure-ai-inference = "^1.0.0b6"
25-
azure-core = "^1.37.0"
25+
azure-core = "^1.38.0"
2626
asyncio = "^4.0.0"
2727
aiohttp = "^3.13.3"
2828
jsonlines = "^4.0.0"
29-
tqdm = "^4.67.0"
29+
tqdm = "^4.67.2"
3030
scikit-learn = "^1.8.0"
3131
azure-ai-ml = "^1.31.0"
3232
azure-identity = "^1.25.1"

0 commit comments

Comments
 (0)