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

chore(deps): update py-serializable requirement from ^1.1.1 to >=1.1.1,<3.0.0 #785

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

Conversation

dependabot[bot]
Copy link
Contributor

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

Updates the requirements on py-serializable to permit the latest version.

Release notes

Sourced from py-serializable's releases.

v2.0.0 (2025-02-09)

Breaking

  • refactor!: rename python package serializable -> py_serializable (#155)

    The python package was renamed from serializable to py_serializable. Therefore, you need to adjust your imports.

    The following shows a quick way to adjust imports in the most efficient way.

    OLD imports

    import serializable
    from serializable import ViewType, XmlArraySerializationType, XmlStringSerializationType
    from serializable.helpers import BaseHelper, Iso8601Date

    ADJUSTED imports

    import py_serializable as serializable
    from py_serializable import ViewType, XmlArraySerializationType, XmlStringSerializationType
    from py_serializable.helpers import BaseHelper, Iso8601Date

    see migration path: https://py-serializable.readthedocs.io/en/refactor-rename-installable-py_serializable/migration.html

Unknown

  • Delete duplicate CODEOWNERS (#156)

    we have a codeowners file in root already (b64cdde)


What's Changed

... (truncated)

Changelog

Sourced from py-serializable's changelog.

v2.0.0 (2025-02-09)

Breaking

  • refactor!: rename python package serializable -> py_serializable (#155)

The python package was renamed from serializable to py_serializable. Therefore, you need to adjust your imports.

The following shows a quick way to adjust imports in the most efficient way.

OLD imports

import serializable
from serializable import ViewType, XmlArraySerializationType, XmlStringSerializationType
from serializable.helpers import BaseHelper, Iso8601Date

ADJUSTED imports

import py_serializable as serializable
from py_serializable import ViewType, XmlArraySerializationType, XmlStringSerializationType
from py_serializable.helpers import BaseHelper, Iso8601Date

see migration path: <https://py-serializable.readthedocs.io/en/refactor-rename-installable-py_serializable/migration.html>


fixes #151


Signed-off-by: Jan Kowalleck <[email protected]> Signed-off-by: semantic-release <semantic-release> Co-authored-by: semantic-release <semantic-release> (67afaef)

Unknown

  • Delete duplicate CODEOWNERS (#156)

we have a codeowners file in root already (b64cdde)

v1.1.2 (2024-10-01)

Fix

  • fix: date/time deserialization with fractional seconds (#138)

... (truncated)

Commits
  • bb035d2 chore(release): 2.0.0
  • 9790d34 chore(deps): update sphinx requirement from <8,>=7.2.6 to >=7.2.6,<9 (#127)
  • 67afaef refactor!: rename python package serializable -> py_serializable (#155)
  • de7586c chore(deps): bump actions/upload-artifact from 3 to 4 (#37)
  • 4ab7c3b chore(docs): recreate changelog (#158)
  • 24760dc chore: chanelog contains only relevant (#157)
  • b64cdde Delete duplicate CODEOWNERS (#156)
  • 960331a chore: Create CODEOWNERS
  • afe70c8 chore(deps-dev): update mypy requirement from 1.13.0 to 1.14.1 (#154)
  • cb8a91b chore(deps-dev): update flake8-bugbear requirement (#150)
  • 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 [py-serializable](https://github.com/madpah/serializable) to permit the latest version.
- [Release notes](https://github.com/madpah/serializable/releases)
- [Changelog](https://github.com/madpah/serializable/blob/main/CHANGELOG.md)
- [Commits](madpah/serializable@v1.1.1...v2.0.0)

---
updated-dependencies:
- dependency-name: py-serializable
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner February 15, 2025 19: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.

0 participants