Skip to content

Commit

Permalink
Merge pull request #243 from edx/jenkins/upgrade-python-requirements-…
Browse files Browse the repository at this point in the history
…84ada36

Python Requirements Update
  • Loading branch information
ilee2u authored Jul 21, 2023
2 parents 84ada36 + d716a10 commit 379f4be
Show file tree
Hide file tree
Showing 8 changed files with 70 additions and 65 deletions.
14 changes: 7 additions & 7 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ asgiref==3.7.2
# via django
beautifulsoup4==4.9.3
# via wagtail
boto3==1.28.2
boto3==1.28.4
# via -r requirements/base.in
botocore==1.31.2
botocore==1.31.4
# via
# boto3
# s3transfer
Expand All @@ -26,7 +26,7 @@ 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.2
# via
Expand Down Expand Up @@ -152,9 +152,9 @@ psutil==5.9.5
# via edx-django-utils
pycparser==2.21
# via cffi
pydantic==2.0.2
pydantic==2.0.3
# via inflect
pydantic-core==2.1.2
pydantic-core==2.3.0
# via pydantic
pyjwt[crypto]==2.7.0
# via
Expand Down Expand Up @@ -182,7 +182,7 @@ pytz==2023.3
# djangorestframework
# drf-yasg
# l18n
pyyaml==6.0
pyyaml==6.0.1
# via
# drf-yasg
# edx-django-release-util
Expand Down Expand Up @@ -258,5 +258,5 @@ xlsxwriter==3.1.2
# via wagtail
xlwt==1.3.0
# via tablib
zipp==3.16.0
zipp==3.16.2
# via -r requirements/base.in
27 changes: 14 additions & 13 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ beautifulsoup4==4.9.3
# via
# -r requirements/quality.txt
# wagtail
boto3==1.28.2
boto3==1.28.4
# via -r requirements/quality.txt
botocore==1.31.2
botocore==1.31.4
# via
# -r requirements/quality.txt
# boto3
Expand All @@ -51,7 +51,7 @@ charset-normalizer==3.2.0
# via
# -r requirements/quality.txt
# requests
click==8.1.4
click==8.1.5
# via
# -r requirements/pip-tools.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -82,13 +82,13 @@ defusedxml==0.7.1
# -r requirements/quality.txt
# python3-openid
# social-auth-core
diff-cover==7.6.0
diff-cover==7.7.0
# via -r requirements/dev.in
dill==0.3.6
# via
# -r requirements/quality.txt
# pylint
distlib==0.3.6
distlib==0.3.7
# via
# -r requirements/quality.txt
# virtualenv
Expand Down Expand Up @@ -206,7 +206,7 @@ exceptiongroup==1.1.2
# pytest
factory-boy==3.2.1
# via -r requirements/quality.txt
faker==18.13.0
faker==19.1.0
# via
# -r requirements/quality.txt
# factory-boy
Expand Down Expand Up @@ -298,9 +298,9 @@ pillow==9.5.0
# via
# -r requirements/quality.txt
# wagtail
pip-tools==6.14.0
pip-tools==7.0.0
# via -r requirements/pip-tools.txt
platformdirs==3.8.1
platformdirs==3.9.1
# via
# -r requirements/quality.txt
# pylint
Expand All @@ -327,11 +327,11 @@ pycparser==2.21
# via
# -r requirements/quality.txt
# cffi
pydantic==2.0.2
pydantic==2.0.3
# via
# -r requirements/quality.txt
# inflect
pydantic-core==2.1.2
pydantic-core==2.3.0
# via
# -r requirements/quality.txt
# pydantic
Expand Down Expand Up @@ -410,7 +410,7 @@ pytz==2023.3
# djangorestframework
# drf-yasg
# l18n
pyyaml==6.0
pyyaml==6.0.1
# via
# -r requirements/quality.txt
# code-annotations
Expand Down Expand Up @@ -519,6 +519,7 @@ typing-extensions==4.7.1
# annotated-types
# asgiref
# astroid
# faker
# inflect
# pydantic
# pydantic-core
Expand All @@ -532,7 +533,7 @@ urllib3==1.26.16
# -r requirements/quality.txt
# botocore
# requests
virtualenv==20.23.1
virtualenv==20.24.0
# via
# -r requirements/quality.txt
# tox
Expand Down Expand Up @@ -568,7 +569,7 @@ xlwt==1.3.0
# via
# -r requirements/quality.txt
# tablib
zipp==3.16.0
zipp==3.16.2
# via -r requirements/quality.txt

