Skip to content

Commit

Permalink
build(deps): bump jsonschema from 4.17.3 to 4.19.1
Browse files Browse the repository at this point in the history
Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 4.17.3 to 4.19.1.
- [Release notes](https://github.com/python-jsonschema/jsonschema/releases)
- [Changelog](https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst)
- [Commits](python-jsonschema/jsonschema@v4.17.3...v4.19.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 16, 2023
1 parent dbde033 commit 0de87e5
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion requirements/base.universal2.in
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ https://files.pythonhosted.org/packages/84/c1/eaebee42cbcace2d5b5eb103cae668dec1
https://files.pythonhosted.org/packages/2e/2d/09acfde2661ef63aa1400554163117dee88d70dd7bac65585f5641fef953/glean_sdk-54.0.0-py3-none-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl; sys.platform == 'darwin'

# Pinned on darwin because later versions depend on a package that has no universal2 binary.
jsonschema==4.17.3; sys.platform == 'darwin'
jsonschema==4.19.1; sys.platform == 'darwin'
6 changes: 3 additions & 3 deletions requirements/requirements-3.10-macOS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,9 @@ jinja2==3.1.2 \
--hash=sha256:31351a702a408a9e7595a8fc6150fc3f43bb6bf7e319770cbc0db9df9437e852 \
--hash=sha256:6088930bfe239f0e6710546ab9c19c9ef35e29792895fed6e6e31a023a182a61
# via glean-parser
jsonschema==4.17.3 ; sys_platform == "darwin" \
--hash=sha256:0f864437ab8b6076ba6707453ef8f98a6a0d512a80e93f8abdb676f737ecb60d \
--hash=sha256:a870ad254da1a8ca84b6a2905cac29d265f805acc57af304784962a2aa6508f6
jsonschema==4.19.1 ; sys_platform == "darwin" \
--hash=sha256:cd5f1f9ed9444e554b38ba003af06c0a8c2868131e56bfbef0550fb450c0330e \
--hash=sha256:ec84cc37cfa703ef7cd4928db24f9cb31428a5d0fa77747b8b51a847458e0bbf
# via
# -r base.universal2.in
# glean-parser
Expand Down
6 changes: 3 additions & 3 deletions requirements/requirements-3.11-macOS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,9 @@ jinja2==3.1.2 \
--hash=sha256:31351a702a408a9e7595a8fc6150fc3f43bb6bf7e319770cbc0db9df9437e852 \
--hash=sha256:6088930bfe239f0e6710546ab9c19c9ef35e29792895fed6e6e31a023a182a61
# via glean-parser
jsonschema==4.17.3 ; sys_platform == "darwin" \
--hash=sha256:0f864437ab8b6076ba6707453ef8f98a6a0d512a80e93f8abdb676f737ecb60d \
--hash=sha256:a870ad254da1a8ca84b6a2905cac29d265f805acc57af304784962a2aa6508f6
jsonschema==4.19.1 ; sys_platform == "darwin" \
--hash=sha256:cd5f1f9ed9444e554b38ba003af06c0a8c2868131e56bfbef0550fb450c0330e \
--hash=sha256:ec84cc37cfa703ef7cd4928db24f9cb31428a5d0fa77747b8b51a847458e0bbf
# via
# -r base.universal2.in
# glean-parser
Expand Down
6 changes: 3 additions & 3 deletions requirements/requirements-3.9-macOS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -179,9 +179,9 @@ jinja2==3.1.2 \
--hash=sha256:31351a702a408a9e7595a8fc6150fc3f43bb6bf7e319770cbc0db9df9437e852 \
--hash=sha256:6088930bfe239f0e6710546ab9c19c9ef35e29792895fed6e6e31a023a182a61
# via glean-parser
jsonschema==4.17.3 ; sys_platform == "darwin" \
--hash=sha256:0f864437ab8b6076ba6707453ef8f98a6a0d512a80e93f8abdb676f737ecb60d \
--hash=sha256:a870ad254da1a8ca84b6a2905cac29d265f805acc57af304784962a2aa6508f6
jsonschema==4.19.1 ; sys_platform == "darwin" \
--hash=sha256:cd5f1f9ed9444e554b38ba003af06c0a8c2868131e56bfbef0550fb450c0330e \
--hash=sha256:ec84cc37cfa703ef7cd4928db24f9cb31428a5d0fa77747b8b51a847458e0bbf
# via
# -r base.universal2.in
# glean-parser
Expand Down

0 comments on commit 0de87e5

Please sign in to comment.