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 Dec 19, 2023
1 parent 3af1af0 commit 74a8d43
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ click==8.1.7
# black
colorama==0.4.6
# via tox
coverage[toml]==7.3.2
coverage[toml]==7.3.3
# via
# -r requirements/ci.in
# -r requirements/quality.txt
Expand All @@ -58,7 +58,7 @@ filelock==3.13.1
# virtualenv
flake8==6.1.0
# via -r requirements/quality.txt
frozenlist==1.4.0
frozenlist==1.4.1
# via
# -r requirements/quality.txt
# aiohttp
Expand Down
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.3.2
coverage[toml]==7.3.3
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -93,7 +93,7 @@ flake8==6.1.0
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
frozenlist==1.4.0
frozenlist==1.4.1
# via
# -r requirements/ci.txt
# -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.42.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.3.1
pip==23.3.2
# via -r requirements/pip.in
setuptools==69.0.2
# via -r requirements/pip.in
4 changes: 2 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ charset-normalizer==3.3.2
# requests
click==8.1.7
# via black
coverage[toml]==7.3.2
coverage[toml]==7.3.3
# via
# -r requirements/test.txt
# coverage
Expand All @@ -35,7 +35,7 @@ exceptiongroup==1.2.0
# pytest
flake8==6.1.0
# via -r requirements/quality.in
frozenlist==1.4.0
frozenlist==1.4.1
# via
# aiohttp
# aiosignal
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ charset-normalizer==3.3.2
# via
# -r requirements/base.txt
# requests
coverage[toml]==7.3.2
coverage[toml]==7.3.3
# via
# -r requirements/test.in
# pytest-cov
Expand Down

0 comments on commit 74a8d43

Please sign in to comment.