Skip to content

Commit

Permalink
chore: requirements upgraded
Browse files Browse the repository at this point in the history
  • Loading branch information
zubairshakoorarbisoft committed Oct 25, 2023
1 parent 344ed32 commit ac9aa13
Show file tree
Hide file tree
Showing 7 changed files with 180 additions and 122 deletions.
27 changes: 13 additions & 14 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,42 +8,44 @@ asgiref==3.7.2
# via django
certifi==2023.7.22
# via requests
charset-normalizer==3.2.0
charset-normalizer==3.3.1
# via requests
coverage==6.5.0
# via coveralls
coveralls==3.3.1
# via -r requirements/ci.in
distlib==0.3.7
# via virtualenv
django==3.2.20
django==3.2.22
# via
# -c requirements/common_constraints.txt
# -c requirements/constraints.txt
# edx-i18n-tools
docopt==0.6.2
# via coveralls
edx-i18n-tools==1.1.0
edx-i18n-tools==1.3.0
# via -r requirements/ci.in
filelock==3.12.2
filelock==3.12.4
# via
# tox
# virtualenv
idna==3.4
# via requests
packaging==23.1
lxml==4.9.3
# via edx-i18n-tools
packaging==23.2
# via tox
path==16.7.1
# via edx-i18n-tools
platformdirs==3.10.0
platformdirs==3.11.0
# via virtualenv
pluggy==1.2.0
pluggy==1.3.0
# via tox
polib==1.2.0
# via edx-i18n-tools
py==1.11.0
# via tox
pytz==2023.3
pytz==2023.3.post1
# via django
pyyaml==6.0.1
# via edx-i18n-tools
Expand All @@ -59,12 +61,9 @@ tox==3.28.0
# via
# -c requirements/common_constraints.txt
# -r requirements/ci.in
# tox-battery
tox-battery==0.6.1
# via -r requirements/ci.in
typing-extensions==4.7.1
typing-extensions==4.8.0
# via asgiref
urllib3==2.0.4
urllib3==2.0.7
# via requests
virtualenv==20.24.2
virtualenv==20.24.6
# via tox
90 changes: 53 additions & 37 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
appdirs==1.4.4
# via fs
arrow==1.2.3
arrow==1.3.0
# via cookiecutter
asgiref==3.7.2
# via django
Expand All @@ -20,13 +20,13 @@ binaryornot==0.4.4
# via cookiecutter
bok-choy==2.0.2
# via -r requirements/test.in
boto3==1.28.18
boto3==1.28.70
# via fs-s3fs
botocore==1.31.18
botocore==1.31.70
# via
# boto3
# s3transfer
build==0.10.0
build==1.0.3
# via pip-tools
caniusepython3==7.3.0
# via -r requirements/quality.in
Expand All @@ -36,9 +36,9 @@ chardet==5.2.0
# via
# binaryornot
# diff-cover
charset-normalizer==3.2.0
charset-normalizer==3.3.1
# via requests
click==8.1.6
click==8.1.7
# via
# click-log
# code-annotations
Expand All @@ -49,10 +49,11 @@ click-log==0.4.0
# via edx-lint
code-annotations==1.5.0
# via edx-lint
cookiecutter==2.2.3
cookiecutter==2.4.0
# via xblock-sdk
coverage[toml]==6.5.0
# via
# coverage
# coveralls
# pytest-cov
coveralls==3.3.1
Expand All @@ -65,7 +66,7 @@ distlib==0.3.7
# via
# caniusepython3
# virtualenv
django==3.2.20
django==3.2.22
# via
# -c requirements/common_constraints.txt
# -c requirements/constraints.txt
Expand All @@ -75,13 +76,13 @@ django==3.2.20
# xblock-sdk
docopt==0.6.2
# via coveralls
edx-i18n-tools==1.1.0
edx-i18n-tools==1.3.0
# via -r requirements/travis.in
edx-lint==5.3.4
edx-lint==5.3.6
# via -r requirements/quality.in
exceptiongroup==1.1.2
exceptiongroup==1.1.3
# via pytest
filelock==3.12.2
filelock==3.12.4
# via
# tox
# virtualenv
Expand All @@ -94,12 +95,14 @@ fs-s3fs==1.1.1
# via
# openedx-django-pyfs
# xblock-sdk
gitdb==4.0.10
gitdb==4.0.11
# via gitpython
gitpython==3.1.32
gitpython==3.1.40
# via transifex-client
idna==3.4
# via requests
importlib-metadata==6.8.0
# via build
iniconfig==2.0.0
# via pytest
isort==5.12.0
Expand All @@ -115,34 +118,40 @@ jmespath==1.0.1
# via
# boto3
# botocore
lazy==1.5
lazy==1.6
# via
# bok-choy
# xblock
lazy-object-proxy==1.9.0
# via astroid
lxml==4.9.3
# via
# edx-i18n-tools
# xblock
# xblock-sdk
mako==1.2.4
# via
# -r requirements/base.in
# xblock
# xblock-utils
markdown-it-py==3.0.0
# via rich
markupsafe==2.1.3
# via
# jinja2
# mako
# xblock
mccabe==0.6.1
# via pylint
mdurl==0.1.2
# via markdown-it-py
mock==5.1.0
# via -r requirements/test.in
nose==1.3.7
# via -r requirements/test.in
openedx-django-pyfs==3.4.0
# via xblock
packaging==23.1
packaging==23.2
# via
# build
# caniusepython3
Expand All @@ -152,13 +161,13 @@ path==16.7.1
# via edx-i18n-tools
pbr==5.11.1
# via stevedore
pip-tools==7.2.0
pip-tools==7.3.0
# via -r requirements/dev.in
platformdirs==3.10.0
platformdirs==3.11.0
# via
# pylint
# virtualenv
pluggy==1.2.0
pluggy==1.3.0
# via
# diff-cover
# pytest
Expand All @@ -167,12 +176,14 @@ polib==1.2.0
# via edx-i18n-tools
py==1.11.0
# via tox
pycodestyle==2.11.0
pycodestyle==2.11.1
# via -r requirements/quality.in
pydocstyle==6.3.0
# via -r requirements/quality.in
pygments==2.15.1
# via diff-cover
pygments==2.16.1
# via
# diff-cover
# rich
pylint==2.12.2
# via
# -c requirements/constraints.txt
Expand All @@ -182,7 +193,7 @@ pylint==2.12.2
# pylint-plugin-utils
pylint-celery==0.3
# via edx-lint
pylint-django==2.5.3
pylint-django==2.5.5
# via edx-lint
pylint-plugin-utils==0.8.2
# via
Expand All @@ -194,7 +205,7 @@ pypng==0.20220715.0
# xblock-sdk
pyproject-hooks==1.0.0
# via build
pytest==7.4.0
pytest==7.4.3
# via
# -r requirements/test.in
# pytest-cov
Expand All @@ -213,7 +224,7 @@ python-slugify==4.0.1
# code-annotations
# cookiecutter
# transifex-client
pytz==2023.3
pytz==2023.3.post1
# via
# django
# xblock
Expand All @@ -231,12 +242,15 @@ requests==2.31.0
# coveralls
# transifex-client
# xblock-sdk
s3transfer==0.6.1
rich==13.6.0
# via cookiecutter
s3transfer==0.7.0
# via boto3
selenium==3.141.0
# via bok-choy
simplejson==3.19.1
simplejson==3.19.2
# via
# xblock
# xblock-sdk
# xblock-utils
six==1.16.0
Expand All @@ -247,7 +261,7 @@ six==1.16.0
# python-dateutil
# tox
# transifex-client
smmap==5.0.0
smmap==5.0.1
# via gitdb
snowballstemmer==2.2.0
# via pydocstyle
Expand All @@ -271,23 +285,23 @@ tox==3.28.0
# via
# -c requirements/common_constraints.txt
# -r requirements/travis.in
# tox-battery
tox-battery==0.6.1
# via -r requirements/travis.in
transifex-client==0.14.4
# via -r requirements/dev.in
typing-extensions==4.7.1
types-python-dateutil==2.8.19.14
# via arrow
typing-extensions==4.8.0
# via
# asgiref
# astroid
# pylint
urllib3==1.26.16
# rich
urllib3==1.26.18
# via
# botocore
# requests
# selenium
# transifex-client
virtualenv==20.24.2
virtualenv==20.24.6
# via tox
web-fragments==2.1.0
# via
Expand All @@ -298,11 +312,11 @@ webob==1.8.7
# via
# xblock
# xblock-sdk
wheel==0.41.0
wheel==0.41.2
# via pip-tools
wrapt==1.13.3
# via astroid
xblock[django]==1.6.2
xblock[django]==1.8.1
# via
# -r requirements/base.in
# xblock-sdk
Expand All @@ -311,8 +325,10 @@ xblock-sdk==0.7.0
# via
# -r requirements/dev.in
# -r requirements/test.in
xblock-utils==3.3.0
xblock-utils==4.0.0
# via -r requirements/base.in
zipp==3.17.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
2 changes: 1 addition & 1 deletion requirements/django.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
django==3.2.20
django==3.2.22
14 changes: 9 additions & 5 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@
#
# make upgrade
#
build==0.10.0
build==1.0.3
# via pip-tools
click==8.1.6
click==8.1.7
# via pip-tools
packaging==23.1
importlib-metadata==6.8.0
# via build
pip-tools==7.2.0
packaging==23.2
# via build
pip-tools==7.3.0
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
# via build
Expand All @@ -19,8 +21,10 @@ tomli==2.0.1
# build
# pip-tools
# pyproject-hooks
wheel==0.41.0
wheel==0.41.2
# via pip-tools
zipp==3.17.0
# via importlib-metadata

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

0 comments on commit ac9aa13

Please sign in to comment.