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

Merged
merged 1 commit into from
Nov 4, 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.
Jump to
Jump to file
Failed to load files.
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 @@ -37,7 +37,7 @@ future==0.18.2
# via -r requirements/base.in
jsonfield==3.1.0
# via -r requirements/base.in
kombu==5.1.0
kombu==5.2.0
# via celery
prompt-toolkit==3.0.21
# via click-repl
Expand Down
2 changes: 1 addition & 1 deletion requirements/celery50.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ celery==5.0.4
click==7.1.2
click-didyoumean==0.3.0
click-repl==0.2.0
kombu==5.1.0
kombu==5.2.0
prompt-toolkit==3.0.21
vine==5.0.0
10 changes: 5 additions & 5 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,25 +12,25 @@ charset-normalizer==2.0.7
# via requests
codecov==2.1.12
# via -r requirements/ci.in
coverage==6.0.2
coverage==6.1.1
# via codecov
distlib==0.3.3
# via virtualenv
filelock==3.3.1
filelock==3.3.2
# via
# tox
# virtualenv
idna==3.3
# via requests
packaging==21.0
packaging==21.2
# via tox
platformdirs==2.4.0
# via virtualenv
pluggy==1.0.0
# via tox
py==1.10.0
# via tox
pyparsing==3.0.3
pyparsing==2.4.7
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

packaging==21.2 requires pyparsing<3 (see change pypa/packaging#471). This constraint required will be fixed in the next version.

# via packaging
requests==2.26.0
# via codecov
Expand All @@ -48,5 +48,5 @@ tox-battery==0.6.1
# via -r requirements/ci.in
urllib3==1.26.7
# via requests
virtualenv==20.9.0
virtualenv==20.10.0
# via tox
14 changes: 7 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ edx-lint==5.2.1
# via
# -r requirements/dev.in
# -r requirements/quality.in
filelock==3.3.1
filelock==3.3.2
# via
# tox
# virtualenv
Expand All @@ -63,7 +63,7 @@ importlib-metadata==4.8.1
# twine
inflect==5.3.0
# via jinja2-pluralize
isort==5.9.3
isort==5.10.0
# via
# -r requirements/quality.in
# pylint
Expand All @@ -86,7 +86,7 @@ markupsafe==2.0.1
# via jinja2
mccabe==0.6.1
# via pylint
packaging==21.0
packaging==21.2
# via
# bleach
# tox
Expand Down Expand Up @@ -136,7 +136,7 @@ pylint-plugin-utils==0.6
# via
# pylint-celery
# pylint-django
pyparsing==3.0.3
pyparsing==2.4.7
# via packaging
python-slugify==5.0.2
# via code-annotations
Expand Down Expand Up @@ -187,23 +187,23 @@ tox-battery==0.6.1
# via -r requirements/dev.in
tqdm==4.62.3
# via twine
twine==3.4.2
twine==3.5.0
# via -r requirements/dev.in
typing-extensions==3.10.0.2
# via
# astroid
# pylint
urllib3==1.26.7
# via requests
virtualenv==20.9.0
virtualenv==20.10.0
# via tox
webencodings==0.5.1
# via bleach
wheel==0.37.0
# via
# -r requirements/dev.in
# pip-tools
wrapt==1.13.2
wrapt==1.13.3
# via astroid
zipp==3.6.0
# via importlib-metadata
Expand Down
6 changes: 3 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ jinja2==3.0.2
# via sphinx
jsonfield==3.1.0
# via -r requirements/base.in
kombu==5.1.0
kombu==5.2.0
# via celery
markupsafe==2.0.1
# via jinja2
packaging==21.0
packaging==21.2
# via
# bleach
# sphinx
Expand All @@ -82,7 +82,7 @@ pygments==2.10.0
# doc8
# readme-renderer
# sphinx
pyparsing==3.0.3
pyparsing==2.4.7
# via packaging
pytz==2021.3
# via
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==58.3.0
setuptools==58.5.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 @@ -20,7 +20,7 @@ code-annotations==1.2.0
# via edx-lint
edx-lint==5.2.1
# via -r requirements/quality.in
isort==5.9.3
isort==5.10.0
# via
# -r requirements/quality.in
# pylint
Expand Down Expand Up @@ -74,7 +74,7 @@ typing-extensions==3.10.0.2
# via
# astroid
# pylint
wrapt==1.13.2
wrapt==1.13.3
# via astroid

# The following packages are considered to be unsafe in a requirements file:
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ click-plugins==1.1.1
# via celery
click-repl==0.2.0
# via celery
coverage[toml]==6.0.2
coverage[toml]==6.1.1
# via pytest-cov
ddt==1.4.4
# via -r requirements/test.in
Expand All @@ -46,15 +46,15 @@ jsonfield==3.1.0
# via celery
mock==4.0.3
# via -r requirements/test.in
packaging==21.0
packaging==21.2
# via pytest
pluggy==1.0.0
# via pytest
prompt-toolkit==3.0.21
# via click-repl
py==1.10.0
# via pytest
pyparsing==3.0.3
pyparsing==2.4.7
# via packaging
pytest==6.2.5
# via
Expand Down