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 31, 2023
1 parent 5e5177e commit 8bf3495
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
distlib==0.3.7
# via virtualenv
filelock==3.13.0
filelock==3.13.1
# via
# tox
# virtualenv
Expand Down
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ factory-boy==3.3.0
# via -r requirements/test.in
faker==19.12.0
# via factory-boy
filelock==3.13.0
filelock==3.13.1
# via
# tox
# virtualenv
Expand Down Expand Up @@ -270,7 +270,7 @@ pytest==7.4.3
# pytest-django
pytest-cov==4.1.0
# via -r requirements/test.in
pytest-django==4.5.2
pytest-django==4.6.0
# via -r requirements/test.in
python-dateutil==2.8.2
# via
Expand Down Expand Up @@ -370,13 +370,13 @@ vine==5.0.0
# kombu
virtualenv==20.24.6
# via tox
wcwidth==0.2.8
wcwidth==0.2.9
# via prompt-toolkit
web-fragments==2.1.0
# via xblock
webob==1.8.7
# via xblock
wheel==0.41.2
wheel==0.41.3
# via pip-tools
xblock==1.8.1
# via -r requirements/base.in
Expand Down
6 changes: 3 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ psutil==5.9.6
# via edx-django-utils
pycparser==2.21
# via cffi
pydata-sphinx-theme==0.14.2
pydata-sphinx-theme==0.14.3
# via sphinx-book-theme
pygments==2.16.1
# via
Expand All @@ -191,7 +191,7 @@ pytest==7.4.3
# pytest-django
pytest-cov==4.1.0
# via -r requirements/test.in
pytest-django==4.5.2
pytest-django==4.6.0
# via -r requirements/test.in
python-dateutil==2.8.2
# via
Expand Down Expand Up @@ -284,7 +284,7 @@ vine==5.0.0
# amqp
# celery
# kombu
wcwidth==0.2.8
wcwidth==0.2.9
# via prompt-toolkit
web-fragments==2.1.0
# via xblock
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ tomli==2.0.1
# build
# pip-tools
# pyproject-hooks
wheel==0.41.2
wheel==0.41.3
# via pip-tools
zipp==3.17.0
# via importlib-metadata
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
wheel==0.41.2
wheel==0.41.3
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
4 changes: 2 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ pytest==7.4.3
# pytest-django
pytest-cov==4.1.0
# via -r requirements/test.in
pytest-django==4.5.2
pytest-django==4.6.0
# via -r requirements/test.in
python-dateutil==2.8.2
# via
Expand Down Expand Up @@ -316,7 +316,7 @@ vine==5.0.0
# amqp
# celery
# kombu
wcwidth==0.2.8
wcwidth==0.2.9
# via prompt-toolkit
web-fragments==2.1.0
# via xblock
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ pytest==7.4.3
# pytest-django
pytest-cov==4.1.0
# via -r requirements/test.in
pytest-django==4.5.2
pytest-django==4.6.0
# via -r requirements/test.in
python-dateutil==2.8.2
# via
Expand Down Expand Up @@ -216,7 +216,7 @@ vine==5.0.0
# amqp
# celery
# kombu
wcwidth==0.2.8
wcwidth==0.2.9
# via prompt-toolkit
web-fragments==2.1.0
# via xblock
Expand Down

0 comments on commit 8bf3495

Please sign in to comment.