Skip to content

Commit

Permalink
ci/fix: Update oldest-requirements for jsonschema.
Browse files Browse the repository at this point in the history
  • Loading branch information
b-butler committed Nov 7, 2023
1 parent e5bae6e commit 5ed67c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-oldest-reqs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cloudpickle==1.6.0
coverage==6.2
deprecation==2.0.0
jinja2==3.0.0
jsonschema==3.0.0
jsonschema==4.5.0
pytest-cov==3.0.0
pytest==7.0.1
ruamel.yaml==0.17.21
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies = [
# Progress bars
"tqdm>=4.60.0",
# For schema validation
"jsonschema>=3.0.0",
"jsonschema>=4.5.0",
]

[project.scripts]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ jinja2>=3.0.0
cloudpickle>=1.6.0
deprecation>=2.0.0
tqdm>=4.60.0
jsonschema>=3.0.0
jsonschema>=4.5.0

0 comments on commit 5ed67c7

Please sign in to comment.