File tree Expand file tree Collapse file tree 7 files changed +22
-22
lines changed Expand file tree Collapse file tree 7 files changed +22
-22
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ coverage==7.3.2
8
8
# via -r requirements/ci.in
9
9
distlib==0.3.7
10
10
# via virtualenv
11
- filelock==3.13.0
11
+ filelock==3.13.1
12
12
# via
13
13
# tox
14
14
# virtualenv
Original file line number Diff line number Diff line change @@ -29,11 +29,11 @@ binaryornot==0.4.4
29
29
# via
30
30
# -r requirements/test.txt
31
31
# cookiecutter
32
- boto3==1.28.73
32
+ boto3==1.28.78
33
33
# via
34
34
# -r requirements/test.txt
35
35
# fs-s3fs
36
- botocore==1.31.73
36
+ botocore==1.31.78
37
37
# via
38
38
# -r requirements/test.txt
39
39
# boto3
@@ -50,7 +50,7 @@ chardet==5.2.0
50
50
# via
51
51
# -r requirements/test.txt
52
52
# binaryornot
53
- charset-normalizer==3.3.1
53
+ charset-normalizer==3.3.2
54
54
# via
55
55
# -r requirements/test.txt
56
56
# requests
@@ -109,7 +109,7 @@ exceptiongroup==1.1.3
109
109
# -r requirements/test.txt
110
110
# hypothesis
111
111
# pytest
112
- filelock==3.13.0
112
+ filelock==3.13.1
113
113
# via
114
114
# -r requirements/ci.txt
115
115
# -r requirements/test.txt
@@ -281,7 +281,7 @@ pytest==7.4.3
281
281
# pytest-django
282
282
pytest-cov==4.1.0
283
283
# via -r requirements/test.txt
284
- pytest-django==4.5.2
284
+ pytest-django==4.6.0
285
285
# via -r requirements/test.txt
286
286
python-dateutil==2.8.2
287
287
# via
@@ -360,7 +360,7 @@ tomli==2.0.1
360
360
# pyproject-hooks
361
361
# pytest
362
362
# tox
363
- tomlkit==0.12.1
363
+ tomlkit==0.12.2
364
364
# via
365
365
# -r requirements/test.txt
366
366
# pylint
@@ -403,7 +403,7 @@ webob==1.8.7
403
403
# -r requirements/test.txt
404
404
# xblock
405
405
# xblock-sdk
406
- wheel==0.41.2
406
+ wheel==0.41.3
407
407
# via
408
408
# -r requirements/pip-tools.txt
409
409
# pip-tools
Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ appdirs==1.4.4
8
8
# via
9
9
# -r requirements/base.txt
10
10
# fs
11
- boto3==1.28.73
11
+ boto3==1.28.78
12
12
# via fs-s3fs
13
- botocore==1.31.73
13
+ botocore==1.31.78
14
14
# via
15
15
# boto3
16
16
# s3transfer
Original file line number Diff line number Diff line change @@ -18,18 +18,18 @@ babel==2.13.1
18
18
# sphinx
19
19
beautifulsoup4==4.12.2
20
20
# via pydata-sphinx-theme
21
- boto3==1.28.73
21
+ boto3==1.28.78
22
22
# via
23
23
# -r requirements/django.txt
24
24
# fs-s3fs
25
- botocore==1.31.73
25
+ botocore==1.31.78
26
26
# via
27
27
# -r requirements/django.txt
28
28
# boto3
29
29
# s3transfer
30
30
certifi==2023.7.22
31
31
# via requests
32
- charset-normalizer==3.3.1
32
+ charset-normalizer==3.3.2
33
33
# via requests
34
34
django==2.2.28
35
35
# via
@@ -81,7 +81,7 @@ packaging==23.2
81
81
# via
82
82
# pydata-sphinx-theme
83
83
# sphinx
84
- pydata-sphinx-theme==0.14.2
84
+ pydata-sphinx-theme==0.14.3
85
85
# via sphinx-book-theme
86
86
pygments==2.16.1
87
87
# via
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ tomli==2.0.1
21
21
# build
22
22
# pip-tools
23
23
# pyproject-hooks
24
- wheel==0.41.2
24
+ wheel==0.41.3
25
25
# via pip-tools
26
26
zipp==3.17.0
27
27
# via importlib-metadata
Original file line number Diff line number Diff line change 4
4
#
5
5
# make upgrade
6
6
#
7
- wheel==0.41.2
7
+ wheel==0.41.3
8
8
# via -r requirements/pip.in
9
9
10
10
# The following packages are considered to be unsafe in a requirements file:
Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ attrs==23.1.0
21
21
# via hypothesis
22
22
binaryornot==0.4.4
23
23
# via cookiecutter
24
- boto3==1.28.73
24
+ boto3==1.28.78
25
25
# via
26
26
# -r requirements/django.txt
27
27
# fs-s3fs
28
- botocore==1.31.73
28
+ botocore==1.31.78
29
29
# via
30
30
# -r requirements/django.txt
31
31
# boto3
@@ -34,7 +34,7 @@ certifi==2023.7.22
34
34
# via requests
35
35
chardet==5.2.0
36
36
# via binaryornot
37
- charset-normalizer==3.3.1
37
+ charset-normalizer==3.3.2
38
38
# via requests
39
39
click==8.1.7
40
40
# via
@@ -73,7 +73,7 @@ exceptiongroup==1.1.3
73
73
# via
74
74
# hypothesis
75
75
# pytest
76
- filelock==3.13.0
76
+ filelock==3.13.1
77
77
# via
78
78
# tox
79
79
# virtualenv
@@ -191,7 +191,7 @@ pytest==7.4.3
191
191
# pytest-django
192
192
pytest-cov==4.1.0
193
193
# via -r requirements/test.in
194
- pytest-django==4.5.2
194
+ pytest-django==4.6.0
195
195
# via -r requirements/test.in
196
196
python-dateutil==2.8.2
197
197
# via
@@ -253,7 +253,7 @@ tomli==2.0.1
253
253
# pylint
254
254
# pytest
255
255
# tox
256
- tomlkit==0.12.1
256
+ tomlkit==0.12.2
257
257
# via pylint
258
258
tox==3.28.0
259
259
# via
You can’t perform that action at this time.
0 commit comments