Skip to content

Commit

Permalink
chore: Updating Python Requirements (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Mar 3, 2023
1 parent 98cb035 commit 4a217ce
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ charset-normalizer==3.0.1
# via requests
codecov==2.1.12
# via -r requirements/ci.in
coverage==7.2.0
coverage==7.2.1
# via codecov
distlib==0.3.6
# via virtualenv
Expand Down Expand Up @@ -43,5 +43,5 @@ tox-battery==0.6.1
# via -r requirements/ci.in
urllib3==1.26.14
# via requests
virtualenv==20.19.0
virtualenv==20.20.0
# via tox
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ code-annotations==1.3.0
# edx-lint
codecov==2.1.12
# via -r requirements/ci.txt
coverage[toml]==7.2.0
coverage[toml]==7.2.1
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -154,7 +154,7 @@ pbr==5.11.1
# via
# -r requirements/test.txt
# stevedore
pip-tools==6.12.2
pip-tools==6.12.3
# via -r requirements/pip-tools.txt
platformdirs==3.0.0
# via
Expand Down Expand Up @@ -222,7 +222,7 @@ pytest-cov==4.0.0
# via -r requirements/test.txt
pytest-django==4.5.2
# via -r requirements/test.txt
python-slugify==8.0.0
python-slugify==8.0.1
# via
# -r requirements/test.txt
# code-annotations
Expand Down Expand Up @@ -315,7 +315,7 @@ urllib3==1.26.14
# -r requirements/ci.txt
# -r requirements/test.txt
# requests
virtualenv==20.19.0
virtualenv==20.20.0
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand All @@ -324,7 +324,7 @@ wheel==0.38.4
# via
# -r requirements/pip-tools.txt
# pip-tools
wrapt==1.14.1
wrapt==1.15.0
# via
# -r requirements/test.txt
# astroid
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ click==8.1.3
# via pip-tools
packaging==23.0
# via build
pip-tools==6.12.2
pip-tools==6.12.3
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
# via build
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ click-log==0.4.0
# via edx-lint
code-annotations==1.3.0
# via edx-lint
coverage[toml]==7.2.0
coverage[toml]==7.2.1
# via
# -r requirements/test.in
# pytest-cov
Expand Down Expand Up @@ -145,7 +145,7 @@ pytest-cov==4.0.0
# via -r requirements/test.in
pytest-django==4.5.2
# via -r requirements/test.in
python-slugify==8.0.0
python-slugify==8.0.1
# via code-annotations
python3-openid==3.2.0
# via
Expand Down Expand Up @@ -212,7 +212,7 @@ urllib3==1.26.14
# via
# -r requirements/base.txt
# requests
virtualenv==20.19.0
virtualenv==20.20.0
# via tox
wrapt==1.14.1
wrapt==1.15.0
# via astroid

0 comments on commit 4a217ce

Please sign in to comment.