Skip to content

Commit 35e79da

Browse files
authored
Merge pull request #334 from python-jsonschema/dependabot/pip/ruamel-yaml-0.17.33
Bump ruamel-yaml from 0.17.32 to 0.17.33
2 parents b45c88e + 4e23b2f commit 35e79da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ python_requires = >=3.8
1919
# reference for dependency spec: https://www.python.org/dev/peps/pep-0508/
2020
install_requires =
2121
importlib-resources>=1.4.0;python_version<"3.9"
22-
ruamel.yaml==0.17.32
22+
ruamel.yaml==0.17.33
2323
jsonschema>=4.18.0,<5.0
2424
regress>=0.4.0
2525
requests<3.0

0 commit comments

Comments
 (0)