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 zope-formlib, zope-interface and multipart. #126

Merged
merged 2 commits into from
Dec 2, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 2, 2024

Bumps the all group in /dependabot with 3 updates: zope-formlib, zope-interface and multipart.

Updates zope-formlib from 6.0 to 6.1

Changelog

Sourced from zope-formlib's changelog.

6.1 (2024-11-29)

  • Extract widgets to own ZCML file to ease overriding them all.

  • Add support for Python 3.12, 3.13.

  • Drop support for Python 3.7.

Commits
  • 9aa6172 Preparing release 6.1
  • b39f7d5 Extract widgets to own ZCML file to ease overriding them all. (#47)
  • 5656039 Update Python version support. (#48)
  • 5414708 Merge pull request #46 from zopefoundation/tseaver-drop_setup_py_test_fossils
  • bfbfd45 chore: remove 'setup.py test' fossils
  • ed6be71 Integrate .readthedocs.yaml. (#45)
  • 77d2de5 Fix Manifest + isort
  • d5bea97 Fix RTD.
  • bb79a14 Rename rtd-requirements.txt to doc-requirements.txt
  • 9264864 Back to development: 6.1
  • See full diff in compare view

Updates zope-interface from 7.1.1 to 7.2

Changelog

Sourced from zope-interface's changelog.

7.2 (2024-11-28)

  • Add preliminary support for Python 3.14a2, this means that .common.builtins.IByteString and .common.collections.IByteString are no longer available from this Python version onwards as Python 3.14 dropped collections.abc.ByteString.
Commits

Updates multipart from 1.1.0 to 1.2.1

Release notes

Sourced from multipart's releases.

v1.2.1

Full Changelog: defnull/multipart@v1.2.0...v1.2.1

v1.2.0

Full Changelog: defnull/multipart@v1.1.0...v1.2.0

Changelog

Sourced from multipart's changelog.

========= Changelog

This project follows Semantic Versioning (major.minor.patch), with the exception that behavior changes are allowed in minor releases as long as the change corrects behavior to match documentation, specification or expectation. In other words: Bugfixes do not count as backward incompatible changes, even if they technically change behavior from incorrect to correct and may break applications that rely on incorrect or undefined behavior or undocumented APIs.

Release 1.3

Not released yet, no changes yet.

Release 1.2

This release improves error handling, documentation and performance, fixes several parser edge-cases and adds new functionality. API changes are backwards compatible.

  • feat: Split up MultipartError`` into more specific exceptions and add HTTP status code hints. All exceptions are subclasses of MultipartError`.
  • feat: New parse_form_data(ignore_errors) parameter to throw exceptions in non-strict mode, or suppress exceptions in strict mode. Default behavior does not change (throw in strict-mode, ignore in non-strict mode).
  • feat: New is_form_request(environ) helper.
  • feat: New specialized content_disposition_[un]quote functions.
  • feat: parse_options_header() can now use different unquote functions. The default does not change.
  • fix: parse_form_data() no longer checks the request method and the new is_form_request function also ignores it. All methods can carry parse-able form data, including unknown methods. The only reliable way is to check the Content-Type header, which both functions do.
  • fix: First boundary not detected if separated by chunk border.
  • fix: Allow CRLF in front of first boundary, even in strict mode.
  • fix: Fail fast if first boundary is broken or part of the preamble.
  • fix: Fail if stream ends without finding any boundary at all.
  • fix: Use modern WHATWG quoting rules for field names and filenames (#60). Legacy quoting is still supported as a fallback.
  • fix: MultiDict.get(index=999) should return default value, not throw IndexError.
  • docs: Lots of work on docs and docstrings.
  • perf: Multiple small performance improvements
  • build: Require Python 3.8

Release 1.1

... (truncated)

Commits
  • 0071a55 Release of 1.2.1
  • 1c87607 build: Explicitly list additional sdist files.
  • 970f764 Release of 1.2.0
  • d28f0ce build: Link to readthedocs.org in project metadata
  • cff5a25 build: Depend on sphinx-autobuild in dev mode.
  • f6f30ef docs: Finalize changelog for release
  • 54209b9 docs: Enable github banner and fixed sidebar
  • 382e8ae fix: Behavior of MultiDict.get(index=999)
  • d44e7a2 docs: Lots of work on docs and docstrings
  • 2a269d2 docs: Better title
  • 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

Bumps the all group in /dependabot with 3 updates: [zope-formlib](https://github.com/zopefoundation/zope.formlib), [zope-interface](https://github.com/zopefoundation/zope.interface) and [multipart](https://github.com/defnull/multipart).


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

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

Updates `multipart` from 1.1.0 to 1.2.1
- [Release notes](https://github.com/defnull/multipart/releases)
- [Changelog](https://github.com/defnull/multipart/blob/master/CHANGELOG.rst)
- [Commits](defnull/multipart@v1.1.0...v1.2.1)

---
updated-dependencies:
- dependency-name: zope-formlib
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: zope-interface
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: multipart
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
@icemac icemac changed the title Bump the all group in /dependabot with 3 updates Bump zope-formlib, zope-interface and multipart. Dec 2, 2024
@icemac icemac merged commit 8026c5f into master Dec 2, 2024
12 checks passed
@icemac icemac deleted the dependabot-pip-dependabot-all-b23cbf2fb6 branch December 2, 2024 07:52
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