Skip to content
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.

Commit

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

Python Requirements Update
  • Loading branch information
Feanil Patel authored Aug 7, 2023
2 parents 7e80033 + fd95a30 commit a0fc962
Show file tree
Hide file tree
Showing 8 changed files with 112 additions and 34 deletions.
2 changes: 1 addition & 1 deletion requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
mako # Used by xblockutils.resources
simplejson
web-fragments
Xblock
Xblock[django]
46 changes: 42 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,30 @@
#
appdirs==1.4.4
# via fs
asgiref==3.7.2
# via django
boto3==1.28.20
# via fs-s3fs
botocore==1.31.20
# via
# boto3
# s3transfer
django==3.2.20
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# openedx-django-pyfs
fs==2.4.16
# via
# fs-s3fs
# openedx-django-pyfs
# xblock
fs-s3fs==1.1.1
# via openedx-django-pyfs
jmespath==1.0.1
# via
# boto3
# botocore
lazy==1.5
# via xblock
lxml==4.9.3
# via xblock
Expand All @@ -16,25 +39,40 @@ markupsafe==2.1.3
# via
# mako
# xblock
python-dateutil==2.8.2
openedx-django-pyfs==3.4.0
# via xblock
python-dateutil==2.8.2
# via
# botocore
# xblock
pytz==2023.3
# via xblock
# via
# django
# xblock
pyyaml==6.0.1
# via xblock
s3transfer==0.6.1
# via boto3
simplejson==3.19.1
# via -r requirements/base.in
six==1.16.0
# via
# fs
# fs-s3fs
# python-dateutil
web-fragments==2.0.0
sqlparse==0.4.4
# via django
typing-extensions==4.7.1
# via asgiref
urllib3==1.26.16
# via botocore
web-fragments==2.1.0
# via
# -r requirements/base.in
# xblock
webob==1.8.7
# via xblock
xblock==1.6.2
xblock[django]==1.7.0
# via -r requirements/base.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
34 changes: 24 additions & 10 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ bleach==6.0.0
# readme-renderer
bok-choy==0.7.1
# via -r requirements/test.txt
boto3==1.28.15
boto3==1.28.20
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.31.15
botocore==1.31.20
# via
# -r requirements/test.txt
# boto3
Expand All @@ -48,7 +48,7 @@ certifi==2023.7.22
# via
# -r requirements/test.txt
# requests
chardet==5.1.0
chardet==5.2.0
# via
# -r requirements/test.txt
# binaryornot
Expand All @@ -73,7 +73,7 @@ code-annotations==1.5.0
# via
# -r requirements/test.txt
# edx-lint
cookiecutter==2.2.3
cookiecutter==2.3.0
# via
# -r requirements/test.txt
# xblock-sdk
Expand Down Expand Up @@ -156,6 +156,10 @@ lxml==4.9.3
# xblock-sdk
mako==1.2.4
# via -r requirements/test.txt
markdown-it-py==3.0.0
# via
# -r requirements/test.txt
# rich
markupsafe==2.1.3
# via
# -r requirements/test.txt
Expand All @@ -166,6 +170,10 @@ mccabe==0.7.0
# via
# -r requirements/test.txt
# pylint
mdurl==0.1.2
# via
# -r requirements/test.txt
# markdown-it-py
mock==5.1.0
# via -r requirements/test.txt
needle==0.5.0
Expand Down Expand Up @@ -196,7 +204,7 @@ pillow==10.0.0
# via
# -r requirements/test.txt
# needle
pip-tools==7.1.0
pip-tools==7.2.0
# via -r requirements/pip-tools.txt
platformdirs==3.10.0
# via
Expand All @@ -216,10 +224,11 @@ py==1.11.0
# tox
pycodestyle==2.11.0
# via -r requirements/test.txt
pygments==2.15.1
pygments==2.16.1
# via
# -r requirements/test.txt
# readme-renderer
# rich
pylint==2.17.5
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -283,6 +292,10 @@ requests==2.31.0
# -r requirements/test.txt
# cookiecutter
# xblock-sdk
rich==13.5.2
# via
# -r requirements/test.txt
# cookiecutter
s3transfer==0.6.1
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -346,6 +359,7 @@ typing-extensions==4.7.1
# asgiref
# astroid
# pylint
# rich
urllib3==1.26.16
# via
# -r requirements/test.txt
Expand All @@ -355,7 +369,7 @@ virtualenv==20.24.2
# via
# -r requirements/ci.txt
# tox
web-fragments==2.0.0
web-fragments==2.1.0
# via
# -r requirements/test.txt
# xblock
Expand All @@ -369,19 +383,19 @@ webob==1.8.7
# -r requirements/test.txt
# xblock
# xblock-sdk
wheel==0.41.0
wheel==0.41.1
# via
# -r requirements/pip-tools.txt
# pip-tools
wrapt==1.15.0
# via
# -r requirements/test.txt
# astroid
xblock[django]==1.6.2
xblock[django]==1.7.0
# via
# -r requirements/test.txt
# xblock-sdk
xblock-sdk==0.6.0
xblock-sdk==0.7.0
# via -r requirements/test.txt

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ packaging==23.1
# sphinx
pydata-sphinx-theme==0.13.3
# via sphinx-book-theme
pygments==2.15.1
pygments==2.16.1
# via
# accessible-pygments
# pydata-sphinx-theme
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ click==8.1.6
# via pip-tools
packaging==23.1
# via build
pip-tools==7.1.0
pip-tools==7.2.0
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
# via build
Expand All @@ -19,7 +19,7 @@ tomli==2.0.1
# build
# pip-tools
# pyproject-hooks
wheel==0.41.0
wheel==0.41.1
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
wheel==0.41.0
wheel==0.41.1
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
Loading

0 comments on commit a0fc962

Please sign in to comment.