Skip to content

Commit 20d8600

Browse files
Updating Python Requirements (openedx-unsupported#757)
1 parent 99f0037 commit 20d8600

3 files changed

Lines changed: 11 additions & 19 deletions

File tree

requirements/dev.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,8 @@ chardet==4.0.0
3434
# -r requirements/base.txt
3535
# -r requirements/test.txt
3636
# requests
37-
click==7.1.2
37+
click==8.0.1
3838
# via
39-
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
4039
# -r requirements/pip-tools.txt
4140
# pip-tools
4241
cryptography==3.4.7
@@ -191,7 +190,7 @@ urllib3==1.26.4
191190
# -r requirements/base.txt
192191
# -r requirements/test.txt
193192
# requests
194-
virtualenv==20.4.6
193+
virtualenv==20.4.7
195194
# via tox
196195
websocket-client==0.59.0
197196
# via

requirements/doc.txt

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -72,19 +72,14 @@ idna==2.10
7272
# requests
7373
imagesize==1.2.0
7474
# via sphinx
75-
jinja2==2.11.3
76-
# via
77-
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
78-
# sphinx
75+
jinja2==3.0.1
76+
# via sphinx
7977
jsonschema==3.2.0
8078
# via
8179
# -r requirements/base.txt
8280
# docker-compose
83-
markupsafe==1.1.1
84-
# via
85-
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
86-
# jinja2
87-
# sphinx
81+
markupsafe==2.0.1
82+
# via jinja2
8883
packaging==20.9
8984
# via
9085
# bleach
@@ -148,21 +143,21 @@ six==1.16.0
148143
# websocket-client
149144
snowballstemmer==2.1.0
150145
# via sphinx
151-
sphinx==4.0.1
146+
sphinx==4.0.2
152147
# via
153148
# -r requirements/doc.in
154149
# edx-sphinx-theme
155150
sphinxcontrib-applehelp==1.0.2
156151
# via sphinx
157152
sphinxcontrib-devhelp==1.0.2
158153
# via sphinx
159-
sphinxcontrib-htmlhelp==1.0.3
154+
sphinxcontrib-htmlhelp==2.0.0
160155
# via sphinx
161156
sphinxcontrib-jsmath==1.0.1
162157
# via sphinx
163158
sphinxcontrib-qthelp==1.0.3
164159
# via sphinx
165-
sphinxcontrib-serializinghtml==1.1.4
160+
sphinxcontrib-serializinghtml==1.1.5
166161
# via sphinx
167162
stevedore==3.3.0
168163
# via doc8

requirements/pip-tools.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,8 @@
44
#
55
# make upgrade
66
#
7-
click==7.1.2
8-
# via
9-
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
10-
# pip-tools
7+
click==8.0.1
8+
# via pip-tools
119
pep517==0.10.0
1210
# via pip-tools
1311
pip-tools==6.1.0

0 commit comments

Comments
 (0)