Skip to content

Commit

Permalink
chore: Updating Python Requirements (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Oct 14, 2021
1 parent 4c536b0 commit b0465c4
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 36 deletions.
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# make upgrade
#
certifi==2021.5.30
certifi==2021.10.8
# via requests
cffi==1.14.6
cffi==1.15.0
# via cryptography
charset-normalizer==2.0.6
charset-normalizer==2.0.7
# via requests
cryptography==35.0.0
# via
Expand All @@ -22,7 +22,7 @@ django==2.2.24
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
idna==3.2
idna==3.3
# via requests
oauthlib==3.1.1
# via
Expand Down
8 changes: 4 additions & 4 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@
#
backports.entry-points-selectable==1.1.0
# via virtualenv
certifi==2021.5.30
certifi==2021.10.8
# via requests
charset-normalizer==2.0.6
charset-normalizer==2.0.7
# via requests
codecov==2.1.12
# via -r requirements/ci.in
coverage==6.0.1
coverage==6.0.2
# via codecov
distlib==0.3.3
# via virtualenv
filelock==3.3.0
# via
# tox
# virtualenv
idna==3.2
idna==3.3
# via requests
packaging==21.0
# via tox
Expand Down
4 changes: 0 additions & 4 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@
# using LTS django version
Django<2.3

# latest version is causing e2e failures in edx-platform.
# See comment.
drf-jwt<1.19.1

# elasticsearch>=7.14.0 includes breaking changes in it which caused issues in discovery upgrade process.
# elastic search changelog: https://www.elastic.co/guide/en/enterprise-search/master/release-notes-7.14.0.html
elasticsearch<7.14.0
22 changes: 11 additions & 11 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ argparse==1.4.0
# via
# -r requirements/test.txt
# unittest2
astroid==2.8.0
astroid==2.8.2
# via
# -r requirements/test.txt
# pylint
Expand All @@ -22,21 +22,21 @@ backports.entry-points-selectable==1.1.0
# -r requirements/ci.txt
# -r requirements/test.txt
# virtualenv
certifi==2021.5.30
certifi==2021.10.8
# via
# -r requirements/ci.txt
# -r requirements/test.txt
# requests
cffi==1.14.6
cffi==1.15.0
# via
# -r requirements/test.txt
# cryptography
charset-normalizer==2.0.6
charset-normalizer==2.0.7
# via
# -r requirements/ci.txt
# -r requirements/test.txt
# requests
click==8.0.1
click==8.0.3
# via
# -r requirements/pip-tools.txt
# -r requirements/test.txt
Expand All @@ -54,7 +54,7 @@ code-annotations==1.2.0
# edx-lint
codecov==2.1.12
# via -r requirements/ci.txt
coverage[toml]==6.0.1
coverage[toml]==6.0.2
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -93,7 +93,7 @@ future==0.18.2
# pyjwkest
httpretty==1.1.4
# via -r requirements/test.txt
idna==3.2
idna==3.3
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -145,7 +145,7 @@ pep517==0.11.0
# via
# -r requirements/pip-tools.txt
# pip-tools
pip-tools==6.3.0
pip-tools==6.4.0
# via -r requirements/pip-tools.txt
platformdirs==2.4.0
# via
Expand All @@ -165,13 +165,13 @@ py==1.10.0
# -r requirements/test.txt
# pytest
# tox
pycodestyle==2.7.0
pycodestyle==2.8.0
# via -r requirements/test.txt
pycparser==2.20
# via
# -r requirements/test.txt
# cffi
pycryptodomex==3.10.4
pycryptodomex==3.11.0
# via
# -r requirements/test.txt
# pyjwkest
Expand Down Expand Up @@ -227,7 +227,7 @@ pytz==2021.3
# via
# -r requirements/test.txt
# django
pyyaml==5.4.1
pyyaml==6.0
# via
# -r requirements/test.txt
# code-annotations
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# make upgrade
#
click==8.0.1
click==8.0.3
# via pip-tools
pep517==0.11.0
# via pip-tools
pip-tools==6.3.0
pip-tools==6.4.0
# via -r requirements/pip-tools.in
tomli==1.2.1
# via pep517
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.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==21.2.4
pip==21.3
# via -r requirements/pip.in
setuptools==58.2.0
# via -r requirements/pip.in
20 changes: 10 additions & 10 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,27 @@
#
argparse==1.4.0
# via unittest2
astroid==2.8.0
astroid==2.8.2
# via
# pylint
# pylint-celery
attrs==21.2.0
# via pytest
backports.entry-points-selectable==1.1.0
# via virtualenv
certifi==2021.5.30
certifi==2021.10.8
# via
# -r requirements/base.txt
# requests
cffi==1.14.6
cffi==1.15.0
# via
# -r requirements/base.txt
# cryptography
charset-normalizer==2.0.6
charset-normalizer==2.0.7
# via
# -r requirements/base.txt
# requests
click==8.0.1
click==8.0.3
# via
# click-log
# code-annotations
Expand All @@ -35,7 +35,7 @@ click-log==0.3.2
# via edx-lint
code-annotations==1.2.0
# via edx-lint
coverage[toml]==6.0.1
coverage[toml]==6.0.2
# via
# -r requirements/test.in
# pytest-cov
Expand Down Expand Up @@ -64,7 +64,7 @@ future==0.18.2
# via pyjwkest
httpretty==1.1.4
# via -r requirements/test.in
idna==3.2
idna==3.3
# via
# -r requirements/base.txt
# requests
Expand Down Expand Up @@ -105,13 +105,13 @@ py==1.10.0
# via
# pytest
# tox
pycodestyle==2.7.0
pycodestyle==2.8.0
# via -r requirements/test.in
pycparser==2.20
# via
# -r requirements/base.txt
# cffi
pycryptodomex==3.10.4
pycryptodomex==3.11.0
# via pyjwkest
pyjwkest==1.4.2
# via -r requirements/test.in
Expand Down Expand Up @@ -153,7 +153,7 @@ pytz==2021.3
# via
# -r requirements/base.txt
# django
pyyaml==5.4.1
pyyaml==6.0
# via code-annotations
requests==2.26.0
# via
Expand Down

0 comments on commit b0465c4

Please sign in to comment.