Skip to content

Commit

Permalink
chore: Updating Python Requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
opencraft-requirements-bot authored and Agrendalath committed Oct 16, 2023
1 parent 51db1ca commit 49844f2
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
7 changes: 5 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ attrs==23.1.0
backports-zoneinfo[tzdata]==0.2.1
# via
# -r requirements/quality.txt
# backports-zoneinfo
# celery
# kombu
billiard==4.1.0
Expand Down Expand Up @@ -81,8 +82,9 @@ code-annotations==1.5.0
coverage[toml]==7.3.2
# via
# -r requirements/quality.txt
# coverage
# pytest-cov
diff-cover==7.7.0
diff-cover==8.0.0
# via -r requirements/dev.in
dill==0.3.7
# via
Expand All @@ -105,6 +107,7 @@ edx-lint==5.3.4
edx-opaque-keys[django]==2.5.1
# via
# -r requirements/quality.txt
# edx-opaque-keys
# openedx-events
exceptiongroup==1.1.3
# via
Expand Down Expand Up @@ -199,7 +202,7 @@ py==1.11.0
# via
# -r requirements/ci.txt
# tox
pycodestyle==2.11.0
pycodestyle==2.11.1
# via -r requirements/quality.txt
pydocstyle==6.3.0
# via -r requirements/quality.txt
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
5 changes: 4 additions & 1 deletion requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ attrs==23.1.0
backports-zoneinfo[tzdata]==0.2.1
# via
# -r requirements/test.txt
# backports-zoneinfo
# celery
# kombu
billiard==4.1.0
Expand Down Expand Up @@ -70,6 +71,7 @@ code-annotations==1.5.0
coverage[toml]==7.3.2
# via
# -r requirements/test.txt
# coverage
# pytest-cov
dill==0.3.7
# via pylint
Expand All @@ -83,6 +85,7 @@ edx-lint==5.3.4
edx-opaque-keys[django]==2.5.1
# via
# -r requirements/test.txt
# edx-opaque-keys
# openedx-events
exceptiongroup==1.1.3
# via
Expand Down Expand Up @@ -140,7 +143,7 @@ prompt-toolkit==3.0.39
# via
# -r requirements/test.txt
# click-repl
pycodestyle==2.11.0
pycodestyle==2.11.1
# via -r requirements/quality.in
pydocstyle==6.3.0
# via -r requirements/quality.in
Expand Down
6 changes: 5 additions & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ attrs==23.1.0
backports-zoneinfo[tzdata]==0.2.1
# via
# -r requirements/base.txt
# backports-zoneinfo
# celery
# kombu
billiard==4.1.0
Expand Down Expand Up @@ -58,14 +59,17 @@ click-repl==0.3.0
code-annotations==1.5.0
# via -r requirements/test.in
coverage[toml]==7.3.2
# via pytest-cov
# via
# coverage
# pytest-cov
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.txt
# openedx-events
edx-opaque-keys[django]==2.5.1
# via
# -r requirements/base.txt
# edx-opaque-keys
# openedx-events
exceptiongroup==1.1.3
# via pytest
Expand Down

0 comments on commit 49844f2

Please sign in to comment.