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 17, 2023
1 parent 5849998 commit fce5516
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 20 deletions.
15 changes: 9 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,16 @@ code-annotations==1.5.0
# edx-lint
# edx-toggles
coverage[toml]==7.3.2
# via pytest-cov
# via
# coverage
# pytest-cov
cryptography==41.0.4
# via
# pyjwt
# secretstorage
ddt==1.6.0
# via -r requirements/test.in
diff-cover==7.7.0
diff-cover==8.0.0
# via -r requirements/dev.in
dill==0.3.7
# via pylint
Expand Down Expand Up @@ -110,7 +112,7 @@ edx-django-utils==5.7.0
# edx-drf-extensions
# edx-toggles
# event-tracking
edx-drf-extensions==8.10.0
edx-drf-extensions==8.12.0
# via -r requirements/base.in
edx-i18n-tools==1.3.0
# via -r requirements/dev.in
Expand All @@ -130,7 +132,7 @@ exceptiongroup==1.1.3
# via pytest
factory-boy==3.3.0
# via -r requirements/test.in
faker==19.8.0
faker==19.10.0
# via factory-boy
filelock==3.12.4
# via
Expand Down Expand Up @@ -222,11 +224,11 @@ polib==1.2.0
# via edx-i18n-tools
prompt-toolkit==3.0.39
# via click-repl
psutil==5.9.5
psutil==5.9.6
# via edx-django-utils
py==1.11.0
# via tox
pycodestyle==2.11.0
pycodestyle==2.11.1
# via -r requirements/quality.in
pycparser==2.21
# via cffi
Expand All @@ -241,6 +243,7 @@ pyjwt[crypto]==2.8.0
# via
# drf-jwt
# edx-drf-extensions
# pyjwt
pylint==2.17.7
# via
# edx-lint
Expand Down
11 changes: 7 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ click-repl==0.3.0
code-annotations==1.5.0
# via edx-toggles
coverage[toml]==7.3.2
# via pytest-cov
# via
# coverage
# pytest-cov
cryptography==41.0.4
# via pyjwt
ddt==1.6.0
Expand Down Expand Up @@ -102,7 +104,7 @@ edx-django-utils==5.7.0
# edx-drf-extensions
# edx-toggles
# event-tracking
edx-drf-extensions==8.10.0
edx-drf-extensions==8.12.0
# via -r requirements/base.in
edx-opaque-keys[django]==2.5.1
# via
Expand All @@ -116,7 +118,7 @@ exceptiongroup==1.1.3
# via pytest
factory-boy==3.3.0
# via -r requirements/test.in
faker==19.8.0
faker==19.10.0
# via factory-boy
freezegun==1.2.2
# via -r requirements/test.in
Expand Down Expand Up @@ -160,7 +162,7 @@ pluggy==1.3.0
# via pytest
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 All @@ -176,6 +178,7 @@ pyjwt[crypto]==2.8.0
# via
# drf-jwt
# edx-drf-extensions
# pyjwt
pymongo==3.13.0
# via
# edx-opaque-keys
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
13 changes: 8 additions & 5 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ code-annotations==1.5.0
# edx-lint
# edx-toggles
coverage[toml]==7.3.2
# via pytest-cov
# via
# coverage
# pytest-cov
cryptography==41.0.4
# via
# pyjwt
Expand Down Expand Up @@ -100,7 +102,7 @@ edx-django-utils==5.7.0
# edx-drf-extensions
# edx-toggles
# event-tracking
edx-drf-extensions==8.10.0
edx-drf-extensions==8.12.0
# via -r requirements/base.in
edx-lint==5.3.4
# via -r requirements/quality.in
Expand All @@ -116,7 +118,7 @@ exceptiongroup==1.1.3
# via pytest
factory-boy==3.3.0
# via -r requirements/test.in
faker==19.8.0
faker==19.10.0
# via factory-boy
freezegun==1.2.2
# via -r requirements/test.in
Expand Down Expand Up @@ -185,9 +187,9 @@ pluggy==1.3.0
# via pytest
prompt-toolkit==3.0.39
# via click-repl
psutil==5.9.5
psutil==5.9.6
# via edx-django-utils
pycodestyle==2.11.0
pycodestyle==2.11.1
# via -r requirements/quality.in
pycparser==2.21
# via cffi
Expand All @@ -201,6 +203,7 @@ pyjwt[crypto]==2.8.0
# via
# drf-jwt
# edx-drf-extensions
# pyjwt
pylint==2.17.7
# via
# edx-lint
Expand Down
11 changes: 7 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ click-repl==0.3.0
code-annotations==1.5.0
# via edx-toggles
coverage[toml]==7.3.2
# via pytest-cov
# via
# coverage
# pytest-cov
cryptography==41.0.4
# via pyjwt
ddt==1.6.0
Expand Down Expand Up @@ -82,7 +84,7 @@ edx-django-utils==5.7.0
# edx-drf-extensions
# edx-toggles
# event-tracking
edx-drf-extensions==8.10.0
edx-drf-extensions==8.12.0
# via -r requirements/base.in
edx-opaque-keys[django]==2.5.1
# via
Expand All @@ -96,7 +98,7 @@ exceptiongroup==1.1.3
# via pytest
factory-boy==3.3.0
# via -r requirements/test.in
faker==19.8.0
faker==19.10.0
# via factory-boy
freezegun==1.2.2
# via -r requirements/test.in
Expand Down Expand Up @@ -131,14 +133,15 @@ pluggy==1.3.0
# via pytest
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
pyjwt[crypto]==2.8.0
# via
# drf-jwt
# edx-drf-extensions
# pyjwt
pymongo==3.13.0
# via
# edx-opaque-keys
Expand Down

0 comments on commit fce5516

Please sign in to comment.