Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python Requirements Update #203

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ backports-zoneinfo[tzdata]==0.2.1
# kombu
billiard==4.1.0
# via celery
boto3==1.28.62
boto3==1.28.63
# via fs-s3fs
botocore==1.31.62
botocore==1.31.63
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -122,7 +122,7 @@ pbr==5.11.1
# via stevedore
prompt-toolkit==3.0.39
# via click-repl
psutil==5.9.5
psutil==5.9.6
# via edx-django-utils
pycparser==2.21
# via cffi
Expand Down
11 changes: 7 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,18 @@ astroid==2.15.8
backports-zoneinfo[tzdata]==0.2.1
# via
# -r requirements/base.txt
# backports-zoneinfo
# celery
# kombu
billiard==4.1.0
# via
# -r requirements/base.txt
# celery
boto3==1.28.62
boto3==1.28.63
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.31.62
botocore==1.31.63
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -85,7 +86,9 @@ click-repl==0.3.0
code-annotations==1.5.0
# via edx-lint
coverage[toml]==7.3.2
# via pytest-cov
# via
# coverage
# pytest-cov
dill==0.3.7
# via pylint
distlib==0.3.7
Expand Down Expand Up @@ -270,7 +273,7 @@ prompt-toolkit==3.0.39
# via
# -r requirements/base.txt
# click-repl
psutil==5.9.5
psutil==5.9.6
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ wheel==0.41.2
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.2.1
pip==23.3
# via -r requirements/pip.in
setuptools==68.2.2
# via -r requirements/pip.in
12 changes: 8 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,18 @@ astroid==2.15.8
backports-zoneinfo[tzdata]==0.2.1
# via
# -r requirements/base.txt
# backports-zoneinfo
# celery
# kombu
billiard==4.1.0
# via
# -r requirements/base.txt
# celery
boto3==1.28.62
boto3==1.28.63
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.31.62
botocore==1.31.63
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -82,7 +83,9 @@ click-repl==0.3.0
code-annotations==1.5.0
# via edx-lint
coverage[toml]==7.3.2
# via pytest-cov
# via
# coverage
# pytest-cov
dill==0.3.7
# via pylint
django==3.2.22
Expand Down Expand Up @@ -226,7 +229,7 @@ prompt-toolkit==3.0.39
# via
# -r requirements/base.txt
# click-repl
psutil==5.9.5
psutil==5.9.6
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down Expand Up @@ -370,6 +373,7 @@ wrapt==1.15.0
xblock[django]==1.8.1
# via
# -r requirements/base.txt
# xblock
# xblock-utils
xblock-utils==4.0.0
# via -r requirements/base.txt
Expand Down