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 #189

Merged
merged 2 commits into from
Dec 28, 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
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ django-crum==0.7.9
# via edx-django-utils
django-waffle==2.2.1
# via edx-django-utils
edx-django-utils==4.4.0
edx-django-utils==4.4.1
# via -r requirements/base.in
idna==3.3
# via requests
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ coverage==6.2
# via codecov
distlib==0.3.4
# via virtualenv
filelock==3.4.0
filelock==3.4.2
# via
# tox
# virtualenv
idna==3.3
# via requests
packaging==21.3
# via tox
platformdirs==2.4.0
platformdirs==2.4.1
# via virtualenv
pluggy==1.0.0
# via tox
Expand Down
35 changes: 7 additions & 28 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ astroid==2.9.0
# -r requirements/test.txt
# pylint
# pylint-celery
attrs==21.2.0
attrs==21.3.0
# via
# -r requirements/test.txt
# pytest
Expand All @@ -30,10 +30,6 @@ certifi==2021.10.8
# -r requirements/ci.txt
# -r requirements/test.txt
# requests
cffi==1.15.0
# via
# -r requirements/test.txt
# cryptography
charset-normalizer==2.0.9
# via
# -r requirements/ci.txt
Expand Down Expand Up @@ -67,10 +63,6 @@ coverage[toml]==6.2
# -r requirements/test.txt
# codecov
# pytest-cov
cryptography==36.0.0
# via
# -r requirements/test.txt
# secretstorage
ddt==1.4.4
# via -r requirements/test.txt
distlib==0.3.4
Expand All @@ -95,11 +87,11 @@ docutils==0.18.1
# via
# -r requirements/test.txt
# readme-renderer
edx-django-utils==4.4.0
edx-django-utils==4.4.1
# via -r requirements/test.txt
edx-lint==5.2.1
# via -r requirements/test.txt
filelock==3.4.0
filelock==3.4.2
# via
# -r requirements/ci.txt
# tox
Expand All @@ -111,7 +103,7 @@ idna==3.3
# -r requirements/ci.txt
# -r requirements/test.txt
# requests
importlib-metadata==4.8.2
importlib-metadata==4.10.0
# via
# -r requirements/test.txt
# keyring
Expand All @@ -124,11 +116,6 @@ isort==5.10.1
# via
# -r requirements/test.txt
# pylint
jeepney==0.7.1
# via
# -r requirements/test.txt
# keyring
# secretstorage
jinja2==3.0.3
# via
# -r requirements/test.txt
Expand All @@ -137,7 +124,7 @@ keyring==23.4.0
# via
# -r requirements/test.txt
# twine
lazy-object-proxy==1.6.0
lazy-object-proxy==1.7.1
# via
# -r requirements/test.txt
# astroid
Expand Down Expand Up @@ -174,7 +161,7 @@ pkginfo==1.8.2
# via
# -r requirements/test.txt
# twine
platformdirs==2.4.0
platformdirs==2.4.1
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand All @@ -198,10 +185,6 @@ py==1.11.0
# tox
pycodestyle==2.8.0
# via -r requirements/test.txt
pycparser==2.21
# via
# -r requirements/test.txt
# cffi
pygments==2.10.0
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -281,10 +264,6 @@ rfc3986==1.5.0
# via
# -r requirements/test.txt
# twine
secretstorage==3.3.1
# via
# -r requirements/test.txt
# keyring
six==1.16.0
# via
# -r requirements/ci.txt
Expand Down Expand Up @@ -354,7 +333,7 @@ webencodings==0.5.1
# via
# -r requirements/test.txt
# bleach
wheel==0.37.0
wheel==0.37.1
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pip-tools==6.4.0
# via -r requirements/pip-tools.in
tomli==2.0.0
# via pep517
wheel==0.37.0
wheel==0.37.1
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
1 change: 1 addition & 0 deletions requirements/pip.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Core dependencies for installing other packages
-c constraints.txt

pip
setuptools
Expand Down
8 changes: 5 additions & 3 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@
#
# make upgrade
#
wheel==0.37.0
wheel==0.37.1
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==21.3.1
# via -r requirements/pip.in
setuptools==59.6.0
# via -r requirements/pip.in
setuptools==59.8.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/pip.in
22 changes: 5 additions & 17 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,14 @@ astroid==2.9.0
# via
# pylint
# pylint-celery
attrs==21.2.0
attrs==21.3.0
# via pytest
bleach==4.1.0
# via readme-renderer
certifi==2021.10.8
# via
# -r requirements/base.txt
# requests
cffi==1.15.0
# via cryptography
charset-normalizer==2.0.9
# via
# -r requirements/base.txt
Expand All @@ -39,8 +37,6 @@ colorama==0.4.4
# via twine
coverage[toml]==6.2
# via pytest-cov
cryptography==36.0.0
# via secretstorage
ddt==1.4.4
# via -r requirements/test.in
# via
Expand All @@ -58,7 +54,7 @@ django-waffle==2.2.1
# edx-django-utils
docutils==0.18.1
# via readme-renderer
edx-django-utils==4.4.0
edx-django-utils==4.4.1
# via -r requirements/base.txt
edx-lint==5.2.1
# via -r requirements/test.in
Expand All @@ -68,23 +64,19 @@ idna==3.3
# via
# -r requirements/base.txt
# requests
importlib-metadata==4.8.2
importlib-metadata==4.10.0
# via
# keyring
# twine
iniconfig==1.1.1
# via pytest
isort==5.10.1
# via pylint
jeepney==0.7.1
# via
# keyring
# secretstorage
jinja2==3.0.3
# via code-annotations
keyring==23.4.0
# via twine
lazy-object-proxy==1.6.0
lazy-object-proxy==1.7.1
# via astroid
markupsafe==2.0.1
# via jinja2
Expand All @@ -104,7 +96,7 @@ pbr==5.8.0
# stevedore
pkginfo==1.8.2
# via twine
platformdirs==2.4.0
platformdirs==2.4.1
# via pylint
pluggy==1.0.0
# via pytest
Expand All @@ -116,8 +108,6 @@ py==1.11.0
# via pytest
pycodestyle==2.8.0
# via -r requirements/test.in
pycparser==2.21
# via cffi
pygments==2.10.0
# via readme-renderer
pyjwt==2.3.0
Expand Down Expand Up @@ -171,8 +161,6 @@ responses==0.16.0
# via -r requirements/test.in
rfc3986==1.5.0
# via twine
secretstorage==3.3.1
# via keyring
six==1.16.0
# via
# bleach
Expand Down