Skip to content

Commit

Permalink
Merge pull request #118 from openedx/jenkins/cleanup-python-code-681d75b
Browse files Browse the repository at this point in the history
chore: update pip and pip-tools versions to fix incompatibility
  • Loading branch information
mraarif authored Feb 10, 2022
2 parents 681d75b + 11846af commit 936c077
Show file tree
Hide file tree
Showing 8 changed files with 44 additions and 49 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ pytz==2021.3
# djangorestframework
requests==2.27.1
# via coreapi
ruamel.yaml==0.17.20
ruamel-yaml==0.17.20
# via drf-yasg
ruamel.yaml.clib==0.2.6
# via ruamel.yaml
ruamel-yaml-clib==0.2.6
# via ruamel-yaml
sqlparse==0.4.2
# via django
uritemplate==4.1.1
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ idna==3.3
# via requests
packaging==21.3
# via tox
platformdirs==2.4.1
platformdirs==2.5.0
# via virtualenv
pluggy==1.0.0
# via tox
Expand All @@ -42,5 +42,5 @@ tox==3.24.5
# via -r requirements/ci.in
urllib3==1.26.8
# via requests
virtualenv==20.13.0
virtualenv==20.13.1
# via tox
22 changes: 11 additions & 11 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ click-log==0.3.2
# via
# -r requirements/quality.txt
# edx-lint
code-annotations==1.2.0
code-annotations==1.3.0
# via
# -r requirements/quality.txt
# edx-lint
Expand Down Expand Up @@ -173,21 +173,21 @@ packaging==21.3
# tox
path==16.3.0
# via edx-i18n-tools
pbr==5.8.0
pbr==5.8.1
# via
# -r requirements/quality.txt
# stevedore
pep517==0.12.0
# via
# -r requirements/pip-tools.txt
# pip-tools
pip-tools==6.4.0
pip-tools==6.5.1
# via -r requirements/pip-tools.txt
pkginfo==1.8.2
# via
# -r requirements/quality.txt
# twine
platformdirs==2.4.1
platformdirs==2.5.0
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -246,7 +246,7 @@ pyparsing==3.0.7
# -r requirements/ci.txt
# -r requirements/quality.txt
# packaging
pytest==6.2.5
pytest==7.0.0
# via
# -r requirements/quality.txt
# pytest-cov
Expand Down Expand Up @@ -289,14 +289,14 @@ rfc3986==2.0.0
# via
# -r requirements/quality.txt
# twine
ruamel.yaml==0.17.20
ruamel-yaml==0.17.20
# via
# -r requirements/quality.txt
# drf-yasg
ruamel.yaml.clib==0.2.6
ruamel-yaml-clib==0.2.6
# via
# -r requirements/quality.txt
# ruamel.yaml
# ruamel-yaml
secretstorage==3.3.1
# via
# -r requirements/quality.txt
Expand Down Expand Up @@ -330,14 +330,14 @@ toml==0.10.2
# -r requirements/ci.txt
# -r requirements/quality.txt
# pylint
# pytest
# tox
tomli==2.0.0
tomli==2.0.1
# via
# -r requirements/pip-tools.txt
# -r requirements/quality.txt
# coverage
# pep517
# pytest
tox==3.24.5
# via
# -r requirements/ci.txt
Expand Down Expand Up @@ -366,7 +366,7 @@ urllib3==1.26.8
# -r requirements/quality.txt
# requests
# twine
virtualenv==20.13.0
virtualenv==20.13.1
# via
# -r requirements/ci.txt
# tox
Expand Down
17 changes: 7 additions & 10 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ packaging==21.3
# drf-yasg
# pytest
# sphinx
pbr==5.8.0
pbr==5.8.1
# via stevedore
pkginfo==1.8.2
# via twine
Expand All @@ -135,7 +135,7 @@ pyparsing==3.0.7
# via
# -r requirements/test.txt
# packaging
pytest==6.2.5
pytest==7.0.0
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -167,14 +167,14 @@ restructuredtext-lint==1.3.2
# via doc8
rfc3986==2.0.0
# via twine
ruamel.yaml==0.17.20
ruamel-yaml==0.17.20
# via
# -r requirements/test.txt
# drf-yasg
ruamel.yaml.clib==0.2.6
ruamel-yaml-clib==0.2.6
# via
# -r requirements/test.txt
# ruamel.yaml
# ruamel-yaml
secretstorage==3.3.1
# via keyring
six==1.16.0
Expand Down Expand Up @@ -205,14 +205,11 @@ sqlparse==0.4.2
# django
stevedore==3.5.0
# via doc8
toml==0.10.2
# via
# -r requirements/test.txt
# pytest
tomli==2.0.0
tomli==2.0.1
# via
# -r requirements/test.txt
# coverage
# pytest
tqdm==4.62.3
# via twine
twine==3.8.0
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ click==8.0.3
# via pip-tools
pep517==0.12.0
# via pip-tools
pip-tools==6.4.0
pip-tools==6.5.1
# via -r requirements/pip-tools.in
tomli==2.0.0
tomli==2.0.1
# via pep517
wheel==0.37.1
# 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 @@ -8,7 +8,7 @@ wheel==0.37.1
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==22.0.2
pip==22.0.3
# via -r requirements/pip.in
setuptools==59.8.0
# via
Expand Down
22 changes: 10 additions & 12 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ click==8.0.3
# edx-lint
click-log==0.3.2
# via edx-lint
code-annotations==1.2.0
code-annotations==1.3.0
# via edx-lint
colorama==0.4.4
# via twine
Expand Down Expand Up @@ -119,11 +119,11 @@ packaging==21.3
# bleach
# drf-yasg
# pytest
pbr==5.8.0
pbr==5.8.1
# via stevedore
pkginfo==1.8.2
# via twine
platformdirs==2.4.1
platformdirs==2.5.0
# via pylint
pluggy==1.0.0
# via
Expand Down Expand Up @@ -159,7 +159,7 @@ pyparsing==3.0.7
# via
# -r requirements/test.txt
# packaging
pytest==6.2.5
pytest==7.0.0
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -189,14 +189,14 @@ requests-toolbelt==0.9.1
# via twine
rfc3986==2.0.0
# via twine
ruamel.yaml==0.17.20
ruamel-yaml==0.17.20
# via
# -r requirements/test.txt
# drf-yasg
ruamel.yaml.clib==0.2.6
ruamel-yaml-clib==0.2.6
# via
# -r requirements/test.txt
# ruamel.yaml
# ruamel-yaml
secretstorage==3.3.1
# via keyring
six==1.16.0
Expand All @@ -214,14 +214,12 @@ stevedore==3.5.0
text-unidecode==1.3
# via python-slugify
toml==0.10.2
# via
# -r requirements/test.txt
# pylint
# pytest
tomli==2.0.0
# via pylint
tomli==2.0.1
# via
# -r requirements/test.txt
# coverage
# pytest
tqdm==4.62.3
# via twine
twine==3.8.0
Expand Down
16 changes: 8 additions & 8 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ pyparsing==3.0.7
# via
# -r requirements/base.txt
# packaging
pytest==6.2.5
pytest==7.0.0
# via
# pytest-cov
# pytest-django
Expand All @@ -91,22 +91,22 @@ requests==2.27.1
# via
# -r requirements/base.txt
# coreapi
ruamel.yaml==0.17.20
ruamel-yaml==0.17.20
# via
# -r requirements/base.txt
# drf-yasg
ruamel.yaml.clib==0.2.6
ruamel-yaml-clib==0.2.6
# via
# -r requirements/base.txt
# ruamel.yaml
# ruamel-yaml
sqlparse==0.4.2
# via
# -r requirements/base.txt
# django
toml==0.10.2
# via pytest
tomli==2.0.0
# via coverage
tomli==2.0.1
# via
# coverage
# pytest
uritemplate==4.1.1
# via
# -r requirements/base.txt
Expand Down

0 comments on commit 936c077

Please sign in to comment.