Bump jsonschema from 4.23.0 to 4.26.0 in /api-tests-bdd
Open
Number: #29
Type: Pull Request
State: Open
Type: Pull Request
State: Open
Author:
dependabot[bot]
Association: Unknown
Comments: 1
Association: Unknown
Comments: 1
Created:
June 03, 2026 at 07:56 PM UTC
(6 days ago)
(6 days ago)
Updated:
June 03, 2026 at 07:56 PM UTC
(6 days ago)
(6 days ago)
Description:
Bumps jsonschema from 4.23.0 to 4.26.0.
Release notes
Sourced from jsonschema's releases.
v4.26.0
What's Changed
- [pre-commit.ci] pre-commit autoupdate by
@pre-commit-ci[bot] in python-jsonschema/jsonschema#1400- [pre-commit.ci] pre-commit autoupdate by
@pre-commit-ci[bot] in python-jsonschema/jsonschema#1405- Bump astral-sh/setup-uv from 6.5.0 to 6.6.0 by
@dependabot[bot] in python-jsonschema/jsonschema#1406- [pre-commit.ci] pre-commit autoupdate by
@pre-commit-ci[bot] in python-jsonschema/jsonschema#1407- [pre-commit.ci] pre-commit autoupdate by
@pre-commit-ci[bot] in python-jsonschema/jsonschema#1413- Bump astral-sh/setup-uv from 6.6.0 to 6.6.1 by
@dependabot[bot] in python-jsonschema/jsonschema#1412- Bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0 by
@dependabot[bot] in python-jsonschema/jsonschema#1410- Bump softprops/action-gh-release from 2.3.2 to 2.3.3 by
@dependabot[bot] in python-jsonschema/jsonschema#1409- Bump actions/setup-python from 5 to 6 by
@dependabot[bot] in python-jsonschema/jsonschema#1411- validators: avoid
urllib.requestat import-time by@gudnimgin python-jsonschema/jsonschema#1416- Bump astral-sh/setup-uv from 6.6.1 to 6.8.0 by
@dependabot[bot] in python-jsonschema/jsonschema#1417- Bump softprops/action-gh-release from 2.3.3 to 2.3.4 by
@dependabot[bot] in python-jsonschema/jsonschema#1418- [pre-commit.ci] pre-commit autoupdate by
@pre-commit-ci[bot] in python-jsonschema/jsonschema#1415- Bump softprops/action-gh-release from 2.3.4 to 2.4.1 by
@dependabot[bot] in python-jsonschema/jsonschema#1419- Bump github/codeql-action from 3 to 4 by
@dependabot[bot] in python-jsonschema/jsonschema#1420- Bump astral-sh/setup-uv from 6.8.0 to 7.1.0 by
@dependabot[bot] in python-jsonschema/jsonschema#1421- [pre-commit.ci] pre-commit autoupdate by
@pre-commit-ci[bot] in python-jsonschema/jsonschema#1424- Bump astral-sh/setup-uv from 7.1.0 to 7.1.1 by
@dependabot[bot] in python-jsonschema/jsonschema#1423- [pre-commit.ci] pre-commit autoupdate by
@pre-commit-ci[bot] in python-jsonschema/jsonschema#1425- [pre-commit.ci] pre-commit autoupdate by
@pre-commit-ci[bot] in python-jsonschema/jsonschema#1429- [pre-commit.ci] pre-commit autoupdate by
@pre-commit-ci[bot] in python-jsonschema/jsonschema#1431- Bump softprops/action-gh-release from 2.4.1 to 2.4.2 by
@dependabot[bot] in python-jsonschema/jsonschema#1432- Bump astral-sh/setup-uv from 7.1.1 to 7.1.2 by
@dependabot[bot] in python-jsonschema/jsonschema#1430- [pre-commit.ci] pre-commit autoupdate by
@pre-commit-ci[bot] in python-jsonschema/jsonschema#1434- Bump astral-sh/setup-uv from 7.1.2 to 7.1.4 by
@dependabot[bot] in python-jsonschema/jsonschema#1435- Bump actions/checkout from 5 to 6 by
@dependabot[bot] in python-jsonschema/jsonschema#1436- [pre-commit.ci] pre-commit autoupdate by
@pre-commit-ci[bot] in python-jsonschema/jsonschema#1437- Bump softprops/action-gh-release from 2.4.2 to 2.5.0 by
@dependabot[bot] in python-jsonschema/jsonschema#1438- [pre-commit.ci] pre-commit autoupdate by
@pre-commit-ci[bot] in python-jsonschema/jsonschema#1439- Document
uuidformat by@sim642in python-jsonschema/jsonschema#1440- [pre-commit.ci] pre-commit autoupdate by
@pre-commit-ci[bot] in python-jsonschema/jsonschema#1441- Bump astral-sh/setup-uv from 7.1.4 to 7.1.6 by
@dependabot[bot] in python-jsonschema/jsonschema#1442- [pre-commit.ci] pre-commit autoupdate by
@pre-commit-ci[bot] in python-jsonschema/jsonschema#1443New Contributors
@gudnimgmade their first contribution in python-jsonschema/jsonschema#1416@sim642made their first contribution in python-jsonschema/jsonschema#1440Full Changelog: https://github.com/python-jsonschema/jsonschema/compare/v4.25.1...v4.26.0
v4.25.1
What's Changed
- Fix
Validatorprotocol init to match runtime by@sirosenin python-jsonschema/jsonschema#1396
... (truncated)
Changelog
Sourced from jsonschema's changelog.
v4.26.0
- Decrease import time by delaying importing of
urllib.request(#1416).v4.25.1
- Fix an incorrect required argument in the
Validatorprotocol's type annotations (#1396).v4.25.0
- Add support for the
iriandiri-referenceformats to theformat-nongplextra via the MIT-licensedrfc3987-syntax. They were alread supported by theformatextra. (#1388).v4.24.1
- Properly escape segments in
ValidationError.json_path(#139).v4.24.0
- Fix improper handling of
unevaluatedPropertiesin the presence ofadditionalProperties(#1351).- Support for Python 3.8 has been dropped, as it is end-of-life.
Commits
a727743Add a changelog entry for 4.26.6d28c13Update the lockfile.739499eUpdate pre-commit hooks.cb2d779Merge pull request #1443 from python-jsonschema/pre-commit-ci-update-confige6bbbb7[pre-commit.ci] pre-commit autoupdated56037aMerge pull request #1442 from python-jsonschema/dependabot/github_actions/ast...e54ce13Bump astral-sh/setup-uv from 7.1.4 to 7.1.61f7c9fbPartially update docs requirements.241aec9Merge pull request #1441 from python-jsonschema/pre-commit-ci-update-config2818efbApache-2.0 -> nongpl- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Package Dependencies
Package:
jsonschema
Ecosystem:
pip
pip
Version Change:
4.23.0 → 4.26.0
Update Type:
Minor
Minor
Path:
/api-tests-bdd
Technical Details
| ID: | 15987481 |
| UUID: | 4583188479 |
| Node ID: | PR_kwDOPiPR_M7iZCOZ |
| Host: | GitHub |
| Repository: | Shrutim1505/Google-Wallet-PayTrack |