Skip to content

Commit 868039a

Browse files
CLIP OS toolkit: Bump Python package dependencies
This Python packages bump is required in order to upgrade Pip to version 19.1.1 which fixes a bug causing "pyproject.toml" file to be considered eventhough "--no-use-pep517" is specified on the command line (see pypa/pip#6434 ). This bug was causing our CI systems to fail on the install of package sphinx-autodoc-typehints which makes use of "pyproject.toml" file. Change-Id: Ie102facaf16baac7699e92237db61c3ccb817783 Signed-off-by: Nicolas Godinho <[email protected]>
1 parent 7286951 commit 868039a

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

requirements.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# DO NOT EDIT THIS FILE BY HAND!
22
# This file was auto-generated by the script "bump_and_vendor_python_requirements.sh"
3-
# on 2019-04-29 at 10:49:38 CEST.
3+
# on 2019-05-21 at 14:45:17 CEST.
44
#
55
# Note to Python developers:
66
# New dependencies to the CLIP OS toolkit/cosmk must be declared in the
77
# "setup.py" file either as a strict or extra dependency, not here.
88

99
alabaster==0.7.12
10-
argcomplete==1.9.5
10+
argcomplete==1.10.0
1111
astroid==2.2.5
1212
Babel==2.6.0
1313
certifi==2019.3.9
@@ -18,22 +18,22 @@ gitdb2==2.0.5
1818
GitPython==2.1.11
1919
idna==2.8
2020
imagesize==1.1.0
21-
isort==4.3.17
21+
isort==4.3.20
2222
Jinja2==2.10.1
23-
lazy-object-proxy==1.3.1
24-
libvirt-python==5.2.0
23+
lazy-object-proxy==1.4.1
24+
libvirt-python==5.3.0
2525
MarkupSafe==1.1.1
2626
mccabe==0.6.1
2727
mypy==0.701
2828
mypy-extensions==0.4.1
2929
packaging==19.0
30-
pip==19.1
30+
pip==19.1.1
3131
psutil==5.6.2
32-
Pygments==2.3.1
32+
Pygments==2.4.0
3333
pylint==2.3.1
3434
pyparsing==2.4.0
3535
pytz==2019.1
36-
requests==2.21.0
36+
requests==2.22.0
3737
schema==0.7.0
3838
semver==2.8.1
3939
setuptools==41.0.1
@@ -51,6 +51,6 @@ sphinxcontrib-qthelp==1.0.2
5151
sphinxcontrib-serializinghtml==1.1.3
5252
toml==0.10.0
5353
typed-ast==1.3.5
54-
urllib3==1.24.2
55-
wheel==0.33.1
54+
urllib3==1.25.2
55+
wheel==0.33.4
5656
wrapt==1.11.1

0 commit comments

Comments
 (0)