Skip to content

Commit

Permalink
chore: Updating Python Requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
opencraft-requirements-bot authored and Agrendalath committed Feb 12, 2024
1 parent 74d184c commit 47b91e8
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ appdirs==1.4.4
# via fs
asgiref==3.7.2
# via django
boto3==1.34.34
boto3==1.34.39
# via fs-s3fs
botocore==1.34.34
botocore==1.34.39
# via
# boto3
# s3transfer
django==3.2.23
django==3.2.24
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
Expand Down
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ bok-choy==0.7.1
# via
# -c requirements/constraints.txt
# -r requirements/workbench.txt
boto3==1.34.34
boto3==1.34.39
# via
# -r requirements/quality.txt
# -r requirements/workbench.txt
# fs-s3fs
botocore==1.34.34
botocore==1.34.39
# via
# -r requirements/quality.txt
# -r requirements/workbench.txt
Expand Down Expand Up @@ -105,7 +105,7 @@ distlib==0.3.8
# via
# -r requirements/ci.txt
# virtualenv
django==3.2.23
django==3.2.24
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -231,7 +231,7 @@ mock==5.1.0
# via
# -r requirements/quality.txt
# -r requirements/workbench.txt
mysqlclient==2.2.3
mysqlclient==2.2.4
# via -r requirements/workbench.txt
needle==0.5.0
# via
Expand Down Expand Up @@ -357,7 +357,7 @@ python-dateutil==2.8.2
# arrow
# botocore
# xblock
python-slugify==8.0.3
python-slugify==8.0.4
# via
# -r requirements/quality.txt
# -r requirements/workbench.txt
Expand Down
8 changes: 4 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.34.34
boto3==1.34.39
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.34.34
botocore==1.34.39
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -71,7 +71,7 @@ ddt==1.7.1
# via -r requirements/test.txt
dill==0.3.8
# via pylint
django==3.2.23
django==3.2.24
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -233,7 +233,7 @@ python-dateutil==2.8.2
# arrow
# botocore
# xblock
python-slugify==8.0.3
python-slugify==8.0.4
# via
# -r requirements/test.txt
# code-annotations
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ asgiref==3.7.2
# django
binaryornot==0.4.4
# via cookiecutter
boto3==1.34.34
boto3==1.34.39
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.34.34
botocore==1.34.39
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -152,7 +152,7 @@ python-dateutil==2.8.2
# arrow
# botocore
# xblock
python-slugify==8.0.3
python-slugify==8.0.4
# via
# code-annotations
# cookiecutter
Expand Down
8 changes: 4 additions & 4 deletions requirements/workbench.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ bok-choy==0.7.1
# via
# -c requirements/constraints.txt
# -r requirements/workbench.in
boto3==1.34.34
boto3==1.34.39
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.34.34
botocore==1.34.39
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -148,7 +148,7 @@ mdurl==0.1.2
# markdown-it-py
mock==5.1.0
# via -r requirements/test.txt
mysqlclient==2.2.3
mysqlclient==2.2.4
# via -r requirements/workbench.in
needle==0.5.0
# via bok-choy
Expand Down Expand Up @@ -208,7 +208,7 @@ python-dateutil==2.8.2
# arrow
# botocore
# xblock
python-slugify==8.0.3
python-slugify==8.0.4
# via
# -r requirements/test.txt
# code-annotations
Expand Down

0 comments on commit 47b91e8

Please sign in to comment.