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 colander from 1.8.3 to 2.0 #1611

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 3, 2023

Bumps colander from 1.8.3 to 2.0.

Changelog

Sourced from colander's changelog.

2.0 (2022-01-02)

  • Drop support for Python 2.7, 3.4, 3.5, 3.6.

  • Add support for Python 3.10, 3.11.

  • [breaking] If a bytes object is serialized by a String schema node with the encoding parameter specified, it will be passed through directly to str first, causing it to come out with a b'' prefix. In order to serialize it properly, it should be decoded to a string first. Previously, when the encoding parameter was specified it would be decoded and re-encoded, effectively passing it through untouched, despite not being a string type.

  • Add a new colander.DataURL validator. See Pylons/colander#348

  • Add IDN support to colander.url. See Pylons/colander#352

  • colander.All now supports colander.Invalid.msg being None or a list, otherwise colander.Invalid.asdict crashes with TypeError: sequence item 1: expected str instance, NoneType found. See Pylons/colander#333 and Pylons/colander#194

  • Fixed an issue with colander.Mapping and colander.Sequence where a default value of drop caused missing values to be dropped during deserialization. (Only missing values should affect deserialization, and only default values should affect serialization.) Added many new test cases for MappingSchema and SequenceSchema. See Pylons/colander#264

  • Remove the dependency on setuptools for resolving pkg_resources-style importable paths in colander.GlobalObject.

  • Refresh localization files with Babel 2.11.

Commits
  • dcec3bc compile message catalogs
  • cf0a71e fix up setuptools to avoid warnings about including static subfolders
  • b2f0ce3 Merge pull request #354 from Pylons/localizations
  • dd5ba48 prep 2.0
  • 972d791 add a note on updating localizations
  • 321407c update localizations
  • cb25e70 drop setuptools dependency for GlobalObject
  • 91400b1 clean up the extra test case when a sequence is empty
  • d26557f Merge branch 'pr/264'
  • 704a078 Merge branch 'main'
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 3, 2023
@ndittren
Copy link
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/pip/colander-2.0 branch from aed6aee to 10c5410 Compare April 11, 2023 14:54
@ndittren
Copy link
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/pip/colander-2.0 branch from 10c5410 to 60ae919 Compare April 19, 2023 15:58
@ndittren
Copy link
Member

ndittren commented Aug 3, 2023

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 3, 2023

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@ndittren
Copy link
Member

ndittren commented Aug 3, 2023

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/pip/colander-2.0 branch from c347480 to a6a8959 Compare August 3, 2023 15:33
@ndittren
Copy link
Member

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/pip/colander-2.0 branch from a6a8959 to e2ec300 Compare September 25, 2023 15:00
@nikolas
Copy link
Member

nikolas commented Jul 9, 2024

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/pip/colander-2.0 branch from e2ec300 to 24b0d72 Compare July 9, 2024 15:54
@nikolas
Copy link
Member

nikolas commented Aug 28, 2024

@dependabot rebase

Bumps [colander](https://github.com/Pylons/colander) from 1.8.3 to 2.0.
- [Release notes](https://github.com/Pylons/colander/releases)
- [Changelog](https://github.com/Pylons/colander/blob/main/CHANGES.rst)
- [Commits](Pylons/colander@1.8.3...2.0)

---
updated-dependencies:
- dependency-name: colander
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/colander-2.0 branch from 24b0d72 to 5beef16 Compare August 28, 2024 18:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants