Skip to content

Commit 6e3b0c0

Browse files
author
Feanil Patel
authored
Merge pull request #264 from openedx/feanil/update_django_pyfs
feanil/update django pyfs
2 parents 9d6eb33 + ba5c74a commit 6e3b0c0

File tree

10 files changed

+149
-144
lines changed

10 files changed

+149
-144
lines changed

requirements/base.in

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,11 @@
55
boto
66
cookiecutter
77
Django
8-
django-pyfs
98
fs-s3fs
109
lxml
11-
lazy
1210
requests
1311
pypng
1412
simplejson
1513
web-fragments
1614
webob
17-
XBlock
15+
XBlock[django]

requirements/base.txt

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,23 @@ appdirs==1.4.4
88
# via fs
99
arrow==1.2.3
1010
# via jinja2-time
11-
asgiref==3.5.2
11+
asgiref==3.6.0
1212
# via django
1313
binaryornot==0.4.4
1414
# via cookiecutter
1515
boto==2.49.0
1616
# via -r requirements/base.in
17-
boto3==1.26.27
17+
boto3==1.26.58
1818
# via fs-s3fs
19-
botocore==1.29.27
19+
botocore==1.29.58
2020
# via
2121
# boto3
2222
# s3transfer
2323
certifi==2022.12.7
2424
# via requests
2525
chardet==5.1.0
2626
# via binaryornot
27-
charset-normalizer==2.1.1
27+
charset-normalizer==3.0.1
2828
# via requests
2929
click==8.1.3
3030
# via cookiecutter
@@ -34,18 +34,16 @@ django==3.2.16
3434
# via
3535
# -c requirements/common_constraints.txt
3636
# -r requirements/base.in
37-
# django-pyfs
38-
django-pyfs==3.2.0
39-
# via -r requirements/base.in
37+
# openedx-django-pyfs
4038
fs==2.4.16
4139
# via
42-
# django-pyfs
4340
# fs-s3fs
41+
# openedx-django-pyfs
4442
# xblock
4543
fs-s3fs==1.1.1
4644
# via
4745
# -r requirements/base.in
48-
# django-pyfs
46+
# openedx-django-pyfs
4947
idna==3.4
5048
# via requests
5149
jinja2==3.1.2
@@ -59,15 +57,17 @@ jmespath==1.0.1
5957
# boto3
6058
# botocore
6159
lazy==1.5
62-
# via -r requirements/base.in
63-
lxml==4.9.1
60+
# via xblock
61+
lxml==4.9.2
6462
# via
6563
# -r requirements/base.in
6664
# xblock
67-
markupsafe==2.1.1
65+
markupsafe==2.1.2
6866
# via
6967
# jinja2
7068
# xblock
69+
openedx-django-pyfs==3.2.1
70+
# via xblock
7171
pypng==0.20220715.0
7272
# via -r requirements/base.in
7373
python-dateutil==2.8.2
@@ -77,21 +77,21 @@ python-dateutil==2.8.2
7777
# xblock
7878
python-slugify==7.0.0
7979
# via cookiecutter
80-
pytz==2022.6
80+
pytz==2022.7.1
8181
# via
8282
# django
8383
# xblock
8484
pyyaml==6.0
8585
# via
8686
# cookiecutter
8787
# xblock
88-
requests==2.28.1
88+
requests==2.28.2
8989
# via
9090
# -r requirements/base.in
9191
# cookiecutter
9292
s3transfer==0.6.0
9393
# via boto3
94-
simplejson==3.18.0
94+
simplejson==3.18.1
9595
# via -r requirements/base.in
9696
six==1.16.0
9797
# via
@@ -102,7 +102,7 @@ sqlparse==0.4.3
102102
# via django
103103
text-unidecode==1.3
104104
# via python-slugify
105-
urllib3==1.26.13
105+
urllib3==1.26.14
106106
# via
107107
# botocore
108108
# requests
@@ -114,7 +114,7 @@ webob==1.8.7
114114
# via
115115
# -r requirements/base.in
116116
# xblock
117-
xblock==1.6.1
117+
xblock[django]==1.6.2
118118
# via -r requirements/base.in
119119

120120
# The following packages are considered to be unsafe in a requirements file:

requirements/ci.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,42 +6,42 @@
66
#
77
certifi==2022.12.7
88
# via requests
9-
charset-normalizer==2.1.1
9+
charset-normalizer==3.0.1
1010
# via requests
1111
codecov==2.1.12
1212
# via -r requirements/ci.in
13-
coverage==6.5.0
13+
coverage==7.1.0
1414
# via codecov
1515
distlib==0.3.6
1616
# via virtualenv
17-
filelock==3.8.2
17+
filelock==3.9.0
1818
# via
1919
# tox
2020
# virtualenv
2121
idna==3.4
2222
# via requests
23-
packaging==22.0
23+
packaging==23.0
2424
# via tox
25-
platformdirs==2.6.0
25+
platformdirs==2.6.2
2626
# via virtualenv
2727
pluggy==1.0.0
2828
# via tox
2929
py==1.11.0
3030
# via tox
31-
requests==2.28.1
31+
requests==2.28.2
3232
# via codecov
3333
six==1.16.0
3434
# via tox
3535
tomli==2.0.1
3636
# via tox
37-
tox==3.27.1
37+
tox==3.28.0
3838
# via
3939
# -c requirements/common_constraints.txt
4040
# -r requirements/ci.in
4141
# tox-battery
4242
tox-battery==0.6.1
4343
# via -r requirements/ci.in
44-
urllib3==1.26.13
44+
urllib3==1.26.14
4545
# via requests
4646
virtualenv==20.17.1
4747
# via tox

requirements/common_constraints.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,14 @@ Django<4.0
1919
# elastic search changelog: https://www.elastic.co/guide/en/enterprise-search/master/release-notes-7.14.0.html
2020
elasticsearch<7.14.0
2121

22-
# setuptools==60.0 had breaking changes and busted several service's pipeline.
23-
# Details can be found here: https://github.com/pypa/setuptools/issues/2940
24-
setuptools<60
25-
2622
# django-simple-history>3.0.0 adds indexing and causes a lot of migrations to be affected
2723
django-simple-history==3.0.0
2824

2925
# tox>4.0.0 isn't yet compatible with many tox plugins, causing CI failures in almost all repos.
3026
# Details can be found in this discussion: https://github.com/tox-dev/tox/discussions/1810
3127
tox<4.0.0
28+
29+
# edx-sphinx-theme is not compatible with latest Sphinx==6.0.0 version
30+
# Pinning Sphinx version unless the compatibility issue gets resolved
31+
# For details, see issue https://github.com/openedx/edx-sphinx-theme/issues/197
32+
sphinx<6.0.0

0 commit comments

Comments
 (0)