Skip to content

Commit add3f78

Browse files
committed
requirements: update 'jsonschema'
Also, a dependency is marked as conditional, based on https://github.com/Julian/jsonschema/blob/v3.2.0/setup.cfg#L31 Changelog: - 3.2.0 (2019-11-18) https://github.com/Julian/jsonschema/blob/v3.2.0/CHANGELOG.rst#v320 Code diff: python-jsonschema/jsonschema@v3.1.1...v3.2.0
1 parent b335c6d commit add3f78

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

requirements/base.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Required packages:
55
cryptography==2.9
66
defusedxml==0.6.0
7-
jsonschema==3.1.1
7+
jsonschema==3.2.0
88
lxml==4.5.0
99
marshmallow==2.19.5
1010
pyOpenSSL==18.0.0
@@ -17,12 +17,12 @@ signxml==2.6.0
1717
# - pycparser
1818
# - six
1919
# - jsonschema
20-
# - setuptools
21-
# - six
2220
# - attrs
23-
# - importlib-metadata
21+
# - importlib-metadata (python_version<'3.8')
2422
# - zipp
2523
# - pyrsistent
24+
# - setuptools
25+
# - six
2626
# - signxml:
2727
# - asn1crypto
2828
# - certifi
@@ -39,7 +39,7 @@ certifi==2020.4.5.1
3939
cffi==1.14.0
4040
eight==0.4.2
4141
future==0.16.0
42-
importlib-metadata==1.6.0
42+
importlib-metadata==1.6.0; python_version<'3.8'
4343
pycparser==2.20
4444
pyrsistent==0.16.0
4545
# setuptools

0 commit comments

Comments
 (0)