Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Bump ijson from 3.2.1 to 3.2.3 #16143

Merged
merged 1 commit into from
Aug 21, 2023
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 21, 2023

Bumps ijson from 3.2.1 to 3.2.3.

Changelog

Sourced from ijson's changelog.

[3.2.3]

  • Fixed several issues in the yajl2_c backend and its async generators that were only made apparent when running it with PyPy and/or a CPython debug build (#101). As part of that, an issue was found and fixed in PyPy itself affecting all versions up to 7.3.12, so users will need to wait until the next version is released to be able to use async generators (https://foss.heptapod.net/pypy/pypy/-/issues/3956).
  • Adapted yajl2_c async generators to work against PyPy shortcomings (https://foss.heptapod.net/pypy/pypy/-/issues/3965).

[3.2.2]

  • Fixed compilation and async support of the yajl2_c backend in pyhthon 3.12 (#98).
  • Check IJSON_BUILD_YAJL2C environment variable when building ijson to force/skip building the yajl2_c backend (#102).
Commits
  • 3a94e58 Release ijson 3.2.3
  • f478f45 Document latest fixes
  • 22047ac Fix refcount and make it more intuitive
  • 9572c62 Build StopIteration exception fully
  • 001e56d Raise exception after calling DelSlice
  • 3ed023e Rename and correctly size StopIteration args
  • 2e638b3 Release ijson 3.2.2
  • 17b7d00 Document new env variable to control yajl2_c build
  • ec84814 Add an environment variable to control building yajl2_c
  • 6160330 Document fixes for Python 3.12
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

Bumps [ijson](https://github.com/ICRAR/ijson) from 3.2.1 to 3.2.3.
- [Changelog](https://github.com/ICRAR/ijson/blob/master/CHANGELOG.md)
- [Commits](ICRAR/ijson@v3.2.1...v3.2.3)

---
updated-dependencies:
- dependency-name: ijson
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner August 21, 2023 04:36
@dependabot dependabot bot added dependencies Pull requests from dependabot that update a dependency file python Pull requests that update Python code labels Aug 21, 2023
@DMRobertson DMRobertson merged commit 79c349d into develop Aug 21, 2023
@DMRobertson DMRobertson deleted the dependabot/pip/ijson-3.2.3 branch August 21, 2023 09:45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests from dependabot 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.

1 participant