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

Bump the all group across 1 directory with 6 updates #97

Merged
merged 2 commits into from
Jun 4, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 3, 2024

Bumps the all group with 6 updates in the /dependabot directory:

Package From To
zope-container 5.2 6.0
zope-security 6.2 7.0
btrees 5.2 6.0
persistent 5.2 6.0
zodbpickle 3.3 4.0
coverage 7.5.1 7.5.3

Updates zope-container from 5.2 to 6.0

Changelog

Sourced from zope-container's changelog.

6.0 (2024-05-29)

  • Drop support for Python 3.7.

  • Build Windows wheels on GHA.

  • Add preliminary support for Python 3.13 as of 3.13a6.

Commits
  • 2409d6f - prepare release 6.0
  • 405f3ca Merge pull request #57 from zopefoundation/config-with-c-code-template-9f78efd3
  • 4b815f6 - drop support for Python 3.7
  • 9fa8df8 Merge pull request #56 from zopefoundation/config-with-c-code-template-1c0f31f5
  • 95e941d Configuring for c-code
  • cf76484 Merge pull request #55 from zopefoundation/config-with-c-code-template-4dc0484e
  • be0ee41 - build Windows wheels on GHA
  • d2348ec Preliminary support for Python 3.13a6 (#53)
  • 38be51d - fix RTD dependencies [ci skip]
  • 2aff6f1 - vb [ci skip]
  • See full diff in compare view

Updates zope-security from 6.2 to 7.0

Changelog

Sourced from zope-security's changelog.

7.0 (2024-05-30)

  • Add preliminary support for Python 3.13 as of 3.13b1.

  • Drop support for Python 3.7.

  • Build windows wheels on GHA.

Commits
  • a8e2eae - prepare release 7.0
  • 000b79b - fix cffi install order
  • f307271 Merge pull request #110 from zopefoundation/config-with-c-code-template-9f78efd3
  • af92afe - apply latest meta config template fixes
  • ae4ea6c - actually apply cffi fix
  • 1e0df6f - fix cffi issue
  • dbf2524 - remove support for Python 3.7 and add support for Python 3.13
  • db45bc8 Merge pull request #109 from zopefoundation/config-with-c-code-template-1c0f31f5
  • 00fcf63 Configuring for c-code
  • 1e9421a Windows GHA (#108)
  • Additional commits viewable in compare view

Updates btrees from 5.2 to 6.0

Changelog

Sourced from btrees's changelog.

6.0 (2024-05-30)

  • Drop support for Python 3.7.

  • Build Windows wheels on GHA.

Commits
  • bdcb64b - prepare release 6.0, take 2
  • c0aa8b0 - fix cffi issue
  • e357d90 - vb [ci skip]
  • 2cc05be - prepare release 6.0
  • 50f9d13 Merge pull request #205 from zopefoundation/config-with-c-code-template-8d837c89
  • 9d621e7 chore: fix up Trove / python-requires manually
  • 78d6905 Configuring for c-code: drop Python 3.7 support
  • 26f0ff5 ci: make 'flake8' config changes stick
  • 5d94529 Merge pull request #204 from zopefoundation/tseaver-lint_squish
  • c2ef3e3 fix: 'tox -e lint' passes
  • Additional commits viewable in compare view

Updates persistent from 5.2 to 6.0

Changelog

Sourced from persistent's changelog.

6.0 (2024-05-30)

  • Drop support for Python 3.7.

  • Build Windows wheels on GHA.

Commits
  • 0df692e - prepare release 6.0
  • 6141646 Merge pull request #201 from zopefoundation/config-with-c-code-template-8d837c89
  • 726a304 chore: fix up Trove / python-requires manually
  • 9af78d8 Merge pull request #202 from zopefoundation/tseaver-tweak_coverage
  • fd4704c tests: drop extra run of tests for coverage
  • 19dfec0 Configuring for c-code: drop support for Python 3.7
  • dd0d77f fix: TOML syntax [CI skip]
  • 744342d Merge pull request #200 from zopefoundation/tseaver-199-tox_e_coverage_passing
  • a89bb93 tests: 'tox -e coverage' passes
  • ec5f1a0 Merge pull request #198 from zopefoundation/config-with-c-code-template-4dc0484e
  • Additional commits viewable in compare view

Updates zodbpickle from 3.3 to 4.0

Changelog

Sourced from zodbpickle's changelog.

4.0 (2024-05-30)

  • Drop support for Python 3.7.
Commits
  • 1cacae7 - prepare release 4.0
  • 1a0801f Merge pull request #89 from zopefoundation/config-with-c-code-template-8d837c89
  • 7f50940 chore: fix up Trove / python-requires manually
  • 67d5485 Configuring for c-code: drop support for Python 3.7
  • 692cd83 Merge pull request #88 from zopefoundation/config-with-c-code-template-1c0f31f5
  • bfa31c8 Configuring for c-code
  • a83e3ab Back to development: 3.4
  • See full diff in compare view

Updates coverage from 7.5.1 to 7.5.3

Changelog

Sourced from coverage's changelog.

Version 7.5.3 — 2024-05-28

  • Performance improvements for combining data files, especially when measuring line coverage. A few different quadratic behaviors were eliminated. In one extreme case of combining 700+ data files, the time dropped from more than three hours to seven minutes. Thanks for Kraken Tech for funding the fix.

  • Performance improvements for generating HTML reports, with a side benefit of reducing memory use, closing issue 1791_. Thanks to Daniel Diniz for helping to diagnose the problem.

.. _issue 1791: nedbat/coveragepy#1791

.. _changes_7-5-2:

Version 7.5.2 — 2024-05-24

  • Fix: nested matches of exclude patterns could exclude too much code, as reported in issue 1779_. This is now fixed.

  • Changed: previously, coverage.py would consider a module docstring to be an executable statement if it appeared after line 1 in the file, but not executable if it was the first line. Now module docstrings are never counted as executable statements. This can change coverage.py's count of the number of statements in a file, which can slightly change the coverage percentage reported.

  • In the HTML report, the filter term and "hide covered" checkbox settings are remembered between viewings, thanks to Daniel Diniz <pull 1776_>_.

  • Python 3.13.0b1 is supported.

  • Fix: parsing error handling is improved to ensure bizarre source files are handled gracefully, and to unblock oss-fuzz fuzzing, thanks to Liam DeVoe <pull 1788_>. Closes issue 1787.

.. _pull 1776: nedbat/coveragepy#1776 .. _issue 1779: nedbat/coveragepy#1779 .. _issue 1787: nedbat/coveragepy#1787 .. _pull 1788: nedbat/coveragepy#1788

.. _changes_7-5-1:

Commits
  • f310d7e docs: sample HTML for 7.5.3
  • a51d52f docs: prep for 7.5.3
  • b666f3a perf: it's faster in all versions if we don't cache tokenize #1791
  • a2b4929 docs: changelog entry for combine performance improvements
  • b9aff50 perf: don't read full line_bits table each time
  • c45ebac perf: cache alias mapping
  • 390cb97 perf: avoid quadratic behavior when combining line coverage
  • d3caf53 docs(build): tweaks to howto
  • 909e887 build: bump version
  • 242adea build: don't claim pre-alpha-1 in classifiers
  • Additional commits viewable in compare view

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

dependabot bot and others added 2 commits June 4, 2024 09:14
Bumps the all group with 6 updates in the /dependabot directory:

| Package | From | To |
| --- | --- | --- |
| [zope-container](https://github.com/zopefoundation/zope.container) | `5.2` | `6.0` |
| [zope-security](https://github.com/zopefoundation/zope.security) | `6.2` | `7.0` |
| [btrees](https://github.com/zopefoundation/BTrees) | `5.2` | `6.0` |
| [persistent](https://github.com/zopefoundation/persistent) | `5.2` | `6.0` |
| [zodbpickle](https://github.com/zopefoundation/zodbpickle) | `3.3` | `4.0` |
| [coverage](https://github.com/nedbat/coveragepy) | `7.5.1` | `7.5.3` |



Updates `zope-container` from 5.2 to 6.0
- [Changelog](https://github.com/zopefoundation/zope.container/blob/master/CHANGES.rst)
- [Commits](zopefoundation/zope.container@5.2...6.0)

Updates `zope-security` from 6.2 to 7.0
- [Changelog](https://github.com/zopefoundation/zope.security/blob/master/CHANGES.rst)
- [Commits](zopefoundation/zope.security@6.2...7.0)

Updates `btrees` from 5.2 to 6.0
- [Changelog](https://github.com/zopefoundation/BTrees/blob/master/CHANGES.rst)
- [Commits](zopefoundation/BTrees@5.2...6.0)

Updates `persistent` from 5.2 to 6.0
- [Changelog](https://github.com/zopefoundation/persistent/blob/master/CHANGES.rst)
- [Commits](zopefoundation/persistent@5.2...6.0)

Updates `zodbpickle` from 3.3 to 4.0
- [Changelog](https://github.com/zopefoundation/zodbpickle/blob/master/CHANGES.rst)
- [Commits](zopefoundation/zodbpickle@3.3...4.0)

Updates `coverage` from 7.5.1 to 7.5.3
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@7.5.1...7.5.3)

---
updated-dependencies:
- dependency-name: zope-container
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: zope-security
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: btrees
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: persistent
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: zodbpickle
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: coverage
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@icemac icemac force-pushed the dependabot-pip-dependabot-all-2f5fd6ab66 branch from 0a65648 to f96d28d Compare June 4, 2024 07:14
@icemac icemac merged commit 919c0e3 into master Jun 4, 2024
11 checks passed
@icemac icemac deleted the dependabot-pip-dependabot-all-2f5fd6ab66 branch June 4, 2024 07:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant