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 19, 2023
1 parent 267b806 commit f06028d
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
5 changes: 3 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,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 Down Expand Up @@ -136,7 +137,7 @@ py==1.11.0
# via
# -r requirements/travis.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
3 changes: 2 additions & 1 deletion requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ code-annotations==1.5.0
coverage[toml]==7.3.2
# via
# -r requirements/test.txt
# coverage
# pytest-cov
doc8==1.1.1
# via -r requirements/doc.in
Expand Down Expand Up @@ -179,7 +180,7 @@ tzdata==2023.3
# via
# -r requirements/test.txt
# pandas
urllib3==2.0.6
urllib3==2.0.7
# via requests
zipp==3.17.0
# via importlib-metadata
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
3 changes: 2 additions & 1 deletion requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,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 Down Expand Up @@ -72,7 +73,7 @@ pluggy==1.3.0
# via
# -r requirements/test.txt
# pytest
pycodestyle==2.11.0
pycodestyle==2.11.1
# via -r requirements/quality.in
pydocstyle==6.3.0
# via -r requirements/quality.in
Expand Down
4 changes: 3 additions & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ click==8.1.7
code-annotations==1.5.0
# via -r requirements/test.in
coverage[toml]==7.3.2
# via pytest-cov
# via
# coverage
# pytest-cov
exceptiongroup==1.1.3
# via
# -r requirements/base.txt
Expand Down

0 comments on commit f06028d

Please sign in to comment.