Skip to content

Commit 89a91d2

Browse files
[vendor-schemas] automated update (#568)
Co-authored-by: sirosen <[email protected]>
1 parent f98acd4 commit 89a91d2

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ Unreleased
1111
.. vendor-insert-here
1212
1313
- Update vendored schemas: bitbucket-pipelines, circle-ci, compose-spec, dependabot,
14-
github-workflows, gitlab-ci, mergify, renovate, woodpecker-ci (2025-05-11)
14+
github-workflows, gitlab-ci, mergify, readthedocs, renovate, woodpecker-ci
15+
(2025-05-18)
1516
- Fix: support ``click==8.2.0``
1617
- Fix a bug in ``Last-Modified`` header parsing which used local time and could
1718
result in improper caching. Thanks :user:`fenuks`! (:pr:`565`)

src/check_jsonschema/builtin_schemas/vendor/readthedocs.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@
209209
"enum": ["14", "16", "18", "19", "20", "22", "23", "latest"]
210210
},
211211
"ruby": {
212-
"enum": ["3.3", "latest"]
212+
"enum": ["3.3", "3.4", "latest"]
213213
},
214214
"rust": {
215215
"enum": [
@@ -220,6 +220,7 @@
220220
"1.75",
221221
"1.78",
222222
"1.82",
223+
"1.86",
223224
"latest"
224225
]
225226
},
@@ -232,6 +233,7 @@
232233
"1.21",
233234
"1.22",
234235
"1.23",
236+
"1.24",
235237
"latest"
236238
]
237239
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
77278afd8de08da09665e12d305c9c23721e940d3869355eb6bda2a024a2f0d7
1+
00586f5737a5717824d8d594add706f549d3fc405c92fd1151f1c59dd2efbd9f

0 commit comments

Comments
 (0)