Conversation
…ies with 5 updates Bumps the pip-minor-patch-updates group with 4 updates in the / directory: [pytest](https://github.com/pytest-dev/pytest), [pre-commit](https://github.com/pre-commit/pre-commit), [pytest-cov](https://github.com/pytest-dev/pytest-cov) and [ruff](https://github.com/astral-sh/ruff). Bumps the pip-minor-patch-updates group with 1 update in the /src/sample_pytorch_gpu_project/.devcontainer directory: [mlflow](https://github.com/mlflow/mlflow). Updates `pytest` from 8.3.4 to 8.3.5 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.3.4...8.3.5) Updates `pre-commit` from 4.1.0 to 4.2.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.1.0...v4.2.0) Updates `pytest-cov` from 6.0.0 to 6.1.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v6.0.0...v6.1.0) Updates `ruff` from 0.9.9 to 0.11.2 - [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.9.9...0.11.2) Updates `mlflow` from 2.20.3 to 2.21.2 - [Release notes](https://github.com/mlflow/mlflow/releases) - [Changelog](https://github.com/mlflow/mlflow/blob/master/CHANGELOG.md) - [Commits](mlflow/mlflow@v2.20.3...v2.21.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip-minor-patch-updates - dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-minor-patch-updates - dependency-name: pytest-cov dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-minor-patch-updates - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-minor-patch-updates - dependency-name: mlflow dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-minor-patch-updates ... Signed-off-by: dependabot[bot] <support@github.com>
fujikosu
approved these changes
Apr 2, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the pip-minor-patch-updates group with 4 updates in the / directory: pytest, pre-commit, pytest-cov and ruff.
Bumps the pip-minor-patch-updates group with 1 update in the /src/sample_pytorch_gpu_project/.devcontainer directory: mlflow.
Updates
pytestfrom 8.3.4 to 8.3.5Release notes
Sourced from pytest's releases.
Commits
b55ab2aPrepare release version 8.3.5e217726Added dedicated page about using types with pytest #12842 (#12963) (#13260)2fa3f83Add more resources and studies to flaky tests page in docs (#13250) (#13259)e5c2efeMerge pull request #13256 from webknjaz/maintenance/towncrier-bump (#13258)3419674Merge pull request #13187 from pytest-dev/patchback/backports/8.3.x/b4009b319...b75cfb1Add readline workaround for libedit (#13176)edbfff7doc: Clarify capturing .readouterr() return value (#13222) (#13225)2ebba00Merge pull request #13199 from jakkdl/tox_docs_no_fetch (#13200)eb6496bdoc: Change training to remote only (#13196) (#13197)78cf1f6ci: Bump build-and-inspect-python-package (#13188)Updates
pre-commitfrom 4.1.0 to 4.2.0Release notes
Sourced from pre-commit's releases.
Changelog
Sourced from pre-commit's changelog.
Commits
aa48766v4.2.0bf6f11dMerge pull request #3430 from pre-commit/preferential-sys-impl3e8d0f5adjust python default_language_version to prefer versioned exeff7256cMerge pull request #3425 from tusharsadhwani/ambiguous-refb7eb412fix: crash on ambiguous ref 'HEAD'7b88c63Merge pull request #3404 from pre-commit/pre-commit-ci-update-config94b97e2[pre-commit.ci] pre-commit autoupdate2f93b80Merge pull request #3401 from pre-commit/pre-commit-ci-update-config4f90a1e[pre-commit.ci] pre-commit autoupdateaba1ce0Merge pull request #3396 from pre-commit/all-repos_autofix_all-repos-sedUpdates
pytest-covfrom 6.0.0 to 6.1.0Changelog
Sourced from pytest-cov's changelog.
Commits
10f8cdeBump version: 6.0.0 → 6.1.010b14afUpdate changelog.aa57aedRefactor a bit the internals to be a bit less boilerplatey and have more clar...e760099Make sure the CLI precision is used when creating report. Fixes #674.44540e1Remove unnecessary CovFailUnderWarning. Closes #675.204af14Update changelog.089e7bbUpgrade ruff.ab2cd26Add py 3.13 to test grid and update some deps.2de0c6cadd reference to code source362a359move section between functionsUpdates
rufffrom 0.9.9 to 0.11.2Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
4773878Bump 0.11.2 (#16896)2a4d835Use the commonOperatorPrecedencefor the parser (#16747)04a8756[red-knot] Check subtype relation between callable types (#16804)193c381[red-knot] Check whether two callable types are equivalent (#16698)63e78b4[red-knot] Ban mostType::Instancetypes in type expressions (#16872)296d67aSpecial-case value-expression inference of special form subscriptions (#16877)42cbce5[syntax-errors] Fix star annotation before Python 3.11 (#16878)6760251RecognizeSyntaxError:as an error code for ecosystem checks (#16879)23382f5[red-knot] add test cases result in false positive errors (#16856)c1971fdBump 0.11.1 (#16871)Updates
mlflowfrom 2.20.3 to 2.21.2Release notes
Sourced from mlflow's releases.
... (truncated)
Changelog
Sourced from mlflow's changelog.
... (truncated)
Commits
872b6e9Runpython3 dev/update_mlflow_versions.py pre-release ...(#15128)f6cd2aaClose connection when exporting traces to Databricks (#15124)f656ba5Add logging of result table for DSPy optimizer tracking (#15061)32326acRunpython3 dev/update_mlflow_versions.py pre-release ...(#15115)b92aa0bLog params and dataset for DSPy optimization (#15009)47a4170Add eval logging for DSPy (#14962)e0b8387Create mlflow run for DSPy compile (#14949)73c4163Add --install-java option to sagemaker build-and-push-container (#14868)f93b11bFix Gemini dev test (#14995)5f2e3d5fix: typo inOTEL_EXPORTER_OTLP_PROTOCOLenv var (#15008)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions