Skip to content

Commit 1c44049

Browse files
fix(deps): update dependency pyjson5 to v1.6.9 (#1082)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [pyjson5](https://redirect.github.com/Kijewski/pyjson5) ([changelog](https://redirect.github.com/Kijewski/pyjson5/blob/main/CHANGELOG.md)) | `==1.6.8` -> `==1.6.9` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/pyjson5/1.6.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/pyjson5/1.6.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/pyjson5/1.6.8/1.6.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/pyjson5/1.6.8/1.6.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>Kijewski/pyjson5 (pyjson5)</summary> ### [`v1.6.9`](https://redirect.github.com/Kijewski/pyjson5/releases/tag/v1.6.9) [Compare Source](https://redirect.github.com/Kijewski/pyjson5/compare/v1.6.8...v1.6.9) #### What's Changed - Remove unused import to fix installation on Termux by [@&#8203;veka0](https://redirect.github.com/veka0) in [https://github.com/Kijewski/pyjson5/pull/105](https://redirect.github.com/Kijewski/pyjson5/pull/105) - Update changelog, re-introduce setup.cfg by [@&#8203;Kijewski](https://redirect.github.com/Kijewski) in [https://github.com/Kijewski/pyjson5/pull/106](https://redirect.github.com/Kijewski/pyjson5/pull/106) #### New Contributors - [@&#8203;veka0](https://redirect.github.com/veka0) made their first contribution in [https://github.com/Kijewski/pyjson5/pull/105](https://redirect.github.com/Kijewski/pyjson5/pull/105) **Full Changelog**: Kijewski/pyjson5@v1.6.8...v1.6.9 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/codegen-sh/codegen). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC43LjEiLCJ1cGRhdGVkSW5WZXIiOiI0MC43LjEiLCJ0YXJnZXRCcmFuY2giOiJkZXZlbG9wIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4bb3afb commit 1c44049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies = [
3030
"plotly>=5.24.0,<7.0.0",
3131
"humanize<5.0.0,>=4.10.0",
3232
"pytest-snapshot>=0.9.0",
33-
"pyjson5==1.6.8",
33+
"pyjson5==1.6.9",
3434
"mini-racer>=0.12.4",
3535
"rustworkx>=0.15.1",
3636
"typing-extensions>=4.12.2",

0 commit comments

Comments
 (0)