Skip to content

Commit

Permalink
chore: Updating Python Requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Oct 2, 2023
1 parent 3b7792a commit daed65a
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 32 deletions.
12 changes: 6 additions & 6 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ appdirs==1.4.4
# via fs
asgiref==3.7.2
# via django
boto3==1.28.44
boto3==1.28.57
# via fs-s3fs
botocore==1.31.44
botocore==1.31.57
# via
# boto3
# s3transfer
Expand All @@ -30,7 +30,7 @@ jmespath==1.0.1
# via
# boto3
# botocore
lazy==1.5
lazy==1.6
# via xblock
lxml==4.9.3
# via xblock
Expand All @@ -52,7 +52,7 @@ pytz==2023.3.post1
# xblock
pyyaml==6.0.1
# via xblock
s3transfer==0.6.2
s3transfer==0.7.0
# via boto3
simplejson==3.19.1
# via xblock-utils
Expand All @@ -64,7 +64,7 @@ six==1.16.0
# python-dateutil
sqlparse==0.4.4
# via django
typing-extensions==4.7.1
typing-extensions==4.8.0
# via asgiref
urllib3==1.26.16
# via botocore
Expand All @@ -74,7 +74,7 @@ web-fragments==2.1.0
# xblock-utils
webob==1.8.7
# via xblock
xblock[django]==1.7.0
xblock[django]==1.8.0
# via
# -r requirements/base.in
# xblock-utils
Expand Down
12 changes: 4 additions & 8 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
certifi==2023.7.22
# via requests
charset-normalizer==3.2.0
charset-normalizer==3.3.0
# via requests
coverage==6.5.0
# via coveralls
Expand All @@ -18,14 +18,14 @@ distlib==0.3.7
# virtualenv
docopt==0.6.2
# via coveralls
filelock==3.12.3
filelock==3.12.4
# via
# -r requirements/tox.txt
# tox
# virtualenv
idna==3.4
# via requests
packaging==23.1
packaging==23.2
# via
# -r requirements/tox.txt
# tox
Expand Down Expand Up @@ -55,11 +55,7 @@ tox==3.28.0
# via
# -c requirements/common_constraints.txt
# -r requirements/tox.txt
typing-extensions==4.7.1
# via
# -r requirements/tox.txt
# filelock
urllib3==2.0.4
urllib3==2.0.5
# via requests
virtualenv==20.24.5
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.41.2
# The following packages are considered to be unsafe in a requirements file:
pip==23.2.1
# via -r requirements/pip.in
setuptools==68.2.0
setuptools==68.2.2
# via -r requirements/pip.in
4 changes: 2 additions & 2 deletions requirements/pip_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ click==8.1.7
# via pip-tools
importlib-metadata==6.8.0
# via build
packaging==23.1
packaging==23.2
# via build
pip-tools==7.3.0
# via -r requirements/pip_tools.in
Expand All @@ -23,7 +23,7 @@ tomli==2.0.1
# pyproject-hooks
wheel==0.41.2
# via pip-tools
zipp==3.16.2
zipp==3.17.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
18 changes: 9 additions & 9 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ asgiref==3.7.2
# via
# -r requirements/base.txt
# django
astroid==2.15.6
astroid==2.15.8
# via pylint
boto3==1.28.44
boto3==1.28.57
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.31.44
botocore==1.31.57
# via
# -r requirements/base.txt
# boto3
Expand All @@ -32,7 +32,7 @@ django==3.2.21
# -c requirements/common_constraints.txt
# -r requirements/base.txt
# openedx-django-pyfs
edx-opaque-keys==2.5.0
edx-opaque-keys==2.5.1
# via -r requirements/test.txt
fs==2.4.16
# via
Expand All @@ -51,7 +51,7 @@ jmespath==1.0.1
# -r requirements/base.txt
# boto3
# botocore
lazy==1.5
lazy==1.6
# via
# -r requirements/base.txt
# xblock
Expand Down Expand Up @@ -86,7 +86,7 @@ platformdirs==3.10.0
# via pylint
pycodestyle==2.11.0
# via -r requirements/quality.in
pylint==2.17.5
pylint==2.17.7
# via -r requirements/quality.in
pymongo==3.13.0
# via
Expand All @@ -106,7 +106,7 @@ pyyaml==6.0.1
# via
# -r requirements/base.txt
# xblock
s3transfer==0.6.2
s3transfer==0.7.0
# via
# -r requirements/base.txt
# boto3
Expand All @@ -132,7 +132,7 @@ tomli==2.0.1
# via pylint
tomlkit==0.12.1
# via pylint
typing-extensions==4.7.1
typing-extensions==4.8.0
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand All @@ -155,7 +155,7 @@ webob==1.8.7
# xblock
wrapt==1.15.0
# via astroid
xblock[django]==1.7.0
xblock[django]==1.8.0
# via
# -r requirements/base.txt
# xblock-utils
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
coverage==7.3.1
# via -r requirements/test.in
edx-opaque-keys==2.5.0
edx-opaque-keys==2.5.1
# via -r requirements/test.in
mock==5.1.0
# via -r requirements/test.in
Expand All @@ -16,5 +16,5 @@ pymongo==3.13.0
# via edx-opaque-keys
stevedore==5.1.0
# via edx-opaque-keys
typing-extensions==4.7.1
typing-extensions==4.8.0
# via edx-opaque-keys
6 changes: 2 additions & 4 deletions requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
#
distlib==0.3.7
# via virtualenv
filelock==3.12.3
filelock==3.12.4
# via
# tox
# virtualenv
packaging==23.1
packaging==23.2
# via tox
platformdirs==3.10.0
# via virtualenv
Expand All @@ -26,7 +26,5 @@ tox==3.28.0
# via
# -c requirements/common_constraints.txt
# -r requirements/tox.in
typing-extensions==4.7.1
# via filelock
virtualenv==20.24.5
# via tox

0 comments on commit daed65a

Please sign in to comment.