mirror of
https://github.com/GSA/notifications-api.git
synced 2026-07-13 09:50:39 -04:00
Bump jsonschema from 4.24.0 to 4.24.1
Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 4.24.0 to 4.24.1. - [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.24.0...v4.24.1) --- updated-dependencies: - dependency-name: jsonschema dependency-version: 4.24.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
8
poetry.lock
generated
8
poetry.lock
generated
@@ -2205,14 +2205,14 @@ files = [
|
||||
|
||||
[[package]]
|
||||
name = "jsonschema"
|
||||
version = "4.24.0"
|
||||
version = "4.24.1"
|
||||
description = "An implementation of JSON Schema validation for Python"
|
||||
optional = false
|
||||
python-versions = ">=3.9"
|
||||
groups = ["main"]
|
||||
files = [
|
||||
{file = "jsonschema-4.24.0-py3-none-any.whl", hash = "sha256:a462455f19f5faf404a7902952b6f0e3ce868f3ee09a359b05eca6673bd8412d"},
|
||||
{file = "jsonschema-4.24.0.tar.gz", hash = "sha256:0b4e8069eb12aedfa881333004bccaec24ecef5a8a6a4b6df142b2cc9599d196"},
|
||||
{file = "jsonschema-4.24.1-py3-none-any.whl", hash = "sha256:6b916866aa0b61437785f1277aa2cbd63512e8d4b47151072ef13292049b4627"},
|
||||
{file = "jsonschema-4.24.1.tar.gz", hash = "sha256:fe45a130cc7f67cd0d67640b4e7e3e2e666919462ae355eda238296eafeb4b5d"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
@@ -5513,4 +5513,4 @@ cffi = ["cffi (>=1.11)"]
|
||||
[metadata]
|
||||
lock-version = "2.1"
|
||||
python-versions = "^3.12.9"
|
||||
content-hash = "3596df2d9d40cdbbb09c6823515f24f0171f12ea06e39c96f243554ab5909997"
|
||||
content-hash = "f50b102ee27cef2e3191fab2c89b8ca67c3fd1b868737ecd67bc11024f9f0fcf"
|
||||
|
||||
@@ -34,7 +34,7 @@ flask-redis = "==0.4.0"
|
||||
flask-sqlalchemy = "^3.1.1"
|
||||
gunicorn = {version = "==23.0.0", extras = ["eventlet"]}
|
||||
iso8601 = "==2.1.0"
|
||||
jsonschema = {version = "==4.24.0", extras = ["format"]}
|
||||
jsonschema = {version = "==4.24.1", extras = ["format"]}
|
||||
lxml = "==6.0.0"
|
||||
marshmallow = "^4.0.0"
|
||||
marshmallow-sqlalchemy = "^1.4.2"
|
||||
|
||||
Reference in New Issue
Block a user