Skip to content

Commit

Permalink
chore(deps): bump jsonschema from 4.20.0 to 4.21.0 in /requirements (#…
Browse files Browse the repository at this point in the history
…6565)

Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 4.20.0 to 4.21.0.
- [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.20.0...v4.21.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Haresh Nasit <[email protected]>
  • Loading branch information
dependabot[bot] and hnnasit authored Jan 19, 2024
1 parent f999c53 commit b5b5852
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ watchdog==3.0.0
rich~=13.7.0
pyopenssl~=23.3.0
# Pin to <4.18 to until SAM-T no longer uses RefResolver
jsonschema<4.21
jsonschema<4.22

# Needed for supporting Protocol in Python 3.7, Protocol class became public with python3.8
typing_extensions>=4.4.0,<5
Expand Down
6 changes: 3 additions & 3 deletions requirements/reproducible-linux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -307,9 +307,9 @@ jsonpointer==2.4 \
--hash=sha256:15d51bba20eea3165644553647711d150376234112651b4f1811022aecad7d7a \
--hash=sha256:585cee82b70211fa9e6043b7bb89db6e1aa49524340dde8ad6b63206ea689d88
# via jsonpatch
jsonschema==4.20.0 \
--hash=sha256:4f614fd46d8d61258610998997743ec5492a648b33cf478c1ddc23ed4598a5fa \
--hash=sha256:ed6231f0429ecf966f5bc8dfef245998220549cbbcf140f913b7464c52c3b6b3
jsonschema==4.21.0 \
--hash=sha256:3ba18e27f7491ea4a1b22edce00fb820eec968d397feb3f9cb61d5894bb38167 \
--hash=sha256:70a09719d375c0a2874571b363c8a24be7df8071b80c9aa76bc4551e7297c63c
# via
# aws-sam-cli (setup.py)
# aws-sam-translator
Expand Down
6 changes: 3 additions & 3 deletions requirements/reproducible-mac.txt
Original file line number Diff line number Diff line change
Expand Up @@ -335,9 +335,9 @@ jsonpointer==2.4 \
--hash=sha256:15d51bba20eea3165644553647711d150376234112651b4f1811022aecad7d7a \
--hash=sha256:585cee82b70211fa9e6043b7bb89db6e1aa49524340dde8ad6b63206ea689d88
# via jsonpatch
jsonschema==4.20.0 \
--hash=sha256:4f614fd46d8d61258610998997743ec5492a648b33cf478c1ddc23ed4598a5fa \
--hash=sha256:ed6231f0429ecf966f5bc8dfef245998220549cbbcf140f913b7464c52c3b6b3
jsonschema==4.21.0 \
--hash=sha256:3ba18e27f7491ea4a1b22edce00fb820eec968d397feb3f9cb61d5894bb38167 \
--hash=sha256:70a09719d375c0a2874571b363c8a24be7df8071b80c9aa76bc4551e7297c63c
# via
# aws-sam-cli (setup.py)
# aws-sam-translator
Expand Down
6 changes: 3 additions & 3 deletions requirements/reproducible-win.txt
Original file line number Diff line number Diff line change
Expand Up @@ -311,9 +311,9 @@ jsonpointer==2.4 \
--hash=sha256:15d51bba20eea3165644553647711d150376234112651b4f1811022aecad7d7a \
--hash=sha256:585cee82b70211fa9e6043b7bb89db6e1aa49524340dde8ad6b63206ea689d88
# via jsonpatch
jsonschema==4.20.0 \
--hash=sha256:4f614fd46d8d61258610998997743ec5492a648b33cf478c1ddc23ed4598a5fa \
--hash=sha256:ed6231f0429ecf966f5bc8dfef245998220549cbbcf140f913b7464c52c3b6b3
jsonschema==4.21.0 \
--hash=sha256:3ba18e27f7491ea4a1b22edce00fb820eec968d397feb3f9cb61d5894bb38167 \
--hash=sha256:70a09719d375c0a2874571b363c8a24be7df8071b80c9aa76bc4551e7297c63c
# via
# aws-sam-cli (setup.py)
# aws-sam-translator
Expand Down

0 comments on commit b5b5852

Please sign in to comment.