From d2beee2c16cc60ab47b07e54c0fe82a5220251f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 11:54:19 +0100 Subject: [PATCH] Bump the all-dependencies group with 2 updates (#303) Bumps the all-dependencies group with 2 updates: [jsonschema](https://github.com/python-jsonschema/jsonschema) and [unidecode](https://github.com/kmike/text-unidecode). Updates `jsonschema` from 4.20.0 to 4.21.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.20.0...v4.21.1) Updates `unidecode` from 1.3.7 to 1.3.8 - [Release notes](https://github.com/kmike/text-unidecode/releases) - [Commits](https://github.com/kmike/text-unidecode/commits) --- updated-dependencies: - dependency-name: jsonschema dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: unidecode dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index c3cd5ec..18a7d05 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,11 +2,11 @@ attrs==23.2.0 certifi==2023.11.17 chardet==5.2.0 idna==3.6 -jsonschema==4.20.0 +jsonschema==4.21.1 kinto-http==11.0.1 pyrsistent==0.20.0 requests==2.31.0 ruamel.yaml==0.18.5 six==1.16.0 -Unidecode==1.3.7 +Unidecode==1.3.8 urllib3==2.1.0