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 zope-component requirement from ~=5.0.1 to >=5.0.1,<6.1.0 #191

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2024

Updates the requirements on zope-component to permit the latest version.

Changelog

Sourced from zope-component's changelog.

6.0 (2023-04-14)

  • Drop support for Python 2.7, 3.5, 3.6.

5.1.0 (2023-01-03)

  • Fix crash when the environment variable PYTHONOPTIMIZED is set to 2 and docstrings are set to None by the interpreter. ([#67](https://github.com/zopefoundation/zope.component/issues/67) <https://github.com/zopefoundation/zope.component/issues/67>_)

  • Add support for Python 3.10 and 3.11.

5.0.1 (2021-07-09)

  • Fix unregistering utilities on old persistent adapter registries. Previously this could raise TypeError. See issue 62 <https://github.com/zopefoundation/zope.component/issues/62>_.

5.0.0 (2021-03-19)

  • Remove backwards compatibility imports that were emitting deprecation warnings. This affects certain imports from zope.component.interfaces (which should be imported from zope.interface.interfaces) as well as certain imports from zope.component.registery (import from zope.interface.registry), and the entire zope.component.hookable module. See issue 59 <https://github.com/zopefoundation/zope.component/issues/59>_.

  • Respect permission value for utility factory registrations ([#54](https://github.com/zopefoundation/zope.component/issues/54) <https://github.com/zopefoundation/zope.component/issues/54>_)

  • Add support for Python 3.9

  • Fix the <subscriber> ZCML directive to allow a missing provides= attribute when a factory= is given and the Python object has been decorated with @implementer and implements a single interface. This has been documented, but hasn't worked before. See issue 9 <https://github.com/zopefoundation/zope.component/issues/9>_.

  • Make PersistentAdapterRegistry use persistent objects (PersistentMapping and PersistentList) for its internal data structures instead of plain dicts and lists. This helps make it

... (truncated)

Commits
  • 68134ed Preparing release 6.0
  • 1c6af94 Config with pure python template (#71)
  • ba0550c - use cheaper check as suggested by @​teythoon
  • c8a635e - vb [ci skip]
  • c12141a - prepare release 5.1.0
  • a6f6475 Merge pull request #69 from zopefoundation/dataflake/issue_67
  • 2e8238d Update src/zope/component/tests/test_interface.py
  • ce9d074 - don't run GHA tests twice on every push to a PR branch
  • 761b186 - Fix crash when the environment variable PYTHONOPTIMIZED is set to 2
  • ae8bb4c - rename pypy runners and don't stop for every failure
  • 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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [zope-component](https://github.com/zopefoundation/zope.component) to permit the latest version.
- [Changelog](https://github.com/zopefoundation/zope.component/blob/master/CHANGES.rst)
- [Commits](zopefoundation/zope.component@5.0.1...6.0)

---
updated-dependencies:
- dependency-name: zope-component
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added needs:dependency python Pull requests that update Python code labels Oct 1, 2024
@tloubrieu-jpl tloubrieu-jpl changed the base branch from main to dependabot_fix October 15, 2024 18:21
@tloubrieu-jpl
Copy link
Member

We prefer to stick to the ~= operator to specify dependencies.

Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 16, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/pip/zope-component-gte-5.0.1-and-lt-6.1.0 branch October 16, 2024 21:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs:dependency python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant