mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-19 05:58:53 -04:00
Merge pull request #1734 from GSA/dependabot/pip/jsonschema-4.24.0
Bump jsonschema from 4.23.0 to 4.24.0
This commit is contained in:
10
poetry.lock
generated
10
poetry.lock
generated
@@ -2217,14 +2217,14 @@ files = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "jsonschema"
|
name = "jsonschema"
|
||||||
version = "4.23.0"
|
version = "4.24.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.9"
|
||||||
groups = ["main"]
|
groups = ["main"]
|
||||||
files = [
|
files = [
|
||||||
{file = "jsonschema-4.23.0-py3-none-any.whl", hash = "sha256:fbadb6f8b144a8f8cf9f0b89ba94501d143e50411a1278633f56a7acf7fd5566"},
|
{file = "jsonschema-4.24.0-py3-none-any.whl", hash = "sha256:a462455f19f5faf404a7902952b6f0e3ce868f3ee09a359b05eca6673bd8412d"},
|
||||||
{file = "jsonschema-4.23.0.tar.gz", hash = "sha256:d71497fef26351a33265337fa77ffeb82423f3ea21283cd9467bb03999266bc4"},
|
{file = "jsonschema-4.24.0.tar.gz", hash = "sha256:0b4e8069eb12aedfa881333004bccaec24ecef5a8a6a4b6df142b2cc9599d196"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
@@ -5600,4 +5600,4 @@ cffi = ["cffi (>=1.11)"]
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.1"
|
lock-version = "2.1"
|
||||||
python-versions = "^3.12.2"
|
python-versions = "^3.12.2"
|
||||||
content-hash = "9bcc70800af3c5e7635907f2b6ce3e74c8c0238b4ba2b01b03e5c4018ebae435"
|
content-hash = "07df3991df599dea6769b0810a9346fdeb936341911267a2551d22619aab3bd9"
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ flask-redis = "==0.4.0"
|
|||||||
flask-sqlalchemy = "==3.1.1"
|
flask-sqlalchemy = "==3.1.1"
|
||||||
gunicorn = {version = "==23.0.0", extras = ["eventlet"]}
|
gunicorn = {version = "==23.0.0", extras = ["eventlet"]}
|
||||||
iso8601 = "==2.1.0"
|
iso8601 = "==2.1.0"
|
||||||
jsonschema = {version = "==4.23.0", extras = ["format"]}
|
jsonschema = {version = "==4.24.0", extras = ["format"]}
|
||||||
lxml = "==5.4.0"
|
lxml = "==5.4.0"
|
||||||
marshmallow = "==3.26.1"
|
marshmallow = "==3.26.1"
|
||||||
marshmallow-sqlalchemy = "==1.0.0"
|
marshmallow-sqlalchemy = "==1.0.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user