Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency jsonschema to v4 - autoclosed #536

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"prConcurrentLimit": 0,
"prHourlyLimit": 0,
"includeForks": true,
"includePaths": [
"tools/**",
"third_party/python/requirements.*"
],
"ignorePaths": [
"third_party/"
],
"pip_requirements": {
"fileMatch": ["(^|/).*requirements.*\\.(in|txt)$"]
}
}
2 changes: 1 addition & 1 deletion tools/moztreedocs/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ importlib-metadata==3.0.0
importlib-resources==3.0.0
Jinja2==2.11.2
jmespath==0.10.0
jsonschema==3.2.0
jsonschema==4.4.0
livereload==2.6.3
Markdown==3.3.4
MarkupSafe==1.1.1
Expand Down
6 changes: 3 additions & 3 deletions tools/moztreedocs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@ jmespath==0.10.0 \
# -r requirements.in
# boto3
# botocore
jsonschema==3.2.0 \
--hash=sha256:4e5b3cf8216f577bee9ce139cbe72eca3ea4f292ec60928ff24758ce626cd163 \
--hash=sha256:c8a85b28d377cc7737e46e2d9f2b4f44ee3c0e1deac6bf46ddefc7187d30797a
jsonschema==4.4.0 \
--hash=sha256:636694eb41b3535ed608fe04129f26542b59ed99808b4f688aa32dcf55317a83 \
--hash=sha256:77281a1f71684953ee8b3d488371b162419767973789272434bbc3f29d9c8823
# via -r requirements.in
livereload==2.6.3 \
--hash=sha256:776f2f865e59fde56490a56bcc6773b6917366bce0c267c60ee8aaf1a0959869
Expand Down