Skip to content

Bump the all group in /dependabot with 31 updates#137

Merged
icemac merged 2 commits intomasterfrom
dependabot-pip-dependabot-all-7d75dc2a8a
Feb 19, 2025
Merged

Bump the all group in /dependabot with 31 updates#137
icemac merged 2 commits intomasterfrom
dependabot-pip-dependabot-all-7d75dc2a8a

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 17, 2025

Bumps the all group in /dependabot with 31 updates:

Package From To
zope-annotation 5.0 5.1
zope-applicationcontrol 5.0 5.1
zope-authentication 5.0 5.1
zope-browser 3.0 3.1
zope-browsermenu 5.0 5.1
zope-browserresource 5.1 5.2
zope-cachedescriptors 5.0 5.1
zope-componentvocabulary 2.3.0 3.0
zope-contenttype 5.1 5.2
zope-datetime 5.0.0 5.1
zope-error 5.0 5.1
zope-filerepresentation 6.0 6.1
zope-intid 5.0 5.1
zope-keyreference 6.0 6.1
zope-lifecycleevent 5.0 5.1
zope-login 3.0 3.1
zope-principalregistry 5.0 5.1
zope-processlifetime 3.0 3.1
zope-ptresource 5.0 5.1
zope-ramcache 3.0 3.1
zope-securitypolicy 5.0 5.1
zope-site 5.0 5.1
zope-size 5.0 5.1
zope-tal 5.0.1 5.1
zope-tales 6.0 6.1
zope-testing 5.0.1 5.1
zope-testrunner 6.7 7.0
zope-traversing 5.0 5.1
zope-viewlet 5.0 5.1
zodbpickle 4.1.1 4.2
coverage 7.6.11 7.6.12

Updates zope-annotation from 5.0 to 5.1

Changelog

Sourced from zope-annotation's changelog.

5.1 (2025-02-13)

  • Add support for Python 3.12, 3.13.

  • Drop support for Python 3.7, 3.8.

