Skip to content

Commit a76480f

Browse files
Bump jsonschema from 4.19.1 to 4.19.2 (#11661)
* Bump jsonschema from 4.19.1 to 4.19.2 Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 4.19.1 to 4.19.2. - [Release notes](https://github.com/python-jsonschema/jsonschema/releases) - [Changelog](https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst) - [Commits](python-jsonschema/jsonschema@v4.19.1...v4.19.2) --- updated-dependencies: - dependency-name: jsonschema dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * - Align setup.cfg to requirements.txt --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: afabiani <[email protected]>
1 parent ae45e10 commit a76480f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ vine==5.1.0
2020
tqdm==4.66.1
2121
Deprecated==1.2.14
2222
wrapt==1.15.0
23-
jsonschema==4.19.1
23+
jsonschema==4.19.2
2424
zipstream-new==1.1.8
2525
schema==0.7.5
2626
rdflib==6.3.2

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ install_requires =
4646
tqdm==4.66.1
4747
Deprecated==1.2.14
4848
wrapt==1.15.0
49-
jsonschema==4.19.1
49+
jsonschema==4.19.2
5050
zipstream-new==1.1.8
5151
schema==0.7.5
5252
rdflib==6.3.2

0 commit comments

Comments
 (0)