Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Commit

Permalink
chore: Updating Python Requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored and Agrendalath committed Dec 20, 2023
1 parent 4c318cd commit 2ce0ee4
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ packaging==23.2
# via drf-yasg
pbr==6.0.0
# via stevedore
psutil==5.9.6
psutil==5.9.7
# via edx-django-utils
pycparser==2.21
# via cffi
Expand Down
8 changes: 4 additions & 4 deletions requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ code-annotations==1.5.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.3.2
coverage[toml]==7.3.3
# via
# -r requirements/test.txt
# coverage
Expand All @@ -83,7 +83,7 @@ defusedxml==0.8.0rc2
# -r requirements/test.txt
# python3-openid
# social-auth-core
diff-cover==8.0.1
diff-cover==8.0.2
# via -r requirements/test.txt
dill==0.3.7
# via
Expand Down Expand Up @@ -182,7 +182,7 @@ iniconfig==2.0.0
# via
# -r requirements/test.txt
# pytest
isort==5.13.1
isort==5.13.2
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -240,7 +240,7 @@ pluggy==1.3.0
# -r requirements/test.txt
# diff-cover
# pytest
psutil==5.9.6
psutil==5.9.7
# via
# -r requirements/test.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.42.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.3.1
pip==23.3.2
# via -r requirements/pip.in
setuptools==69.0.2
# via -r requirements/pip.in
8 changes: 4 additions & 4 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ asgiref==3.7.2
# django
attrs==23.1.0
# via -r requirements/base.txt
boto3==1.33.13
boto3==1.34.2
# via
# -c requirements/constraints.txt
# -r requirements/production.in
botocore==1.33.13
botocore==1.34.2
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -135,7 +135,7 @@ pbr==6.0.0
# via
# -r requirements/base.txt
# stevedore
psutil==5.9.6
psutil==5.9.7
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down Expand Up @@ -182,7 +182,7 @@ requests-oauthlib==1.3.1
# via
# -r requirements/base.txt
# social-auth-core
s3transfer==0.8.2
s3transfer==0.9.0
# via boto3
six==1.16.0
# via
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ click-log==0.4.0
# via edx-lint
code-annotations==1.5.0
# via edx-lint
coverage[toml]==7.3.2
coverage[toml]==7.3.3
# via
# -r requirements/test.in
# pytest-cov
Expand All @@ -57,7 +57,7 @@ defusedxml==0.8.0rc2
# -r requirements/base.txt
# python3-openid
# social-auth-core
diff-cover==8.0.1
diff-cover==8.0.2
# via -r requirements/test.in
dill==0.3.7
# via pylint
Expand Down Expand Up @@ -131,7 +131,7 @@ inflection==0.5.1
# drf-yasg
iniconfig==2.0.0
# via pytest
isort==5.13.1
isort==5.13.2
# via pylint
jinja2==3.1.2
# via
Expand Down Expand Up @@ -171,7 +171,7 @@ pluggy==1.3.0
# via
# diff-cover
# pytest
psutil==5.9.6
psutil==5.9.7
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down

0 comments on commit 2ce0ee4

Please sign in to comment.