Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python Requirements Update #55

Merged
merged 1 commit into from
Oct 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ openedx-events==9.0.0
# via -r requirements/base.in
pbr==5.11.1
# via stevedore
psutil==5.9.5
psutil==5.9.6
# via edx-django-utils
pycparser==2.21
# via cffi
Expand Down
8 changes: 5 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,11 @@ code-annotations==1.5.0
coverage[toml]==7.3.2
# via
# -r requirements/quality.txt
# coverage
# pytest-cov
ddt==1.6.0
# via -r requirements/quality.txt
diff-cover==7.7.0
diff-cover==8.0.0
# via -r requirements/dev.in
dill==0.3.7
# via
Expand Down Expand Up @@ -96,6 +97,7 @@ edx-lint==5.3.4
edx-opaque-keys[django]==2.5.1
# via
# -r requirements/quality.txt
# edx-opaque-keys
# openedx-events
edx-toggles==5.1.0
# via -r requirements/quality.txt
Expand Down Expand Up @@ -180,15 +182,15 @@ pluggy==1.3.0
# tox
polib==1.2.0
# via edx-i18n-tools
psutil==5.9.5
psutil==5.9.6
# via
# -r requirements/quality.txt
# edx-django-utils
py==1.11.0
# via
# -r requirements/ci.txt
# tox
pycodestyle==2.11.0
pycodestyle==2.11.1
# via -r requirements/quality.txt
pycparser==2.21
# via
Expand Down
4 changes: 3 additions & 1 deletion requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ code-annotations==1.5.0
coverage[toml]==7.3.2
# via
# -r requirements/test.txt
# coverage
# pytest-cov
cryptography==41.0.4
# via secretstorage
Expand Down Expand Up @@ -85,6 +86,7 @@ edx-django-utils==5.7.0
edx-opaque-keys[django]==2.5.1
# via
# -r requirements/test.txt
# edx-opaque-keys
# openedx-events
edx-toggles==5.1.0
# via -r requirements/test.txt
Expand Down Expand Up @@ -160,7 +162,7 @@ pluggy==1.3.0
# via
# -r requirements/test.txt
# pytest
psutil==5.9.5
psutil==5.9.6
# 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.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
6 changes: 4 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ code-annotations==1.5.0
coverage[toml]==7.3.2
# via
# -r requirements/test.txt
# coverage
# pytest-cov
ddt==1.6.0
# via -r requirements/test.txt
Expand Down Expand Up @@ -74,6 +75,7 @@ edx-lint==5.3.4
edx-opaque-keys[django]==2.5.1
# via
# -r requirements/test.txt
# edx-opaque-keys
# openedx-events
edx-toggles==5.1.0
# via -r requirements/test.txt
Expand Down Expand Up @@ -125,11 +127,11 @@ pluggy==1.3.0
# via
# -r requirements/test.txt
# pytest
psutil==5.9.5
psutil==5.9.6
# via
# -r requirements/test.txt
# edx-django-utils
pycodestyle==2.11.0
pycodestyle==2.11.1
# via -r requirements/quality.in
pycparser==2.21
# via
Expand Down
7 changes: 5 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ code-annotations==1.5.0
# -r requirements/test.in
# edx-toggles
coverage[toml]==7.3.2
# via pytest-cov
# via
# coverage
# pytest-cov
ddt==1.6.0
# via -r requirements/test.in
# via
Expand Down Expand Up @@ -59,6 +61,7 @@ edx-django-utils==5.7.0
edx-opaque-keys[django]==2.5.1
# via
# -r requirements/base.txt
# edx-opaque-keys
# openedx-events
edx-toggles==5.1.0
# via -r requirements/base.txt
Expand Down Expand Up @@ -92,7 +95,7 @@ pbr==5.11.1
# stevedore
pluggy==1.3.0
# via pytest
psutil==5.9.5
psutil==5.9.6
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down
Loading