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 sqlalchemy-json from 0.5.0 to 0.7.0 #284

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 Mar 25, 2024

Bumps sqlalchemy-json from 0.5.0 to 0.7.0.

Release notes

Sourced from sqlalchemy-json's releases.

v0.7.0

  • Adds support for lists as top-level container in non-nested MutableJson type (via #51)
  • Renames base classes for (nested) mutable containers to be more consistent between one another (now MutableContainer and NestedMutableContainer) (via #52)
  • Adds mypy to test extra dependencies, allowing for single-step installation of requirements (via #50)

v0.6.0

  • Fixes pickling support (see #36)
  • Drops python 2.x support (previously claimed, but already broken for some time)
  • Removes test runners for CPython 3.6 since Github actions support has been dropped
Commits
  • 807a99f Fixes version of package in setup script.
  • 87bed7b Merge pull request #54 from edelooff/feature/release-0.7.0
  • a8709c3 Shuffles class order to group NestedMutable types.
  • 3a9f3c4 Renames top-level containers for MutableJson to ...Container.
  • 7cbb1ae Bumps version to v0.7.0 and updates changelog.
  • 6fd2416 Fixes minor style issues.
  • eca5838 feat: support list in non-nested mutable json (#51)
  • 6d7bc6f docs: dev setup docs, add pytest as a dev dependency (#50)
  • 3eefba1 Merge pull request #45 from edelooff/release-0.6.0
  • 00e3742 Adds release notes for v0.6.0.
  • 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 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)

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 Mar 25, 2024
@dependabot dependabot bot force-pushed the dependabot-pip-sqlalchemy-json-0.7.0 branch from 23b5011 to 101c0c3 Compare March 26, 2024 18:21
@nuwan-samarasinghe
Copy link
Contributor

@dependabot recreate

Bumps [sqlalchemy-json](https://github.com/edelooff/sqlalchemy-json) from 0.5.0 to 0.7.0.
- [Release notes](https://github.com/edelooff/sqlalchemy-json/releases)
- [Commits](edelooff/sqlalchemy-json@v0.5.0...v0.7.0)

---
updated-dependencies:
- dependency-name: sqlalchemy-json
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot-pip-sqlalchemy-json-0.7.0 branch from 101c0c3 to 94c66e1 Compare May 23, 2024 13:15
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.

None yet

1 participant