Skip to content
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

Update all minor versions (master) (minor) #2385

Merged
merged 1 commit into from
Aug 1, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 1, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
coverage 7.5.4 -> 7.6.0 age adoption passing confidence
puppeteer (source) 22.12.1 -> 22.15.0 age adoption passing confidence
pyjwt 2.8.0 -> 2.9.0 age adoption passing confidence
pytest (changelog) 8.2.2 -> 8.3.2 age adoption passing confidence
sentry-sdk (changelog) 2.7.1 -> 2.12.0 age adoption passing confidence

Release Notes

nedbat/coveragepy (coverage)

v7.6.0

Compare Source

  • Exclusion patterns can now be multi-line, thanks to Daniel Diniz <pull 1807_>. This enables many interesting exclusion use-cases, including those
    requested in issues 118 <issue 118_>
    (entire files), 996 <issue 996_>_ (multiple lines only when appearing together), 1741 <issue 1741_>_ (remainder of a function), and 1803 <issue 1803_>_
    (arbitrary sequence of marked lines). See the :ref:multi_line_exclude
    section of the docs for more details and examples.

  • The JSON report now includes per-function and per-class coverage information.
    Thanks to Daniel Diniz <pull 1809_>_ for getting the work started. This
    closes issue 1793_ and issue 1532_.

  • Fixed an incorrect calculation of "(no class)" lines in the HTML classes
    report.

  • Python 3.13.0b3 is supported.

.. _issue 118:https://github.com/nedbat/coveragepy/issues/1188
.. _issue 996https://github.com/nedbat/coveragepy/issues/99696
.. _issue 153https://github.com/nedbat/coveragepy/issues/1532532
.. _issue 17https://github.com/nedbat/coveragepy/issues/17411741
.. _issue 1https://github.com/nedbat/coveragepy/issues/1793/1793
.. _issue https://github.com/nedbat/coveragepy/issues/1803s/1803
.. _pullhttps://github.com/nedbat/coveragepy/pull/1807ll/1807
.. _pulhttps://github.com/nedbat/coveragepy/pull/1809ull/1809

.. _changes_7-5-4:

puppeteer/puppeteer (puppeteer)

v22.15.0

Compare Source

v22.14.0

Compare Source

v22.13.1

Compare Source

v22.13.0: puppeteer: v22.13.0

Compare Source

Bug Fixes
  • cli: puppeteer CLI should read the project configuration (#​12730) (bca750a)
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 22.12.1 to 22.13.0
jpadilla/pyjwt (pyjwt)

v2.9.0

Compare Source

Changed


Fixed
~~~~~

Added
~~~~~
pytest-dev/pytest (pytest)

v8.3.2

Compare Source

pytest 8.3.2 (2024-07-24)

Bug fixes

  • #​12652: Resolve regression [conda]{.title-ref} environments where no longer being automatically detected.

    -- by RonnyPfannschmidt{.interpreted-text role="user"}

v8.3.1

Compare Source

pytest 8.3.1 (2024-07-20)

The 8.3.0 release failed to include the change notes and docs for the release. This patch release remedies this. There are no other changes.

v8.3.0

Compare Source

getsentry/sentry-python (sentry-sdk)

v2.12.0

Compare Source

Various fixes & improvements

v2.11.0

Compare Source

Various fixes & improvements
  • Add disabled_integrations (#​3328) by @​sentrivana

    Disabling individual integrations is now much easier.
    Instead of disabling all automatically enabled integrations and specifying the ones
    you want to keep, you can now use the new
    disabled_integrations
    config option to provide a list of integrations to disable:

    import sentry_sdk
    from sentry_sdk.integrations.flask import FlaskIntegration
    
    sentry_sdk.init(

Do not use the Flask integration even if Flask is installed.

  disabled_integrations=[
      FlaskIntegration(),
  ],

)


- Use operation name as transaction name in Strawberry (#&#8203;3294) by @&#8203;sentrivana
- WSGI integrations respect `SCRIPT_NAME` env variable (#&#8203;2622) by @&#8203;sarvaSanjay
- Make Django DB spans have origin `auto.db.django` (#&#8203;3319) by @&#8203;antonpirker
- Sort breadcrumbs by time before sending (#&#8203;3307) by @&#8203;antonpirker
- Fix `KeyError('sentry-monitor-start-timestamp-s')` (#&#8203;3278) by @&#8203;Mohsen-Khodabakhshi
- Set MongoDB tags directly on span data (#&#8203;3290) by @&#8203;0Calories
- Lower logger level for some messages (#&#8203;3305) by @&#8203;sentrivana and @&#8203;antonpirker
- Emit deprecation warnings from `Hub` API (#&#8203;3280) by @&#8203;szokeasaurusrex
- Clarify that `instrumenter` is internal-only (#&#8203;3299) by @&#8203;szokeasaurusrex
- Support Django 5.1 (#&#8203;3207) by @&#8203;sentrivana
- Remove apparently unnecessary `if` (#&#8203;3298) by @&#8203;szokeasaurusrex
- Preliminary support for Python 3.13 (#&#8203;3200) by @&#8203;sentrivana
- Move `sentry_sdk.init` out of `hub.py` (#&#8203;3276) by @&#8203;szokeasaurusrex
- Unhardcode integration list (#&#8203;3240) by @&#8203;rominf
- Allow passing of PostgreSQL port in tests (#&#8203;3281) by @&#8203;rominf
- Add tests for `@ai_track` decorator (#&#8203;3325) by @&#8203;colin-sentry
- Do not include type checking code in coverage report (#&#8203;3327) by @&#8203;antonpirker
- Fix test_installed_modules (#&#8203;3309) by @&#8203;szokeasaurusrex
- Fix typos and grammar in a comment (#&#8203;3293) by @&#8203;szokeasaurusrex
- Fixed failed tests setup (#&#8203;3303) by @&#8203;antonpirker
- Only assert warnings we are interested in (#&#8203;3314) by @&#8203;szokeasaurusrex

v2.10.0

Compare Source

Various fixes & improvements

v2.9.0

Compare Source

Various fixes & improvements

v2.8.0

Compare Source

Various fixes & improvements

Configuration

📅 Schedule: Branch creation - "after 5pm on the first day of the month" in timezone Europe/Zurich, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 renovate bot added the dependencies Update the dependencies label Aug 1, 2024
@renovate renovate bot enabled auto-merge (rebase) August 1, 2024 15:59
@renovate renovate bot force-pushed the renovate/master-all-minor-versions branch from 60b4d0b to ce0b1d8 Compare August 1, 2024 18:27
@renovate renovate bot merged commit d9441b0 into master Aug 1, 2024
7 checks passed
@renovate renovate bot deleted the renovate/master-all-minor-versions branch August 1, 2024 18:38
@geo-ghci-int geo-ghci-int bot added this to the 6.1.0 milestone Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Update the dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants