Skip to content

Commit 6580a28

Browse files
Bump jsonschema from 4.17.3 to 4.18.0 (#112)
Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 4.17.3 to 4.18.0. - [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.17.3...v4.18.0) --- updated-dependencies: - dependency-name: jsonschema dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b4e896b commit 6580a28

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

requirements.txt

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ arrow==1.2.3
88
# via jinja2-time
99
astroid==2.15.4
1010
# via pylint
11-
attrs==22.1.0
12-
# via jsonschema
11+
attrs==23.1.0
12+
# via
13+
# jsonschema
14+
# referencing
1315
binaryornot==0.4.4
1416
# via cookiecutter
1517
black==23.3.0
@@ -50,8 +52,10 @@ jinja2==3.1.2
5052
# jinja2-time
5153
jinja2-time==0.2.0
5254
# via cookiecutter
53-
jsonschema==4.17.3
55+
jsonschema==4.18.0
5456
# via -r requirements.in
57+
jsonschema-specifications==2023.6.1
58+
# via jsonschema
5559
lazy-object-proxy==1.7.1
5660
# via astroid
5761
markupsafe==2.1.1
@@ -76,8 +80,6 @@ pluggy==1.0.0
7680
# via pytest
7781
pylint==2.17.3
7882
# via -r requirements.in
79-
pyrsistent==0.18.1
80-
# via jsonschema
8183
pytest==7.4.0
8284
# via
8385
# -r requirements.in
@@ -104,10 +106,18 @@ pyyaml==6.0
104106
# via
105107
# -r requirements.in
106108
# cookiecutter
109+
referencing==0.29.1
110+
# via
111+
# jsonschema
112+
# jsonschema-specifications
107113
requests==2.31.0
108114
# via
109115
# cookiecutter
110116
# docker
117+
rpds-py==0.8.10
118+
# via
119+
# jsonschema
120+
# referencing
111121
six==1.16.0
112122
# via python-dateutil
113123
termcolor==2.2.0

0 commit comments

Comments
 (0)