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 13, 2021
1 parent 24f86b0 commit aba8b77
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ celery==4.4.7
# via
# -c requirements/constraints.txt
# -r requirements/base.in
django==3.2.9
django==3.2.10
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ codecov==2.1.12
# via -r requirements/ci.in
coverage==6.2
# via codecov
distlib==0.3.3
distlib==0.3.4
# via virtualenv
filelock==3.4.0
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ coverage[toml]==6.2
# -r requirements/test.txt
# codecov
# pytest-cov
distlib==0.3.3
distlib==0.3.4
# via
# -r requirements/ci.txt
# virtualenv
django==3.2.9
django==3.2.10
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -199,7 +199,7 @@ pytest==6.2.5
# pytest-django
pytest-cov==3.0.0
# via -r requirements/test.txt
pytest-django==4.5.1
pytest-django==4.5.2
# via -r requirements/test.txt
python-slugify==5.0.2
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ coreschema==0.0.4
# via coreapi
cryptography==36.0.0
# via secretstorage
django==3.2.9
django==3.2.10
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.txt
Expand Down Expand Up @@ -132,7 +132,7 @@ pyyaml==5.4.1
# via
# -c requirements/constraints.txt
# swagger2rst
readme-renderer==30.0
readme-renderer==31.0
# via twine
requests==2.26.0
# via
Expand Down Expand Up @@ -186,7 +186,7 @@ swagger2rst==0.0.4
# via -r requirements/doc.in
tqdm==4.62.3
# via twine
twine==3.7.0
twine==3.7.1
# via -r requirements/doc.in
uritemplate==4.1.1
# via coreapi
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.37.0
# The following packages are considered to be unsafe in a requirements file:
pip==21.3.1
# via -r requirements/pip.in
setuptools==59.5.0
setuptools==59.6.0
# via -r requirements/pip.in
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ pytest==6.2.5
# pytest-django
pytest-cov==3.0.0
# via -r requirements/test.in
pytest-django==4.5.1
pytest-django==4.5.2
# via -r requirements/test.in
pytz==2021.3
# via
Expand Down

0 comments on commit aba8b77

Please sign in to comment.