# The following packages are considered to be unsafe in a requirements file:
Expand Down
23 changes: 12 additions & 11 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ beautifulsoup4==4.9.3
# wagtail
bleach==6.0.0
# via readme-renderer
boto3==1.28.2
boto3==1.28.4
# via -r requirements/test.txt
botocore==1.31.2
botocore==1.31.4
# via
# -r requirements/test.txt
# boto3
Expand All @@ -51,7 +51,7 @@ charset-normalizer==3.2.0
# via
# -r requirements/test.txt
# requests
click==8.1.4
click==8.1.5
# via
# -r requirements/test.txt
# click-log
Expand Down Expand Up @@ -84,7 +84,7 @@ dill==0.3.6
# via
# -r requirements/test.txt
# pylint
distlib==0.3.6
distlib==0.3.7
# via
# -r requirements/test.txt
# virtualenv
Expand Down Expand Up @@ -202,7 +202,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 @@ -295,7 +295,7 @@ pillow==9.5.0
# via
# -r requirements/test.txt
# wagtail
platformdirs==3.8.1
platformdirs==3.9.1
# via
# -r requirements/test.txt
# pylint
Expand All @@ -317,11 +317,11 @@ pycparser==2.21
# via
# -r requirements/test.txt
# cffi
pydantic==2.0.2
pydantic==2.0.3
# via
# -r requirements/test.txt
# inflect
pydantic-core==2.1.2
pydantic-core==2.3.0
# via
# -r requirements/test.txt
# pydantic
Expand Down Expand Up @@ -398,7 +398,7 @@ pytz==2023.3
# djangorestframework
# drf-yasg
# l18n
pyyaml==6.0
pyyaml==6.0.1
# via
# -r requirements/test.txt
# code-annotations
Expand Down Expand Up @@ -522,6 +522,7 @@ typing-extensions==4.7.1
# annotated-types
# asgiref
# astroid
# faker
# inflect
# pydantic
# pydantic-core
Expand All @@ -535,7 +536,7 @@ urllib3==1.26.16
# -r requirements/test.txt
# botocore
# requests
virtualenv==20.23.1
virtualenv==20.24.0
# via
# -r requirements/test.txt
# tox
Expand Down Expand Up @@ -566,7 +567,7 @@ xlwt==1.3.0
# via
# -r requirements/test.txt
# tablib
zipp==3.16.0
zipp==3.16.2
# via
# -r requirements/test.txt
# importlib-metadata
4 changes: 2 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
#
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
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
19 changes: 10 additions & 9 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ beautifulsoup4==4.9.3
# via
# -r requirements/base.txt
# wagtail
boto3==1.28.2
boto3==1.28.4
# via
# -r requirements/base.txt
# -r requirements/production.in
botocore==1.31.2
botocore==1.31.4
# via
# -r requirements/base.txt
# boto3
Expand All @@ -42,7 +42,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
# edx-django-utils
Expand Down Expand Up @@ -150,11 +150,11 @@ et-xmlfile==1.1.0
# via
# -r requirements/base.txt
# openpyxl
gevent==22.10.2
gevent==23.7.0
# via -r requirements/production.in
greenlet==2.0.2
# via gevent
gunicorn==20.1.0
gunicorn==21.1.0
# via -r requirements/production.in
html5lib==1.1
# via
Expand Down Expand Up @@ -200,6 +200,7 @@ packaging==23.1
# via
# -r requirements/base.txt
# drf-yasg
# gunicorn
pbr==5.11.1
# via
# -r requirements/base.txt
Expand All @@ -216,11 +217,11 @@ pycparser==2.21
# via
# -r requirements/base.txt
# cffi
pydantic==2.0.2
pydantic==2.0.3
# via
# -r requirements/base.txt
# inflect
pydantic-core==2.1.2
pydantic-core==2.3.0
# via
# -r requirements/base.txt
# pydantic
Expand Down Expand Up @@ -259,7 +260,7 @@ pytz==2023.3
# djangorestframework
# drf-yasg
# l18n
pyyaml==6.0
pyyaml==6.0.1
# via
# -r requirements/base.txt
# -r requirements/production.in
Expand Down Expand Up @@ -369,7 +370,7 @@ xlwt==1.3.0
# via
# -r requirements/base.txt
# tablib
zipp==3.16.0
zipp==3.16.2
# via -r requirements/base.txt
zope-event==5.0
# via gevent
Expand Down
Loading

0 comments on commit 379f4be

Please sign in to comment.