Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python Requirements Update #140

Merged
merged 1 commit into from
Dec 14, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 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 All @@ -34,7 +34,7 @@ pbr==5.8.0
# via stevedore
psutil==5.8.0
# via edx-django-utils
pymongo==3.12.2
pymongo==3.12.3
# via -r requirements/base.in
pytz==2021.3
# via
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
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@ coverage[toml]==6.2
# pytest-cov
ddt==1.4.4
# via -r requirements/test.txt
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 @@ -212,7 +212,7 @@ pylint-plugin-utils==0.6
# -r requirements/test.txt
# pylint-celery
# pylint-django
pymongo==3.12.2
pymongo==3.12.3
# via -r requirements/test.txt
pyparsing==3.0.6
# via
Expand Down Expand Up @@ -288,7 +288,7 @@ toml==0.10.2
# pylint
# pytest
# tox
tomli==1.2.2
tomli==2.0.0
# via
# -r requirements/pip-tools.txt
# -r requirements/test.txt
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 @@ pep517==0.12.0
# via pip-tools
pip-tools==6.4.0
# via -r requirements/pip-tools.in
tomli==1.2.2
tomli==2.0.0
# via pep517
wheel==0.37.0
# via pip-tools
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
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ pylint-plugin-utils==0.6
# via
# pylint-celery
# pylint-django
pymongo==3.12.2
pymongo==3.12.3
# via -r requirements/base.txt
pyparsing==3.0.6
# via packaging
Expand Down Expand Up @@ -144,7 +144,7 @@ toml==0.10.2
# via
# pylint
# pytest
tomli==1.2.2
tomli==2.0.0
# via coverage
typing-extensions==4.0.1
# via
Expand Down