Skip to content

Commit

Permalink
Merge pull request #225 from edx/jenkins/upgrade-python-requirements-…
Browse files Browse the repository at this point in the history
…911c854

Python Requirements Update
  • Loading branch information
UsamaSadiq authored Nov 16, 2021
2 parents 911c854 + bcb0e16 commit 583e951
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 11 deletions.
6 changes: 4 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
#
# make upgrade
#
asgiref==3.4.1
# via django
certifi==2021.10.8
# via requests
cffi==1.15.0
Expand All @@ -12,7 +14,7 @@ charset-normalizer==2.0.7
# via requests
cryptography==35.0.0
# via pyjwt
django==2.2.24
django==3.2.9
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -51,7 +53,7 @@ future==0.18.2
# via pyjwkest
idna==3.3
# via requests
newrelic==7.2.3.170
newrelic==7.2.4.171
# via edx-django-utils
pbr==5.7.0
# via stevedore
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.5.3
setuptools==59.0.1
# via -r requirements/pip.in
20 changes: 12 additions & 8 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,17 @@
#
# make upgrade
#
astroid==2.8.4
asgiref==3.4.1
# via
# -r requirements/base.txt
# django
astroid==2.8.5
# via
# pylint
# pylint-celery
attrs==21.2.0
# via pytest
backports.entry-points-selectable==1.1.0
backports.entry-points-selectable==1.1.1
# via virtualenv
certifi==2021.10.8
# via
Expand All @@ -33,7 +37,7 @@ click-log==0.3.2
# via edx-lint
code-annotations==1.2.0
# via edx-lint
coverage[toml]==6.1.1
coverage[toml]==6.1.2
# via
# -r requirements/test.in
# pytest-cov
Expand Down Expand Up @@ -90,7 +94,7 @@ edx-opaque-keys==2.2.2
# edx-drf-extensions
factory-boy==3.2.1
# via -r requirements/test.in
faker==9.8.0
faker==9.8.2
# via factory-boy
filelock==3.3.2
# via
Expand All @@ -108,17 +112,17 @@ idna==3.3
# requests
iniconfig==1.1.1
# via pytest
isort==5.10.0
isort==5.10.1
# via pylint
jinja2==3.0.2
jinja2==3.0.3
# via code-annotations
lazy-object-proxy==1.6.0
# via astroid
markupsafe==2.0.1
# via jinja2
mccabe==0.6.1
# via pylint
newrelic==7.2.3.170
newrelic==7.2.4.171
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down Expand Up @@ -250,7 +254,7 @@ tomli==1.2.2
# via coverage
tox==3.24.4
# via -r requirements/test.in
typing-extensions==3.10.0.2
typing-extensions==4.0.0
# via
# astroid
# pylint
Expand Down

0 comments on commit 583e951

Please sign in to comment.