Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Python Requirements Update #94

Merged
merged 1 commit into from
Nov 2, 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
6 changes: 3 additions & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@ backports.entry-points-selectable==1.1.0
# via virtualenv
distlib==0.3.3
# via virtualenv
filelock==3.3.1
filelock==3.3.2
# via
# tox
# virtualenv
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.1
pyparsing==2.4.7
# via packaging
six==1.16.0
# via
Expand Down
12 changes: 6 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ code-annotations==1.2.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==6.0.2
coverage[toml]==6.1.1
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -45,9 +45,9 @@ django==2.2.24
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
edx-lint==5.2.0
edx-lint==5.2.1
# via -r requirements/test.txt
filelock==3.3.1
filelock==3.3.2
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -76,7 +76,7 @@ mccabe==0.6.1
# via
# -r requirements/test.txt
# pylint
packaging==21.0
packaging==21.2
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -134,7 +134,7 @@ pylint-plugin-utils==0.6
# -r requirements/test.txt
# pylint-celery
# pylint-django
pyparsing==3.0.1
pyparsing==2.4.7
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -211,7 +211,7 @@ wheel==0.37.0
# via
# -r requirements/pip-tools.txt
# pip-tools
wrapt==1.13.2
wrapt==1.13.3
# via
# -r requirements/test.txt
# astroid
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.2.4
# via -r requirements/pip.in
setuptools==58.3.0
setuptools==58.4.0
# via -r requirements/pip.in
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ click-log==0.3.2
# via edx-lint
code-annotations==1.2.0
# via edx-lint
coverage[toml]==6.0.2
coverage[toml]==6.1.1
# via
# -r requirements/test.in
# pytest-cov
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.txt
edx-lint==5.2.0
edx-lint==5.2.1
# via -r requirements/test.in
iniconfig==1.1.1
# via pytest
Expand All @@ -40,7 +40,7 @@ markupsafe==2.0.1
# via jinja2
mccabe==0.6.1
# via pylint
packaging==21.0
packaging==21.2
# via pytest
pbr==5.6.0
# via stevedore
Expand Down Expand Up @@ -68,7 +68,7 @@ pylint-plugin-utils==0.6
# via
# pylint-celery
# pylint-django
pyparsing==3.0.1
pyparsing==2.4.7
# via packaging
pytest==6.2.5
# via
Expand Down Expand Up @@ -106,7 +106,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