Skip to content

Commit

Permalink
Merge pull request #18 from openedx/jenkins/upgrade-python-requiremen…
Browse files Browse the repository at this point in the history
…ts-3a4b8ae

Python Requirements Update
  • Loading branch information
Feanil Patel authored Sep 13, 2023
2 parents 3a4b8ae + 1debd11 commit b48c20b
Show file tree
Hide file tree
Showing 9 changed files with 320 additions and 144 deletions.
50 changes: 44 additions & 6 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.44
# via fs-s3fs
botocore==1.31.44
# via
# boto3
# s3transfer
django==3.2.21
# via
# -c https://raw.githubusercontent.com/openedx/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,29 +39,44 @@ markupsafe==2.1.3
# via
# mako
# xblock
python-dateutil==2.8.2
# via xblock
pytz==2023.3
openedx-django-pyfs==3.4.0
# via xblock
python-dateutil==2.8.2
# via
# botocore
# xblock
pytz==2023.3.post1
# via
# django
# xblock
pyyaml==6.0.1
# via xblock
s3transfer==0.6.2
# via boto3
simplejson==3.19.1
# via xblock-utils
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
# xblock
# xblock-utils
webob==1.8.7
# via xblock
xblock==1.6.2
xblock[django]==1.7.0
# via
# -r requirements/base.in
# xblock-utils
xblock-utils==3.2.0
xblock-utils==3.4.1
# via -r requirements/base.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
70 changes: 34 additions & 36 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,11 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
bleach==6.0.0
# via
# -r requirements/test.txt
# readme-renderer
boto3==1.28.9
boto3==1.28.44
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.31.9
botocore==1.31.44
# via
# -r requirements/test.txt
# boto3
Expand All @@ -46,15 +42,15 @@ cffi==1.15.1
# via
# -r requirements/test.txt
# cryptography
chardet==5.1.0
chardet==5.2.0
# via
# -r requirements/test.txt
# binaryornot
charset-normalizer==3.2.0
# via
# -r requirements/test.txt
# requests
click==8.1.6
click==8.1.7
# via
# -r requirements/test.txt
# click-log
Expand All @@ -69,7 +65,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 All @@ -79,7 +75,7 @@ coverage==6.5.0
# coveralls
coveralls==3.3.1
# via -r requirements/test.txt
cryptography==41.0.2
cryptography==41.0.3
# via
# -r requirements/test.txt
# secretstorage
Expand All @@ -93,7 +89,7 @@ distlib==0.3.7
# via
# -r requirements/tox.txt
# virtualenv
django==3.2.20
django==3.2.21
# via
# -c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand All @@ -109,11 +105,11 @@ docutils==0.20.1
# readme-renderer
edx-lint==5.3.4
# via -r requirements/test.txt
exceptiongroup==1.1.2
exceptiongroup==1.1.3
# via
# -r requirements/test.txt
# pytest
filelock==3.12.2
filelock==3.12.3
# via
# -r requirements/tox.txt
# tox
Expand All @@ -138,7 +134,7 @@ importlib-metadata==6.8.0
# -r requirements/test.txt
# keyring
# twine
importlib-resources==6.0.0
importlib-resources==6.0.1
# via
# -r requirements/test.txt
# keyring
Expand Down Expand Up @@ -210,10 +206,14 @@ mdurl==0.1.2
# markdown-it-py
mock==5.1.0
# via -r requirements/test.txt
more-itertools==9.1.0
more-itertools==10.1.0
# via
# -r requirements/test.txt
# jaraco-classes
nh3==0.2.14
# via
# -r requirements/test.txt
# readme-renderer
openedx-django-pyfs==3.4.0
# via
# -r requirements/test.txt
Expand All @@ -232,13 +232,13 @@ pkginfo==1.9.6
# via
# -r requirements/test.txt
# twine
platformdirs==3.9.1
platformdirs==3.10.0
# via
# -r requirements/test.txt
# -r requirements/tox.txt
# pylint
# virtualenv
pluggy==1.2.0
pluggy==1.3.0
# via
# -r requirements/test.txt
# -r requirements/tox.txt
Expand All @@ -248,18 +248,18 @@ py==1.11.0
# via
# -r requirements/tox.txt
# tox
pycodestyle==2.10.0
pycodestyle==2.11.0
# via -r requirements/test.txt
pycparser==2.21
# via
# -r requirements/test.txt
# cffi
pygments==2.15.1
pygments==2.16.1
# via
# -r requirements/test.txt
# readme-renderer
# rich
pylint==2.17.4
pylint==2.17.5
# via
# -r requirements/test.txt
# edx-lint
Expand All @@ -283,7 +283,7 @@ pypng==0.20220715.0
# via
# -r requirements/test.txt
# xblock-sdk
pytest==7.4.0
pytest==7.4.2
# via
# -r requirements/test.txt
# pytest-django
Expand All @@ -300,7 +300,7 @@ python-slugify==8.0.1
# -r requirements/test.txt
# code-annotations
# cookiecutter
pytz==2023.3
pytz==2023.3.post1
# via
# -r requirements/test.txt
# django
Expand All @@ -311,7 +311,7 @@ pyyaml==6.0.1
# code-annotations
# cookiecutter
# xblock
readme-renderer==40.0
readme-renderer==42.0
# via
# -r requirements/test.txt
# twine
Expand All @@ -331,11 +331,12 @@ rfc3986==2.0.0
# via
# -r requirements/test.txt
# twine
rich==13.4.2
rich==13.5.2
# via
# -r requirements/test.txt
# cookiecutter
# twine
s3transfer==0.6.1
s3transfer==0.6.2
# via
# -r requirements/test.txt
# boto3
Expand All @@ -352,7 +353,6 @@ six==1.16.0
# via
# -r requirements/test.txt
# -r requirements/tox.txt
# bleach
# edx-lint
# fs
# fs-s3fs
Expand All @@ -377,7 +377,7 @@ tomli==2.0.1
# pylint
# pytest
# tox
tomlkit==0.11.8
tomlkit==0.12.1
# via
# -r requirements/test.txt
# pylint
Expand All @@ -390,8 +390,10 @@ twine==4.0.2
typing-extensions==4.7.1
# via
# -r requirements/test.txt
# -r requirements/tox.txt
# asgiref
# astroid
# filelock
# pylint
# rich
urllib3==1.26.16
Expand All @@ -400,20 +402,16 @@ urllib3==1.26.16
# botocore
# requests
# twine
virtualenv==20.24.1
virtualenv==20.24.5
# via
# -r requirements/tox.txt
# tox
web-fragments==2.0.0
web-fragments==2.1.0
# via
# -r requirements/test.txt
# xblock
# xblock-sdk
# xblock-utils
webencodings==0.5.1
# via
# -r requirements/test.txt
# bleach
webob==1.8.7
# via
# -r requirements/test.txt
Expand All @@ -423,14 +421,14 @@ 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-utils
xblock-sdk==0.6.0
xblock-sdk==0.7.0
# via -r requirements/test.txt
xblock-utils==3.2.0
xblock-utils==3.4.1
# via -r requirements/test.txt
zipp==3.16.2
# via
Expand Down
Loading

0 comments on commit b48c20b

Please sign in to comment.