From a712d83ade9f5dc884c70fd00dec554ebd219438 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 21:52:50 +0000 Subject: [PATCH 1/2] 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] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index ebddd4670..4ee8f71c5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1846,13 +1846,13 @@ files = [ [[package]] name = "jsonschema" -version = "4.19.2" +version = "4.20.0" description = "An implementation of JSON Schema validation for Python" optional = false python-versions = ">=3.8" files = [ - {file = "jsonschema-4.19.2-py3-none-any.whl", hash = "sha256:eee9e502c788e89cb166d4d37f43084e3b64ab405c795c03d343a4dbc2c810fc"}, - {file = "jsonschema-4.19.2.tar.gz", hash = "sha256:c9ff4d7447eed9592c23a12ccee508baf0dd0d59650615e847feb6cdca74f392"}, + {file = "jsonschema-4.20.0-py3-none-any.whl", hash = "sha256:ed6231f0429ecf966f5bc8dfef245998220549cbbcf140f913b7464c52c3b6b3"}, + {file = "jsonschema-4.20.0.tar.gz", hash = "sha256:4f614fd46d8d61258610998997743ec5492a648b33cf478c1ddc23ed4598a5fa"}, ] [package.dependencies] @@ -4648,4 +4648,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.12" -content-hash = "008b8ab99af5ccdcc359c72fa73744f09bc62261d92fcb13dfe92e152556ea8c" +content-hash = "a230409c4951dacaf214fbedf813b1305ac66c42c04caa1394ca6f8fcabd2ddb" diff --git a/pyproject.toml b/pyproject.toml index a5c8894e8..651ff77ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ flask-redis = "==0.4.0" flask-sqlalchemy = "==3.0.5" gunicorn = {version = "==21.2.0", extras = ["eventlet"]} iso8601 = "==2.1.0" -jsonschema = {version = "==4.19.2", extras = ["format"]} +jsonschema = {version = "==4.20.0", extras = ["format"]} lxml = "==4.9.3" marshmallow = "==3.20.1" marshmallow-sqlalchemy = "==0.29.0" From c09af992ee3b4c78354908fdffce242b932a706f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 22:03:57 +0000 Subject: [PATCH 2/2] Bump moto from 4.2.8 to 4.2.9 Bumps [moto](https://github.com/getmoto/moto) from 4.2.8 to 4.2.9. - [Release notes](https://github.com/getmoto/moto/releases) - [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md) - [Commits](https://github.com/getmoto/moto/compare/4.2.8...4.2.9) --- updated-dependencies: - dependency-name: moto dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 4ee8f71c5..df297589b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2285,13 +2285,13 @@ files = [ [[package]] name = "moto" -version = "4.2.8" +version = "4.2.9" description = "" optional = false python-versions = ">=3.7" files = [ - {file = "moto-4.2.8-py2.py3-none-any.whl", hash = "sha256:e78b49ae8acee06a865e4963174bdf974dd66398fb3bb831a7428498506c0c56"}, - {file = "moto-4.2.8.tar.gz", hash = "sha256:9b5a363f36f8c3fb36388764e7b8c01c615da2f2cba7da3e681680de14bfc769"}, + {file = "moto-4.2.9-py2.py3-none-any.whl", hash = "sha256:c85289d13d15d5274d0a643381af1f1b03d7ee88f0943c9d2d6c28e6177a298a"}, + {file = "moto-4.2.9.tar.gz", hash = "sha256:24de81eeaa450a20b57c5cdf9a757ea5216bddc7db798e335d2de1f2376bf324"}, ] [package.dependencies] @@ -4648,4 +4648,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.12" -content-hash = "a230409c4951dacaf214fbedf813b1305ac66c42c04caa1394ca6f8fcabd2ddb" +content-hash = "6e64fff082668e1cacf750c9bca1f61f08fe0a51414281fbe8baec12a38e11b7" diff --git a/pyproject.toml b/pyproject.toml index 651ff77ce..8b69e3d8f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ freezegun = "^1.2.2" honcho = "*" isort = "^5.12.0" jinja2-cli = {version = "==0.8.2", extras = ["yaml"]} -moto = "==4.2.8" +moto = "==4.2.9" pip-audit = "*" pytest = "^7.4.3" pytest-env = "^1.1.1"