Skip to content

Commit

Permalink
chore: bumps jsonschema to v4.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pallabpain committed Jul 11, 2024
1 parent d0553ce commit 2a96c93
Show file tree
Hide file tree
Showing 3 changed files with 144 additions and 56 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ six = ">=1.13.0"
urllib3 = ">=1.23"
python-dateutil = ">=2.8.1"
pytz = "*"
jsonschema = "==4.0.0"
jsonschema = "==4.23.0"
pyyaml = ">=5.4.1"

[dev-packages]
Expand Down
196 changes: 142 additions & 54 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"pytz",
"pyyaml>=5.4.1",
"setuptools",
"jsonschema==4.0.0",
"jsonschema==4.23.0",
],
extras_require={
"dev": ["sphinx", "furo"],
Expand Down

0 comments on commit 2a96c93

Please sign in to comment.