File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 66import os
77import sys
88
9- VERSION = '4.7.0-dev.4 '
9+ VERSION = '4.7.0-dev.5 '
1010INSTALL_PREFIX = os .path .normpath (
1111 os .path .abspath (os .path .join (os .path .dirname (__file__ ), '..' ))
1212)
Original file line number Diff line number Diff line change 11archspec == 0.2.4
22argcomplete == 3.1.2 ; python_version < '3.8'
3- argcomplete == 3.4 .0 ; python_version >= '3.8'
3+ argcomplete == 3.5 .0 ; python_version >= '3.8'
44filelock == 3.4.1 ; python_version == '3.6'
55filelock == 3.12.2 ; python_version == '3.7'
66filelock == 3.15.4 ; python_version >= '3.8'
77importlib_metadata == 4.0.1 ; python_version < '3.8'
88jsonschema == 3.2.0
99lxml == 5.2.0 ; python_version < '3.8' and platform_machine == 'aarch64'
10- lxml == 5.2.2 ; python_version >= '3.8' or platform_machine != 'aarch64'
10+ lxml == 5.3.0 ; python_version >= '3.8' or platform_machine != 'aarch64'
1111pytest == 7.0.1 ; python_version < '3.8'
1212pytest == 8.3.2 ; python_version >= '3.8'
1313pytest-forked == 1.4.0 ; python_version == '3.6'
@@ -24,7 +24,7 @@ semver==2.13.0; python_version == '3.6'
2424semver == 3.0.2 ; python_version >= '3.7'
2525setuptools == 59.6.0 ; python_version == '3.6'
2626setuptools == 68.0.0 ; python_version == '3.7'
27- setuptools == 72.1 .0 ; python_version >= '3.8'
27+ setuptools == 74.0 .0 ; python_version >= '3.8'
2828tabulate == 0.8.10 ; python_version == '3.6'
2929tabulate == 0.9.0 ; python_version >= '3.7'
3030wcwidth == 0.2.13
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ install_requires =
3434 filelock<=3.4.1; python_version == '3.6'
3535 jsonschema
3636 lxml ==5.2.0; python_version < '3.8' and platform_machine == 'aarch64'
37- lxml ==5.2.2 ; python_version >= '3.8' or platform_machine != 'aarch64'
37+ lxml ==5.3.0 ; python_version >= '3.8' or platform_machine != 'aarch64'
3838 PyYAML
3939 requests
4040 requests <= 2.27.1; python_version == '3.6'
You can’t perform that action at this time.
0 commit comments