File tree 9 files changed +216
-319
lines changed
9 files changed +216
-319
lines changed Original file line number Diff line number Diff line change 1
1
#
2
- # This file is autogenerated by pip-compile with Python 3.8
2
+ # This file is autogenerated by pip-compile with Python 3.11
3
3
# by the following command:
4
4
#
5
5
# make upgrade
6
6
#
7
7
asgiref==3.8.1
8
8
# via django
9
- backports-zoneinfo==0.2.1 ; python_version < "3.9"
10
- # via
11
- # -c requirements/constraints.txt
12
- # django
13
- # djangorestframework
14
- cffi==1.16.0
9
+ cffi==1.17.1
15
10
# via pynacl
16
- click==8.1.7
11
+ click==8.1.8
17
12
# via edx-django-utils
18
- django==4.2.11
13
+ django==4.2.19
19
14
# via
20
15
# -c requirements/common_constraints.txt
21
16
# -r requirements/base.in
@@ -25,25 +20,26 @@ django==4.2.11
25
20
# edx-django-utils
26
21
django-crum==0.7.9
27
22
# via edx-django-utils
28
- django-waffle==4.1 .0
23
+ django-waffle==4.2 .0
29
24
# via edx-django-utils
30
- djangorestframework==3.15.1
25
+ djangorestframework==3.15.2
31
26
# via -r requirements/base.in
32
- edx-django-utils==5.12 .0
27
+ edx-django-utils==7.1 .0
33
28
# via -r requirements/base.in
34
- newrelic==9.8 .0
29
+ newrelic==10.6 .0
35
30
# via edx-django-utils
36
- pbr==6.0.0
31
+ pbr==6.1.1
37
32
# via stevedore
38
- psutil==5.9.8
33
+ psutil==6.1.1
39
34
# via edx-django-utils
40
35
pycparser==2.22
41
36
# via cffi
42
37
pynacl==1.5.0
43
38
# via edx-django-utils
44
- sqlparse==0.4.4
39
+ sqlparse==0.5.3
45
40
# via django
46
- stevedore==5.2 .0
41
+ stevedore==5.4 .0
47
42
# via edx-django-utils
48
- typing-extensions==4.10.0
49
- # via asgiref
43
+
44
+ # The following packages are considered to be unsafe in a requirements file:
45
+ # setuptools
Original file line number Diff line number Diff line change 1
1
#
2
- # This file is autogenerated by pip-compile with Python 3.8
2
+ # This file is autogenerated by pip-compile with Python 3.11
3
3
# by the following command:
4
4
#
5
5
# make upgrade
6
6
#
7
- distlib==0.3.8
7
+ distlib==0.3.9
8
8
# via virtualenv
9
- filelock==3.13.3
9
+ filelock==3.17.0
10
10
# via
11
11
# tox
12
12
# virtualenv
13
- packaging==24.0
13
+ packaging==24.2
14
14
# via
15
15
# pyproject-api
16
16
# tox
17
- platformdirs==4.2.0
17
+ platformdirs==4.3.6
18
18
# via
19
19
# tox
20
20
# virtualenv
21
- pluggy==1.4 .0
21
+ pluggy==1.5 .0
22
22
# via tox
23
23
py==1.11.0
24
24
# via tox
25
- six==1.16 .0
25
+ six==1.17 .0
26
26
# via tox
27
- tomli==2.0.1
28
- # via
29
- # pyproject-api
30
- # tox
31
27
tox==3.28.0
32
28
# via
33
29
# -r requirements/ci.in
34
30
# tox-travis
35
31
tox-travis==0.13
36
32
# via -r requirements/ci.in
37
- virtualenv==20.25 .1
33
+ virtualenv==20.29 .1
38
34
# via tox
Original file line number Diff line number Diff line change 11
11
# Note: Changes to this file will automatically be used by other repos, referencing
12
12
# this file from Github directly. It does not require packaging in edx-lint.
13
13
14
-
15
14
# using LTS django version
16
15
Django<5.0
17
16
18
17
# elasticsearch>=7.14.0 includes breaking changes in it which caused issues in discovery upgrade process.
19
18
# elastic search changelog: https://www.elastic.co/guide/en/enterprise-search/master/release-notes-7.14.0.html
19
+ # See https://github.com/openedx/edx-platform/issues/35126 for more info
20
20
elasticsearch<7.14.0
21
21
22
22
# django-simple-history>3.0.0 adds indexing and causes a lot of migrations to be affected
23
23
django-simple-history==3.0.0
24
24
25
- # opentelemetry requires version 6.x at the moment:
26
- # https://github.com/open-telemetry/opentelemetry-python/issues/3570
27
- # Normally this could be added as a constraint in edx-django-utils, where we're
28
- # adding the opentelemetry dependency. However, when we compile pip-tools.txt,
29
- # that uses version 7.x, and then there's no undoing that when compiling base.txt.
30
- # So we need to pin it globally, for now.
31
- # Ticket for unpinning: https://github.com/openedx/edx-lint/issues/407
32
- importlib-metadata<7
25
+ # Cause: https://github.com/openedx/edx-lint/issues/458
26
+ # This can be unpinned once https://github.com/openedx/edx-lint/issues/459 has been resolved.
27
+ pip<24.3
28
+
29
+ # Cause: https://github.com/openedx/edx-lint/issues/475
30
+ # This can be unpinned once https://github.com/openedx/edx-lint/issues/476 has been resolved.
31
+ urllib3<2.3.0
You can’t perform that action at this time.
0 commit comments