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 pythonize requirement from 0.18 to 0.19 #1086

Merged
merged 3 commits into from Jun 24, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 19, 2023

Updates the requirements on pythonize to permit the latest version.

Changelog

Sourced from pythonize's changelog.

0.18.0 - 2023-01-22

  • Add LICENSE file to the crate
  • Update to PyO3 0.18

0.17.0 - 2022-08-24

  • Update to PyO3 0.17

0.16.0 - 2022-03-06

  • Update to PyO3 0.16

0.15.0 - 2021-11-12

  • Update to PyO3 0.15
  • Add pythonize_custom for customizing the Python types to serialize to.
  • Add support for depythonize to handle arbitrary Python sequence and mapping types.

0.14.0 - 2021-07-05

  • Update to PyO3 0.14

0.13.0 - 2020-12-28

  • Update to PyO3 0.13

0.12.1 - 2020-12-08

  • Require std feature of serde.
  • Reduce memory consumption when deserializing sequences.
  • Fix deserializing untagged struct enum variants.
  • Fix deserializing sequences from Python tuples.

0.12.0 - 2020-11-22

  • Change release versioning to match pyo3 major/minor version.
  • Implement depythonizer

0.1.0 - 2020-08-12

  • Initial release
Commits

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 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 [pythonize](https://github.com/davidhewitt/pythonize) to permit the latest version.
- [Release notes](https://github.com/davidhewitt/pythonize/releases)
- [Changelog](https://github.com/davidhewitt/pythonize/blob/main/CHANGELOG.md)
- [Commits](davidhewitt/pythonize@v0.18.0...v0.18.0)

---
updated-dependencies:
- dependency-name: pythonize
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jun 19, 2023
Updates the requirements on [pyo3](https://github.com/pyo3/pyo3) to permit the latest version.
- [Release notes](https://github.com/pyo3/pyo3/releases)
- [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md)
- [Commits](PyO3/pyo3@v0.18.1...v0.18.3)

---
updated-dependencies:
- dependency-name: pyo3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@ghost
Copy link

ghost commented Jun 19, 2023

👇 Click on the image for a new way to code review

Review these changes using an interactive CodeSee Map

Legend

CodeSee Map legend

Update pyo3 requirement from 0.18.1 to 0.19.0
@sonarcloud
Copy link

sonarcloud bot commented Jun 24, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@codecov
Copy link

codecov bot commented Jun 24, 2023

Codecov Report

Merging #1086 (59bfe6b) into main (a3b9ba6) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #1086   +/-   ##
=======================================
  Coverage   90.74%   90.74%           
=======================================
  Files         211      211           
  Lines        9541     9541           
=======================================
  Hits         8658     8658           
  Misses        883      883           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@joocer joocer merged commit d57b3f7 into main Jun 24, 2023
26 of 28 checks passed
@joocer joocer deleted the dependabot/cargo/pythonize-0.19 branch June 24, 2023 21:20
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 rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant