Skip to content

Commit 47b91e8

Browse files
chore: Updating Python Requirements
1 parent 74d184c commit 47b91e8

File tree

5 files changed

+19
-19
lines changed

5 files changed

+19
-19
lines changed

requirements/base.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ appdirs==1.4.4
88
# via fs
99
asgiref==3.7.2
1010
# via django
11-
boto3==1.34.34
11+
boto3==1.34.39
1212
# via fs-s3fs
13-
botocore==1.34.34
13+
botocore==1.34.39
1414
# via
1515
# boto3
1616
# s3transfer
17-
django==3.2.23
17+
django==3.2.24
1818
# via
1919
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
2020
# -r requirements/base.in

requirements/dev.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ bok-choy==0.7.1
3333
# via
3434
# -c requirements/constraints.txt
3535
# -r requirements/workbench.txt
36-
boto3==1.34.34
36+
boto3==1.34.39
3737
# via
3838
# -r requirements/quality.txt
3939
# -r requirements/workbench.txt
4040
# fs-s3fs
41-
botocore==1.34.34
41+
botocore==1.34.39
4242
# via
4343
# -r requirements/quality.txt
4444
# -r requirements/workbench.txt
@@ -105,7 +105,7 @@ distlib==0.3.8
105105
# via
106106
# -r requirements/ci.txt
107107
# virtualenv
108-
django==3.2.23
108+
django==3.2.24
109109
# via
110110
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
111111
# -r requirements/quality.txt
@@ -231,7 +231,7 @@ mock==5.1.0
231231
# via
232232
# -r requirements/quality.txt
233233
# -r requirements/workbench.txt
234-
mysqlclient==2.2.3
234+
mysqlclient==2.2.4
235235
# via -r requirements/workbench.txt
236236
needle==0.5.0
237237
# via
@@ -357,7 +357,7 @@ python-dateutil==2.8.2
357357
# arrow
358358
# botocore
359359
# xblock
360-
python-slugify==8.0.3
360+
python-slugify==8.0.4
361361
# via
362362
# -r requirements/quality.txt
363363
# -r requirements/workbench.txt

requirements/quality.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ binaryornot==0.4.4
2424
# via
2525
# -r requirements/test.txt
2626
# cookiecutter
27-
boto3==1.34.34
27+
boto3==1.34.39
2828
# via
2929
# -r requirements/test.txt
3030
# fs-s3fs
31-
botocore==1.34.34
31+
botocore==1.34.39
3232
# via
3333
# -r requirements/test.txt
3434
# boto3
@@ -71,7 +71,7 @@ ddt==1.7.1
7171
# via -r requirements/test.txt
7272
dill==0.3.8
7373
# via pylint
74-
django==3.2.23
74+
django==3.2.24
7575
# via
7676
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
7777
# -r requirements/test.txt
@@ -233,7 +233,7 @@ python-dateutil==2.8.2
233233
# arrow
234234
# botocore
235235
# xblock
236-
python-slugify==8.0.3
236+
python-slugify==8.0.4
237237
# via
238238
# -r requirements/test.txt
239239
# code-annotations

requirements/test.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ asgiref==3.7.2
1616
# django
1717
binaryornot==0.4.4
1818
# via cookiecutter
19-
boto3==1.34.34
19+
boto3==1.34.39
2020
# via
2121
# -r requirements/base.txt
2222
# fs-s3fs
23-
botocore==1.34.34
23+
botocore==1.34.39
2424
# via
2525
# -r requirements/base.txt
2626
# boto3
@@ -152,7 +152,7 @@ python-dateutil==2.8.2
152152
# arrow
153153
# botocore
154154
# xblock
155-
python-slugify==8.0.3
155+
python-slugify==8.0.4
156156
# via
157157
# code-annotations
158158
# cookiecutter

requirements/workbench.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ bok-choy==0.7.1
2424
# via
2525
# -c requirements/constraints.txt
2626
# -r requirements/workbench.in
27-
boto3==1.34.34
27+
boto3==1.34.39
2828
# via
2929
# -r requirements/test.txt
3030
# fs-s3fs
31-
botocore==1.34.34
31+
botocore==1.34.39
3232
# via
3333
# -r requirements/test.txt
3434
# boto3
@@ -148,7 +148,7 @@ mdurl==0.1.2
148148
# markdown-it-py
149149
mock==5.1.0
150150
# via -r requirements/test.txt
151-
mysqlclient==2.2.3
151+
mysqlclient==2.2.4
152152
# via -r requirements/workbench.in
153153
needle==0.5.0
154154
# via bok-choy
@@ -208,7 +208,7 @@ python-dateutil==2.8.2
208208
# arrow
209209
# botocore
210210
# xblock
211-
python-slugify==8.0.3
211+
python-slugify==8.0.4
212212
# via
213213
# -r requirements/test.txt
214214
# code-annotations

0 commit comments

Comments
 (0)