Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
Bump jsonschema from 4.17.3 to 4.19.1 (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 4, 2023
1 parent 4032b9f commit 37dcb75
Show file tree
Hide file tree
Showing 2 changed files with 148 additions and 10 deletions.
152 changes: 145 additions & 7 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ repository = "https://github.com/ThePalaceProject/webpub-manifest-parser"
version = "0" # This version number is automatically set by github actions when releasing

[tool.poetry.dependencies]
jsonschema = ">=3.2,<5.0"
jsonschema = "^4.19.1"
multipledispatch = "^0.6.0"
pyrsistent = "^0.19.3"
python = ">=3.8,<4"
python-dateutil = "^2.8.2"
pytz = ">=2021.1,<2023.0"
pytz = "^2022.7"
requests = "^2.27.1"
rfc3987 = "^1.3.8"
uritemplate = ">=3.0.1,<5.0.0"
uritemplate = "^4.1.1"

[tool.poetry.group.ci.dependencies]
dunamai = "^1.19.0"
Expand Down

0 comments on commit 37dcb75

Please sign in to comment.