Skip to content

Commit

Permalink
Bump the all-dependencies group with 2 updates (#303)
Browse files Browse the repository at this point in the history
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](python-jsonschema/jsonschema@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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jan 26, 2024
1 parent 9148080 commit d2beee2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Expand Up @@ -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

0 comments on commit d2beee2

Please sign in to comment.