Commits
  • 3a9c8ba Preparing release 5.1
  • 6ff9a9d Update Python version support.
  • e2d7cd1 Configuring for pure-python
  • 68c70bd Add support for Python 3.12, 3.13.
  • bc9e359 Drop support for Python 3.7, 3.8.
  • fbe0459 Merge pull request #23 from zopefoundation/tseaver-drop_setup_py_test_fossils
  • ee48310 chore: remove 'setup.py test' fossils
  • a14f51b integrate .readthedocs.yaml (#22)
  • 6b1d21b Back to development: 5.1
  • See full diff in compare view

Updates zope-applicationcontrol from 5.0 to 5.1

Changelog

Sourced from zope-applicationcontrol's changelog.

5.1 (2025-02-13)

  • Add support for Python 3.12, 3.13.

  • Drop support for Python 3.7, 3.8.

Commits
  • 0c18f50 Preparing release 5.1
  • daad39b Update Python version support. (#13)
  • 994a91b Merge pull request #12 from zopefoundation/tseaver-drop_setup_py_test_fossils
  • 8fcb54a chore: remove 'setup.py test' fossils
  • 978827a Back to development: 5.1
  • See full diff in compare view

Updates zope-authentication from 5.0 to 5.1

Updates zope-browser from 3.0 to 3.1

Updates zope-browsermenu from 5.0 to 5.1

Changelog

Sourced from zope-browsermenu's changelog.

5.1 (2025-02-13)

  • Add support for Python 3.12, 3.13.

  • Drop support for Python 3.7, 3.8.

Commits

Updates zope-browserresource from 5.1 to 5.2

Changelog

Sourced from zope-browserresource's changelog.

5.2 (2025-02-14)

  • Add support for Python 3.12, 3.13.

  • Drop support for Python 3.7, 3.8.

Commits

Updates zope-cachedescriptors from 5.0 to 5.1

Changelog

Sourced from zope-cachedescriptors's changelog.

5.1 (2025-02-14)

  • Add support for Python 3.12, 3.13.

  • Drop support for Python 3.7, 3.8.

Commits
  • 08fe69b Preparing release 5.1
  • b024c17 Update supported python versions. (#19)
  • bff69da Merge pull request #18 from zopefoundation/tseaver-drop_setup_py_test_fossils
  • ff23e3d chore: remove 'setup.py test' fossils
  • d5919ea Back to development: 5.1
  • See full diff in compare view

Updates zope-componentvocabulary from 2.3.0 to 3.0

Changelog

Sourced from zope-componentvocabulary's changelog.

3.0 (unreleased)

  • Add support for Python 3.12, 3.13.

  • Drop support for Python 3.7, 3.8.

  • Add support for Python 3.11.

  • Drop support for Python 2.7, 3.5, 3.6.

Commits
  • d3f25ab Preparing release 3.0
  • 14c2e41 Prep release.
  • aafaa90 Update Python version support.
  • f3da799 Configuring for pure-python
  • c06a871 Add support for Python 3.12, 3.13.
  • de1d9f5 Drop support for Python 3.7, 3.8.
  • 302f3f1 Merge pull request #12 from zopefoundation/tseaver-drop_setup_py_test_fossils
  • 45f2988 chore: remove 'setup.py test' fossils
  • 6814d0f Config with pure python template (#11)
  • 98336ac Back to development: 2.3.1
  • See full diff in compare view

Updates zope-contenttype from 5.1 to 5.2

Changelog

Sourced from zope-contenttype's changelog.

5.2 (2025-02-14)

  • Add support for Python 3.12, 3.13.

  • Drop support for Python 3.7, 3.8.

  • Call mimetypes.guess_type with parameter strict=False. This recognizes a few more content types related to midi, pict, xul and rtf; for details, see [#14](https://github.com/zopefoundation/zope.contenttype/issues/14) <https://github.com/zopefoundation/zope.contenttype/issues/7>_.

Commits

Updates zope-datetime from 5.0.0 to 5.1

Changelog

Sourced from zope-datetime's changelog.

5.1 (2025-02-14)

  • Add support for Python 3.12, 3.13.

  • Drop support for Python 3.7, 3.8.

Commits
  • 1914be4 Preparing release 5.1
  • 79f53a9 Update Python version support. (#22)
  • 96fbf0b Merge pull request #21 from zopefoundation/tseaver-drop_setup_py_test_fossils
  • 29f4a85 chore: remove 'setup.py test' fossils
  • e2f8097 Integrate .readthedocs.yaml. (#20)
  • 8891f80 Back to development: 5.0.1
  • See full diff in compare view

Updates zope-error from 5.0 to 5.1

Changelog

Sourced from zope-error's changelog.

5.1 (2025-02-14)

  • Add support for Python 3.12, 3.13.

  • Drop support for Python 3.7, 3.8.

  • Specify python_requires in setup.py.

Commits
  • 72c1d0a Preparing release 5.1
  • 39088b1 Update Python version support. (#18)
  • 329bd78 Merge pull request #17 from zopefoundation/tseaver-drop_setup_py_test_fossils
  • 021de0d chore: remove 'setup.py test' fossils
  • c33be80 Specify python_requires in setup.py.
  • b390f39 Back to development: 5.1
  • See full diff in compare view

Updates zope-filerepresentation from 6.0 to 6.1

Updates zope-intid from 5.0 to 5.1

Changelog

Sourced from zope-intid's changelog.

5.1 (2025-02-14)

  • Add support for Python 3.12, 3.13.

  • Drop support for Python 3.7, 3.8.

Commits

Updates zope-keyreference from 6.0 to 6.1

Changelog

Sourced from zope-keyreference's changelog.

6.1 (2025-02-14)

  • Add support for Python 3.12, 3.13.

  • Drop support for Python 3.7, 3.8.

Commits
  • 986c97e Preparing release 6.1
  • a37dacb Update Python version support. (#18)
  • f561ad4 Merge pull request #17 from zopefoundation/tseaver-drop_setup_py_test_fossils
  • 51b80c6 chore: remove 'setup.py test' fossils
  • 52b08ff Integrate .readthedocs.yaml. (#16)
  • a34befa Add missing python_requires.
  • d7245f1 Back to development: 6.1
  • See full diff in compare view

Updates zope-lifecycleevent from 5.0 to 5.1

Changelog

Sourced from zope-lifecycleevent's changelog.

5.1 (2025-02-14)

  • Add support for Python 3.12, 3.13.

  • Drop support for Python 3.7, 3.8.

Commits

Updates zope-login from 3.0 to 3.1

Changelog

Sourced from zope-login's changelog.

3.1 (2025-02-14)

  • Add support for Python 3.12, 3.13.

  • Drop support for Python 3.7, 3.8.

Commits

Updates zope-principalregistry from 5.0 to 5.1

Changelog

Sourced from zope-principalregistry's changelog.

5.1 (2025-02-14)

  • Add support for Python 3.12, 3.13.

  • Drop support for Python 3.7, 3.8.

Commits

Updates zope-processlifetime from 3.0 to 3.1

Changelog

Sourced from zope-processlifetime's changelog.

3.1 (2025-02-14)

  • Add support for Python 3.12, 3.13.

  • Drop support for Python 3.7, 3.8.

Commits

Updates zope-ptresource from 5.0 to 5.1

Changelog

Sourced from zope-ptresource's changelog.

5.1 (2025-02-14)

  • Add support for Python 3.12, 3.13.

  • Drop support for Python 3.7, 3.8.

Commits

Updates zope-ramcache from 3.0 to 3.1

Changelog

Sourced from zope-ramcache's changelog.

3.1 (2025-02-14)

  • Add support for Python 3.12, 3.13.

  • Drop support for Python 3.7, 3.8.

Commits
  • 00ff60d Preparing release 3.1
  • 280734a Update Python version support. (#12)
  • e5573ee Merge pull request #11 from zopefoundation/tseaver-drop_setup_py_test_fossils
  • ca07546 chore: remove 'setup.py test' fossils
  • 02ff57e Back to development: 3.1
  • See full diff in compare view

Updates zope-securitypolicy from 5.0 to 5.1

Changelog

Sourced from zope-securitypolicy's changelog.

5.1 (2025-02-14)

  • Add support for Python 3.12, 3.13.

  • Drop support for Python 3.7, 3.8.

Commits
  • 44e8d2f Preparing release 5.1
  • 24cccc6 Update Python version support. (#18)
  • 111bcdb Merge pull request #17 from zopefoundation/tseaver-drop_setup_py_test_fossils
  • 69290b4 chore: remove 'setup.py test' fossils
  • 60870eb Back to development: 5.1
  • See full diff in compare view

Updates zope-site from 5.0 to 5.1

Updates zope-size from 5.0 to 5.1

Changelog

Sourced from zope-size's changelog.

5.1 (2025-02-14)

  • Add support for Python 3.12, 3.13.

  • Drop support for Python 3.7, 3.8.

Commits

Updates zope-tal from 5.0.1 to 5.1

Changelog

Sourced from zope-tal's changelog.

5.1 (2025-02-14)

  • Add support for Python 3.12, 3.13.

  • Drop support for Python 3.7, 3.8.

Commits

Updates zope-tales from 6.0 to 6.1

Changelog

Sourced from zope-tales's changelog.

6.1 (2025-02-14)

  • Add support for Python 3.12, 3.13.

  • Drop support for Python 3.7, 3.8.

  • tales.Context.getValue now returns the innermost (not outermost) value for the given variable. Fixes [#19](https://github.com/zopefoundation/zope.tales/issues/19) <https://github.com/zopefoundation/zope.tales/issues/19>_.

Commits
  • c32e338 Preparing release 6.1
  • ddcf195 Let "tales.Context.getValue" return the innermost (not outermost) variable va...
  • 87b195c Update Python version support. (#33)
  • 64762f8 Integrate .readthedocs.yaml. (#32)
  • 2b4abee Back to development: 6.1
  • See full diff in compare view

Updates zope-testing from 5.0.1 to 5.1

Changelog

Sourced from zope-testing's changelog.

5.1 (2025-02-14)

  • Drop support for Python 3.7, 3.8.

  • Add support for Python 3.12, 3.13.

Commits
  • f4e9438 Preparing release 5.1
  • 057aeb4 Use uv instead of pip in GHA (#50)
  • 4ece516 Drop support for Python 3.7 + fix for Sphinx 8 (#49)
  • 875a5cc Merge pull request #48 from zopefoundation/tseaver-drop_setup_py_test_fossils
  • e72714e chore: remove 'setup.py test' fossils
  • a88d62c Remove references to no longer existing sub-packages.
  • 4ad9a17 Integrate .readthedocs.yaml + Support Python 3.12. (#47)
  • 9d4ee7c Add missing python_requires.
  • c1f51c4 Back to development: 5.0.2
  • See full diff in compare view

Updates zope-testrunner from 6.7 to 7.0

Changelog

Sourced from zope-testrunner's changelog.

7.0 (2025-02-12)

Backwards-incompatible changes

  • Remove setup.py ftest command. ([#178](https://github.com/zopefoundation/zope.testrunner/issues/178) <https://github.com/zopefoundation/zope.testrunner/issues/178>_)

  • Remove zope.testrunner.eggsupport. It is no longer usable as of setuptools 72.0.0. ([#185](https://github.com/zopefoundation/zope.testrunner/issues/185) <https://github.com/zopefoundation/zope.testrunner/issues/185>_)

Commits

Updates zope-traversing from 5.0 to 5.1

Changelog

Sourced from zope-traversing's changelog.

5.1 (2025-02-14)

  • Add support for Python 3.12, 3.13.

  • Drop support for Python 3.7, 3.8.

Commits

Updates zope-viewlet from 5.0 to 5.1

Changelog

Sourced from zope-viewlet's changelog.

5.1 (2025-02-14)

  • Add support for Python 3.12, 3.13.

  • Drop support for Python 3.7, 3.8.

Commits

Updates zodbpickle from 4.1.1 to 4.2

Changelog

Sourced from zodbpickle's changelog.

4.2 (2025-02-12)

  • Drop support for Python 3.8.

  • Add preliminary support for Python 3.14 as of 3.14a4.

  • Remove unused setuptools install requirement.

Commits

Updates coverage from 7.6.11 to 7.6.12

Changelog

Sourced from coverage's changelog.

Version 7.6.12 — 2025-02-11

  • Fix: some aarch64 distributions were missing (issue 1927_). These are now building reliably.

.. _issue 1927: nedbat/coveragepy#1927

.. _changes_7-6-11:

Commits
  • 7e5373e docs: sample HTML for 7.6.12
  • a4ed38b docs: prep for 7.6.12
  • ce4efdc build: fix aarch64 kits #1927
  • a1f3192 build: don't publish if kit building failed
  • bb68f99 chore: bump the action-dependencies group with 2 updates (#1926)
  • f3d6b4a refactor: check for more kinds of constant tests
  • 67899ea refactor: we no longer care what kind of constant the compile-time constants are
  • c850f20 refactor: macOS is MACOS, not OSX
  • a1b2c1a build: there are always tweaks to howto.txt
  • 9c03039 build: bump version to 7.6.12
  • See full diff 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

Bumps the all group in /dependabot with 31 updates:

| Package | From | To |
| --- | --- | --- |
| [zope-annotation](https://github.com/zopefoundation/zope.annotation) | `5.0` | `5.1` |
| [zope-applicationcontrol](https://github.com/zopefoundation/zope.applicationcontrol) | `5.0` | `5.1` |
| [zope-authentication](https://zopeauthentication.readthedocs.io/) | `5.0` | `5.1` |
| [zope-browser](https://zopebrowser.readthedocs.io) | `3.0` | `3.1` |
| [zope-browsermenu](https://github.com/zopefoundation/zope.browsermenu) | `5.0` | `5.1` |
| [zope-browserresource](https://github.com/zopefoundation/zope.browserresource) | `5.1` | `5.2` |
| [zope-cachedescriptors](https://github.com/zopefoundation/zope.cachedescriptors) | `5.0` | `5.1` |
| [zope-componentvocabulary](https://github.com/zopefoundation/zope.componentvocabulary) | `2.3.0` | `3.0` |
| [zope-contenttype](https://github.com/zopefoundation/zope.contenttype) | `5.1` | `5.2` |
| [zope-datetime](https://github.com/zopefoundation/zope.datetime) | `5.0.0` | `5.1` |
| [zope-error](https://github.com/zopefoundation/zope.error) | `5.0` | `5.1` |
| [zope-filerepresentation](http://zopefilerepresentation.readthedocs.io) | `6.0` | `6.1` |
| [zope-intid](https://github.com/zopefoundation/zope.intid) | `5.0` | `5.1` |
| [zope-keyreference](https://github.com/zopefoundation/zope.keyreference) | `6.0` | `6.1` |
| [zope-lifecycleevent](https://github.com/zopefoundation/zope.lifecycleevent) | `5.0` | `5.1` |
| [zope-login](https://github.com/zopefoundation/zope.login) | `3.0` | `3.1` |
| [zope-principalregistry](https://github.com/zopefoundation/zope.principalregistry) | `5.0` | `5.1` |
| [zope-processlifetime](https://github.com/zopefoundation/zope.processlifetime) | `3.0` | `3.1` |
| [zope-ptresource](https://github.com/zopefoundation/zope.ptresource) | `5.0` | `5.1` |
| [zope-ramcache](https://github.com/zopefoundation/zope.ramcache) | `3.0` | `3.1` |
| [zope-securitypolicy](https://github.com/zopefoundation/zope.securitypolicy) | `5.0` | `5.1` |
| [zope-site](http://zopesite.readthedocs.io) | `5.0` | `5.1` |
| [zope-size](https://github.com/zopefoundation/zope.size) | `5.0` | `5.1` |
| [zope-tal](https://github.com/zopefoundation/zope.tal) | `5.0.1` | `5.1` |
| [zope-tales](https://github.com/zopefoundation/zope.tales) | `6.0` | `6.1` |
| [zope-testing](https://github.com/zopefoundation/zope.testing) | `5.0.1` | `5.1` |
| [zope-testrunner](https://github.com/zopefoundation/zope.testrunner) | `6.7` | `7.0` |
| [zope-traversing](https://github.com/zopefoundation/zope.traversing) | `5.0` | `5.1` |
| [zope-viewlet](https://github.com/zopefoundation/zope.viewlet) | `5.0` | `5.1` |
| [zodbpickle](https://github.com/zopefoundation/zodbpickle) | `4.1.1` | `4.2` |
| [coverage](https://github.com/nedbat/coveragepy) | `7.6.11` | `7.6.12` |


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

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

Updates `zope-authentication` from 5.0 to 5.1

Updates `zope-browser` from 3.0 to 3.1

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

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

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

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

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

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

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

Updates `zope-filerepresentation` from 6.0 to 6.1

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

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

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

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

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

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

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

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

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

Updates `zope-site` from 5.0 to 5.1

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

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

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

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

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

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

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

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

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

---
updated-dependencies:
- dependency-name: zope-annotation
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: zope-applicationcontrol
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: zope-authentication
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: zope-browser
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: zope-browsermenu
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: zope-browserresource
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: zope-cachedescriptors
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: zope-componentvocabulary
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: zope-contenttype
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: zope-datetime
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: zope-error
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: zope-filerepresentation
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: zope-intid
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: zope-keyreference
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: zope-lifecycleevent
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: zope-login
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: zope-principalregistry
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: zope-processlifetime
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: zope-ptresource
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: zope-ramcache
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: zope-securitypolicy
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: zope-site
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: zope-size
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: zope-tal
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: zope-tales
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: zope-testing
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: zope-testrunner
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: zope-traversing
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: zope-viewlet
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: zodbpickle
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: coverage
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
@icemac icemac merged commit 20a005e into master Feb 19, 2025
11 checks passed
@icemac icemac deleted the dependabot-pip-dependabot-all-7d75dc2a8a branch February 19, 2025 07:40
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