Skip to content

fix(deps): update python-nonmajor #282

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 13, 2025

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Jun 11, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
deprecated ==1.2.15 -> ==1.2.18 age adoption passing confidence
llama-index ==0.12.41 -> ==0.12.42 age adoption passing confidence
pytest-cov (changelog) ==6.1.1 -> ==6.2.1 age adoption passing confidence

Release Notes

laurent-laporte-pro/deprecated (deprecated)

v1.2.18

Compare Source

====================

This version does not bring any change in the source code, but fixes the build anomaly on Fedora (Packit).

The package must be published on PyPi using twine <https://pypi.org/project/twine/>_ to correctly deal with the license file.

v1.2.17

Compare Source

====================

Bug fix release

v1.2.16

Compare Source

====================

Bug fix release

Fix

  • Fix #​78: Fix configuration for Packit 1.0.0

  • Fix #​79: Fix the configuration for the intersphinx mapping in the Sphinx documentation.
    See How to link to other documentation projects with Intersphinx <https://docs.readthedocs.io/en/stable/guides/intersphinx.html>_.

Other

  • Drop support for Python older than 3.7 in GitHub Actions.
run-llama/llama_index (llama-index)

v0.12.42

Compare Source

  • fix: pass input message to memory get (#​19054)
  • fix: use async memory operations within async functions (#​19032)
  • fix: Using uuid instead of hashing for broader compatibility in SQLTableNodeMapping (#​19011)
pytest-dev/pytest-cov (pytest-cov)

v6.2.1

Compare Source

  • Added a version requirement for pytest's pluggy dependency (1.2.0, released 2023-06-21) that has the required new-style hookwrapper API.

  • Removed deprecated license classifier (packaging).

  • Disabled coverage warnings in two more situations where they have no value:

    • "module-not-measured" in workers
    • "already-imported" in subprocesses

v6.2.0

Compare Source

  • The plugin now adds 3 rules in the filter warnings configuration to prevent common coverage warnings being raised as obscure errors::

    default:unclosed database in <sqlite3.Connection object at:ResourceWarning
    once::PytestCovWarning
    once::CoverageWarning

    This fixes most of the bad interactions that are occurring on pytest 8.4 with filterwarnings=error.

    The plugin will check if there already matching rules for the 3 categories
    (ResourceWarning, PytestCovWarning, CoverageWarning) and message (unclosed database in <sqlite3.Connection object at) before adding the filters.

    This means you can have this in your pytest configuration for complete oblivion (not recommended, if that is not clear)::

    filterwarnings = [
    "error",
    "ignore:unclosed database in <sqlite3.Connection object at:ResourceWarning",
    "ignore::PytestCovWarning",
    "ignore::CoverageWarning",
    ]


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate-bot renovate-bot requested a review from a team as a code owner June 11, 2025 18:40
@renovate-bot renovate-bot force-pushed the renovate/python-nonmajor branch from c89d123 to 3c9c238 Compare June 11, 2025 18:40
@renovate-bot renovate-bot changed the title chore(deps): update dependency deprecated to v1.2.18 fix(deps): update python-nonmajor Jun 11, 2025
@renovate-bot renovate-bot force-pushed the renovate/python-nonmajor branch 8 times, most recently from 5dea54a to bbe1975 Compare June 13, 2025 05:49
@anubhav756 anubhav756 force-pushed the renovate/python-nonmajor branch from bbe1975 to 64deb60 Compare June 13, 2025 07:40
@anubhav756
Copy link
Contributor

/gcbrun

@anubhav756 anubhav756 enabled auto-merge (squash) June 13, 2025 07:42
@anubhav756 anubhav756 merged commit a58cc11 into googleapis:main Jun 13, 2025
21 checks passed
@release-please release-please bot mentioned this pull request Jun 13, 2025
@renovate-bot renovate-bot deleted the renovate/python-nonmajor branch June 13, 2025 08:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants