File tree 7 files changed +18
-9
lines changed
7 files changed +18
-9
lines changed Original file line number Diff line number Diff line change @@ -20,3 +20,7 @@ Django<4.0
20
20
elasticsearch<7.14.0
21
21
22
22
setuptools<60
23
+
24
+ # pip-tools fails with latest pip==22.1 version.
25
+ # The failure details are in the issue https://github.com/jazzband/pip-tools/issues/1617.
26
+ pip<22.1
Original file line number Diff line number Diff line change 4
4
#
5
5
# make upgrade
6
6
#
7
- astroid==2.11.4
7
+ astroid==2.11.5
8
8
# via
9
9
# pylint
10
10
# pylint-celery
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ pluggy==1.0.0
18
18
# via tox
19
19
py==1.11.0
20
20
# via tox
21
- pyparsing==3.0.8
21
+ pyparsing==3.0.9
22
22
# via packaging
23
23
six==1.16.0
24
24
# via
Original file line number Diff line number Diff line change 4
4
#
5
5
# make upgrade
6
6
#
7
- astroid==2.11.4
7
+ astroid==2.11.5
8
8
# via
9
9
# -r requirements/base.txt
10
10
# pylint
@@ -80,7 +80,7 @@ pylint-plugin-utils==0.7
80
80
# -r requirements/base.txt
81
81
# pylint-celery
82
82
# pylint-django
83
- pyparsing==3.0.8
83
+ pyparsing==3.0.9
84
84
# via packaging
85
85
python-slugify==6.1.2
86
86
# via
Original file line number Diff line number Diff line change 1
1
# Core dependencies for installing other packages
2
+ -c constraints.txt
2
3
3
4
pip
4
5
setuptools
Original file line number Diff line number Diff line change @@ -9,6 +9,10 @@ wheel==0.35.1
9
9
10
10
# The following packages are considered to be unsafe in a requirements file:
11
11
pip==20.2.4
12
- # via -r requirements/pip.in
12
+ # via
13
+ # -c requirements/../edx_lint/files/common_constraints.txt
14
+ # -r requirements/pip.in
13
15
setuptools==50.3.2
14
- # via -r requirements/pip.in
16
+ # via
17
+ # -c requirements/../edx_lint/files/common_constraints.txt
18
+ # -r requirements/pip.in
Original file line number Diff line number Diff line change 6
6
#
7
7
asgiref==3.5.1
8
8
# via django
9
- astroid==2.11.4
9
+ astroid==2.11.5
10
10
# via
11
11
# -r requirements/dev.txt
12
12
# pylint
@@ -24,7 +24,7 @@ code-annotations==1.3.0
24
24
# via
25
25
# -c requirements/constraints.txt
26
26
# -r requirements/dev.txt
27
- coverage==6.3.2
27
+ coverage==6.3.3
28
28
# via -r requirements/test.in
29
29
dill==0.3.4
30
30
# via
@@ -104,7 +104,7 @@ pylint-plugin-utils==0.7
104
104
# -r requirements/dev.txt
105
105
# pylint-celery
106
106
# pylint-django
107
- pyparsing==3.0.8
107
+ pyparsing==3.0.9
108
108
# via
109
109
# -r requirements/dev.txt
110
110
# packaging
You can’t perform that action at this time.
0 commit comments