File tree Expand file tree Collapse file tree 5 files changed +14
-9
lines changed Expand file tree Collapse file tree 5 files changed +14
-9
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ click==8.1.8
33
33
# edx-lint
34
34
click-log==0.4.0
35
35
# via edx-lint
36
- code-annotations==2.2 .0
36
+ code-annotations==2.3 .0
37
37
# via edx-lint
38
38
colorama==0.4.6
39
39
# via tox
@@ -88,7 +88,7 @@ jinja2==3.1.6
88
88
# diff-cover
89
89
keyring==25.6.0
90
90
# via twine
91
- lxml[html-clean,html_clean]==5.3.1
91
+ lxml[html-clean,html_clean]==5.3.2
92
92
# via
93
93
# edx-i18n-tools
94
94
# lxml-html-clean
@@ -114,6 +114,7 @@ packaging==24.2
114
114
# pyproject-api
115
115
# tox
116
116
# twine
117
+ # wheel
117
118
path==16.16.0
118
119
# via edx-i18n-tools
119
120
pbr==6.1.1
@@ -204,7 +205,7 @@ urllib3==2.2.3
204
205
# twine
205
206
virtualenv==20.30.0
206
207
# via tox
207
- wheel==0.45 .1
208
+ wheel==0.46 .1
208
209
# via -r requirements/dev.in
209
210
zipp==3.21.0
210
211
# via importlib-metadata
Original file line number Diff line number Diff line change @@ -9,14 +9,16 @@ build==1.2.2.post1
9
9
click==8.1.8
10
10
# via pip-tools
11
11
packaging==24.2
12
- # via build
12
+ # via
13
+ # build
14
+ # wheel
13
15
pip-tools==7.4.1
14
16
# via -r requirements/pip-tools.in
15
17
pyproject-hooks==1.2.0
16
18
# via
17
19
# build
18
20
# pip-tools
19
- wheel==0.45 .1
21
+ wheel==0.46 .1
20
22
# via pip-tools
21
23
22
24
# The following packages are considered to be unsafe in a requirements file:
Original file line number Diff line number Diff line change 4
4
#
5
5
# make upgrade
6
6
#
7
- wheel==0.45.1
7
+ packaging==24.2
8
+ # via wheel
9
+ wheel==0.46.1
8
10
# via -r requirements/pip.in
9
11
10
12
# The following packages are considered to be unsafe in a requirements file:
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ click==8.1.8
25
25
# edx-lint
26
26
click-log==0.4.0
27
27
# via edx-lint
28
- code-annotations==2.2 .0
28
+ code-annotations==2.3 .0
29
29
# via edx-lint
30
30
cryptography==44.0.2
31
31
# via secretstorage
Original file line number Diff line number Diff line change @@ -29,9 +29,9 @@ pytest==8.3.5
29
29
# pytest-django
30
30
pytest-catchlog==1.2.2
31
31
# via -r requirements/test.in
32
- pytest-cov==6.1.0
32
+ pytest-cov==6.1.1
33
33
# via -r requirements/test.in
34
- pytest-django==4.11.0
34
+ pytest-django==4.11.1
35
35
# via -r requirements/test.in
36
36
pyyaml==6.0.2
37
37
# via edx-django-release-util
You can’t perform that action at this time.
0 commit comments