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

Commit

Permalink
Merge pull request #272 from openedx/jenkins/upgrade-python-requireme…
Browse files Browse the repository at this point in the history
…nts-552a198

Python Requirements Update
  • Loading branch information
Agrendalath authored Jul 17, 2023
2 parents 552a198 + dd44791 commit 0f3eb9c
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 22 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ cffi==1.15.1
# pynacl
charset-normalizer==3.2.0
# via requests
click==8.1.4
click==8.1.5
# via edx-django-utils
cryptography==41.0.1
cryptography==41.0.2
# via
# pyjwt
# social-auth-core
Expand Down
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,5 @@ urllib3==1.26.16
# via
# -c requirements/constraints.txt
# requests
zipp==3.16.0
zipp==3.16.2
# via importlib-metadata
13 changes: 7 additions & 6 deletions requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ charset-normalizer==3.2.0
# -r requirements/docs.txt
# -r requirements/test.txt
# requests
click==8.1.4
click==8.1.5
# via
# -r requirements/test.txt
# click-log
Expand All @@ -70,7 +70,7 @@ coverage[toml]==7.2.7
# via
# -r requirements/test.txt
# pytest-cov
cryptography==41.0.1
cryptography==41.0.2
# via
# -r requirements/test.txt
# pyjwt
Expand All @@ -82,7 +82,7 @@ defusedxml==0.7.1
# -r requirements/test.txt
# python3-openid
# social-auth-core
diff-cover==7.6.0
diff-cover==7.7.0
# via -r requirements/test.txt
dill==0.3.6
# via
Expand Down Expand Up @@ -153,7 +153,7 @@ exceptiongroup==1.1.2
# pytest
factory-boy==3.2.1
# via -r requirements/test.txt
faker==18.13.0
faker==19.1.0
# via
# -r requirements/test.txt
# factory-boy
Expand Down Expand Up @@ -231,7 +231,7 @@ pbr==5.11.1
# via
# -r requirements/test.txt
# stevedore
platformdirs==3.8.1
platformdirs==3.9.1
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -424,6 +424,7 @@ typing-extensions==4.7.1
# -r requirements/test.txt
# asgiref
# astroid
# faker
# mypy
# pydata-sphinx-theme
# pylint
Expand All @@ -441,7 +442,7 @@ wrapt==1.15.0
# via
# -r requirements/test.txt
# astroid
zipp==3.16.0
zipp==3.16.2
# via
# -r requirements/docs.txt
# importlib-metadata
5 changes: 3 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,19 @@
#
build==0.10.0
# via pip-tools
click==8.1.4
click==8.1.5
# via pip-tools
packaging==23.1
# via build
pip-tools==6.14.0
pip-tools==7.0.0
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
# via build
tomli==2.0.1
# via
# build
# pip-tools
# pyproject-hooks
wheel==0.40.0
# 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.40.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.1.2
pip==23.2
# via -r requirements/pip.in
setuptools==68.0.0
# via -r requirements/pip.in
10 changes: 5 additions & 5 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ asgiref==3.7.2
# django
attrs==23.1.0
# via -r requirements/base.txt
boto3==1.28.1
boto3==1.28.3
# via
# -c requirements/constraints.txt
# -r requirements/production.in
botocore==1.31.1
botocore==1.31.3
# via
# boto3
# s3transfer
Expand All @@ -31,11 +31,11 @@ charset-normalizer==3.2.0
# via
# -r requirements/base.txt
# requests
click==8.1.4
click==8.1.5
# via
# -r requirements/base.txt
# edx-django-utils
cryptography==41.0.1
cryptography==41.0.2
# via
# -r requirements/base.txt
# pyjwt
Expand Down Expand Up @@ -95,7 +95,7 @@ edx-django-release-util==1.2.0
# via -r requirements/base.txt
edx-django-utils==5.5.0
# via -r requirements/base.txt
gevent==22.10.2
gevent==23.7.0
# via -r requirements/production.in
greenlet==2.0.2
# via gevent
Expand Down
11 changes: 6 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ charset-normalizer==3.2.0
# via
# -r requirements/base.txt
# requests
click==8.1.4
click==8.1.5
# via
# -r requirements/base.txt
# click-log
Expand All @@ -45,7 +45,7 @@ coverage[toml]==7.2.7
# via
# -r requirements/test.in
# pytest-cov
cryptography==41.0.1
cryptography==41.0.2
# via
# -r requirements/base.txt
# pyjwt
Expand All @@ -57,7 +57,7 @@ defusedxml==0.7.1
# -r requirements/base.txt
# python3-openid
# social-auth-core
diff-cover==7.6.0
diff-cover==7.7.0
# via -r requirements/test.in
dill==0.3.6
# via pylint
Expand Down Expand Up @@ -116,7 +116,7 @@ exceptiongroup==1.1.2
# via pytest
factory-boy==3.2.1
# via -r requirements/test.in
faker==18.13.0
faker==19.1.0
# via factory-boy
idna==3.4
# via
Expand Down Expand Up @@ -164,7 +164,7 @@ pbr==5.11.1
# via
# -r requirements/base.txt
# stevedore
platformdirs==3.8.1
platformdirs==3.9.1
# via pylint
pluggy==1.2.0
# via
Expand Down Expand Up @@ -284,6 +284,7 @@ typing-extensions==4.7.1
# -r requirements/base.txt
# asgiref
# astroid
# faker
# mypy
# pylint
uritemplate==4.1.1
Expand Down

0 comments on commit 0f3eb9c

Please sign in to comment.