Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
Bump jsonschema from 4.3.1 to 4.3.2
Browse files Browse the repository at this point in the history
Bumps [jsonschema](https://github.com/Julian/jsonschema) from 4.3.1 to 4.3.2.
- [Release notes](https://github.com/Julian/jsonschema/releases)
- [Changelog](https://github.com/Julian/jsonschema/blob/main/CHANGELOG.rst)
- [Commits](python-jsonschema/jsonschema@v4.3.1...v4.3.2)

---
updated-dependencies:
- dependency-name: jsonschema
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 27, 2021
1 parent 0ba3819 commit 5718fd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ ujson==5.0.0
uvloop==0.14.0; python_version < '3.7'
uvloop==0.16.0; python_version >= '3.7'
asyncpg==0.25.0
jsonschema==4.3.1
jsonschema==4.3.2
gunicorn==20.1.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"uvloop==0.14.0; python_version < '3.7'",
"uvloop==0.16.0; python_version >= '3.7'",
"asyncpg==0.25.0",
"jsonschema==4.3.1",
"jsonschema==4.3.2",
"gunicorn==20.1.0",
],
extras_require={
Expand Down

0 comments on commit 5718fd3

Please sign in to comment.