mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-16 20:48:37 -04:00
Bump jsonschema from 4.19.2 to 4.20.0
Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 4.19.2 to 4.20.0. - [Release notes](https://github.com/python-jsonschema/jsonschema/releases) - [Changelog](https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst) - [Commits](https://github.com/python-jsonschema/jsonschema/compare/v4.19.2...v4.20.0) --- updated-dependencies: - dependency-name: jsonschema dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
8
poetry.lock
generated
8
poetry.lock
generated
@@ -1846,13 +1846,13 @@ files = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "jsonschema"
|
name = "jsonschema"
|
||||||
version = "4.19.2"
|
version = "4.20.0"
|
||||||
description = "An implementation of JSON Schema validation for Python"
|
description = "An implementation of JSON Schema validation for Python"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.8"
|
python-versions = ">=3.8"
|
||||||
files = [
|
files = [
|
||||||
{file = "jsonschema-4.19.2-py3-none-any.whl", hash = "sha256:eee9e502c788e89cb166d4d37f43084e3b64ab405c795c03d343a4dbc2c810fc"},
|
{file = "jsonschema-4.20.0-py3-none-any.whl", hash = "sha256:ed6231f0429ecf966f5bc8dfef245998220549cbbcf140f913b7464c52c3b6b3"},
|
||||||
{file = "jsonschema-4.19.2.tar.gz", hash = "sha256:c9ff4d7447eed9592c23a12ccee508baf0dd0d59650615e847feb6cdca74f392"},
|
{file = "jsonschema-4.20.0.tar.gz", hash = "sha256:4f614fd46d8d61258610998997743ec5492a648b33cf478c1ddc23ed4598a5fa"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
@@ -4648,4 +4648,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = ">=3.9,<3.12"
|
python-versions = ">=3.9,<3.12"
|
||||||
content-hash = "008b8ab99af5ccdcc359c72fa73744f09bc62261d92fcb13dfe92e152556ea8c"
|
content-hash = "a230409c4951dacaf214fbedf813b1305ac66c42c04caa1394ca6f8fcabd2ddb"
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ flask-redis = "==0.4.0"
|
|||||||
flask-sqlalchemy = "==3.0.5"
|
flask-sqlalchemy = "==3.0.5"
|
||||||
gunicorn = {version = "==21.2.0", extras = ["eventlet"]}
|
gunicorn = {version = "==21.2.0", extras = ["eventlet"]}
|
||||||
iso8601 = "==2.1.0"
|
iso8601 = "==2.1.0"
|
||||||
jsonschema = {version = "==4.19.2", extras = ["format"]}
|
jsonschema = {version = "==4.20.0", extras = ["format"]}
|
||||||
lxml = "==4.9.3"
|
lxml = "==4.9.3"
|
||||||
marshmallow = "==3.20.1"
|
marshmallow = "==3.20.1"
|
||||||
marshmallow-sqlalchemy = "==0.29.0"
|
marshmallow-sqlalchemy = "==0.29.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user