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 30, 2023
1 parent 7c9fc34 commit 0a39815
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ edx-opaque-keys[django]==2.5.1
# via openedx-events
edx-toggles==5.1.0
# via -r requirements/base.in
fastavro==1.8.4
fastavro==1.9.0
# via openedx-events
jinja2==3.1.2
# via code-annotations
Expand Down
4 changes: 2 additions & 2 deletions 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.12.4
filelock==3.13.0
# via
# tox
# virtualenv
Expand All @@ -26,5 +26,5 @@ tox==3.28.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/ci.in
virtualenv==20.24.5
virtualenv==20.24.6
# via tox
12 changes: 6 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ edx-django-utils==5.7.0
# edx-toggles
edx-i18n-tools==1.3.0
# via -r requirements/dev.in
edx-lint==5.3.4
edx-lint==5.3.6
# via -r requirements/quality.txt
edx-opaque-keys[django]==2.5.1
# via
Expand All @@ -105,11 +105,11 @@ exceptiongroup==1.1.3
# via
# -r requirements/quality.txt
# pytest
fastavro==1.8.4
fastavro==1.9.0
# via
# -r requirements/quality.txt
# openedx-events
filelock==3.12.4
filelock==3.13.0
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -207,7 +207,7 @@ pylint-celery==0.3
# via
# -r requirements/quality.txt
# edx-lint
pylint-django==2.5.4
pylint-django==2.5.5
# via
# -r requirements/quality.txt
# edx-lint
Expand All @@ -228,7 +228,7 @@ pyproject-hooks==1.0.0
# via
# -r requirements/pip-tools.txt
# build
pytest==7.4.2
pytest==7.4.3
# via
# -r requirements/quality.txt
# pytest-cov
Expand Down Expand Up @@ -305,7 +305,7 @@ typing-extensions==4.8.0
# astroid
# edx-opaque-keys
# pylint
virtualenv==20.24.5
virtualenv==20.24.6
# via
# -r requirements/ci.txt
# tox
Expand Down
10 changes: 5 additions & 5 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ attrs==23.1.0
# via
# -r requirements/test.txt
# openedx-events
babel==2.13.0
babel==2.13.1
# via
# pydata-sphinx-theme
# sphinx
Expand Down Expand Up @@ -51,7 +51,7 @@ coverage[toml]==7.3.2
# -r requirements/test.txt
# coverage
# pytest-cov
cryptography==41.0.4
cryptography==41.0.5
# via secretstorage
ddt==1.6.0
# via -r requirements/test.txt
Expand Down Expand Up @@ -94,7 +94,7 @@ exceptiongroup==1.1.3
# via
# -r requirements/test.txt
# pytest
fastavro==1.8.4
fastavro==1.9.0
# via
# -r requirements/test.txt
# openedx-events
Expand Down Expand Up @@ -170,7 +170,7 @@ pycparser==2.21
# via
# -r requirements/test.txt
# cffi
pydata-sphinx-theme==0.14.1
pydata-sphinx-theme==0.14.2
# via sphinx-book-theme
pygments==2.16.1
# via
Expand All @@ -189,7 +189,7 @@ pynacl==1.5.0
# edx-django-utils
pyproject-hooks==1.0.0
# via build
pytest==7.4.2
pytest==7.4.3
# via
# -r requirements/test.txt
# pytest-cov
Expand Down
8 changes: 4 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ edx-django-utils==5.7.0
# via
# -r requirements/test.txt
# edx-toggles
edx-lint==5.3.4
edx-lint==5.3.6
# via -r requirements/quality.in
edx-opaque-keys[django]==2.5.1
# via
Expand All @@ -83,7 +83,7 @@ exceptiongroup==1.1.3
# via
# -r requirements/test.txt
# pytest
fastavro==1.8.4
fastavro==1.9.0
# via
# -r requirements/test.txt
# openedx-events
Expand Down Expand Up @@ -145,7 +145,7 @@ pylint==3.0.2
# pylint-plugin-utils
pylint-celery==0.3
# via edx-lint
pylint-django==2.5.4
pylint-django==2.5.5
# via edx-lint
pylint-plugin-utils==0.8.2
# via
Expand All @@ -159,7 +159,7 @@ pynacl==1.5.0
# via
# -r requirements/test.txt
# edx-django-utils
pytest==7.4.2
pytest==7.4.3
# via
# -r requirements/test.txt
# pytest-cov
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ edx-toggles==5.1.0
# via -r requirements/base.txt
exceptiongroup==1.1.3
# via pytest
fastavro==1.8.4
fastavro==1.9.0
# via
# -r requirements/base.txt
# openedx-events
Expand Down Expand Up @@ -111,7 +111,7 @@ pynacl==1.5.0
# via
# -r requirements/base.txt
# edx-django-utils
pytest==7.4.2
pytest==7.4.3
# via
# pytest-cov
# pytest-django
Expand Down

0 comments on commit 0a39815

Please sign in to comment.