Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
farhan authored Apr 15, 2024
2 parents ffc1bcb + 9c95708 commit c3b5972
Show file tree
Hide file tree
Showing 8 changed files with 57 additions and 55 deletions.
16 changes: 8 additions & 8 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ click==8.1.7
# via
# code-annotations
# edx-django-utils
code-annotations==1.7.0
code-annotations==1.8.0
# via edx-toggles
django==4.2.11
# via
Expand All @@ -39,30 +39,30 @@ django-waffle==4.1.0
# via
# edx-django-utils
# edx-toggles
edx-django-utils==5.11.0
edx-django-utils==5.12.0
# via
# -r requirements/base.in
# edx-toggles
# openedx-events
edx-opaque-keys[django]==2.5.1
# via openedx-events
edx-toggles==5.1.1
edx-toggles==5.2.0
# via -r requirements/base.in
fastavro==1.9.4
# via openedx-events
jinja2==3.1.3
# via code-annotations
markupsafe==2.1.5
# via jinja2
newrelic==9.7.1
newrelic==9.8.0
# via edx-django-utils
openedx-events==9.5.2
openedx-events==9.9.1
# via -r requirements/base.in
pbr==6.0.0
# via stevedore
psutil==5.9.8
# via edx-django-utils
pycparser==2.21
pycparser==2.22
# via cffi
pymongo==3.13.0
# via edx-opaque-keys
Expand All @@ -74,7 +74,7 @@ pyyaml==6.0.1
# via code-annotations
redis==5.0.3
# via walrus
sqlparse==0.4.4
sqlparse==0.5.0
# via django
stevedore==5.2.0
# via
Expand All @@ -83,7 +83,7 @@ stevedore==5.2.0
# edx-opaque-keys
text-unidecode==1.3
# via python-slugify
typing-extensions==4.10.0
typing-extensions==4.11.0
# via
# asgiref
# edx-opaque-keys
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ colorama==0.4.6
# via tox
distlib==0.3.8
# via virtualenv
filelock==3.13.1
filelock==3.13.4
# via
# tox
# virtualenv
Expand Down
28 changes: 14 additions & 14 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# -c requirements/constraints.txt
# -r requirements/quality.txt
# django
build==1.1.1
build==1.2.1
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down Expand Up @@ -56,7 +56,7 @@ click-log==0.4.0
# via
# -r requirements/quality.txt
# edx-lint
code-annotations==1.7.0
code-annotations==1.8.0
# via
# -r requirements/quality.txt
# edx-lint
Expand All @@ -71,7 +71,7 @@ coverage[toml]==7.4.4
# pytest-cov
ddt==1.7.2
# via -r requirements/quality.txt
diff-cover==8.0.3
diff-cover==9.0.0
# via -r requirements/dev.in
dill==0.3.8
# via
Expand Down Expand Up @@ -101,20 +101,20 @@ django-waffle==4.1.0
# -r requirements/quality.txt
# edx-django-utils
# edx-toggles
edx-django-utils==5.11.0
edx-django-utils==5.12.0
# via
# -r requirements/quality.txt
# edx-toggles
# openedx-events
edx-i18n-tools==1.3.0
edx-i18n-tools==1.5.0
# via -r requirements/dev.in
edx-lint==5.3.6
# via -r requirements/quality.txt
edx-opaque-keys[django]==2.5.1
# via
# -r requirements/quality.txt
# openedx-events
edx-toggles==5.1.1
edx-toggles==5.2.0
# via -r requirements/quality.txt
exceptiongroup==1.2.0
# via
Expand All @@ -124,7 +124,7 @@ fastavro==1.9.4
# via
# -r requirements/quality.txt
# openedx-events
filelock==3.13.1
filelock==3.13.4
# via
# -r requirements/ci.txt
# tox
Expand All @@ -147,7 +147,7 @@ jinja2==3.1.3
# -r requirements/quality.txt
# code-annotations
# diff-cover
lxml==5.1.0
lxml==5.2.1
# via edx-i18n-tools
markupsafe==2.1.5
# via
Expand All @@ -157,11 +157,11 @@ mccabe==0.7.0
# via
# -r requirements/quality.txt
# pylint
newrelic==9.7.1
newrelic==9.8.0
# via
# -r requirements/quality.txt
# edx-django-utils
openedx-events==9.5.2
openedx-events==9.9.1
# via -r requirements/quality.txt
packaging==24.0
# via
Expand All @@ -172,7 +172,7 @@ packaging==24.0
# pyproject-api
# pytest
# tox
path==16.10.0
path==16.14.0
# via edx-i18n-tools
pbr==6.0.0
# via
Expand Down Expand Up @@ -202,7 +202,7 @@ psutil==5.9.8
# edx-django-utils
pycodestyle==2.11.1
# via -r requirements/quality.txt
pycparser==2.21
pycparser==2.22
# via
# -r requirements/quality.txt
# cffi
Expand Down Expand Up @@ -277,7 +277,7 @@ snowballstemmer==2.2.0
# via
# -r requirements/quality.txt
# pydocstyle
sqlparse==0.4.4
sqlparse==0.5.0
# via
# -r requirements/quality.txt
# django
Expand Down Expand Up @@ -310,7 +310,7 @@ tomlkit==0.12.4
# pylint
tox==4.14.2
# via -r requirements/ci.txt
typing-extensions==4.10.0
typing-extensions==4.11.0
# via
# -r requirements/quality.txt
# asgiref
Expand Down
30 changes: 16 additions & 14 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,16 @@ babel==2.14.0
# via
# pydata-sphinx-theme
# sphinx
backports-tarfile==1.0.0
# via jaraco-context
backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
# django
beautifulsoup4==4.12.3
# via pydata-sphinx-theme
build==1.1.1
build==1.2.1
# via -r requirements/doc.in
certifi==2024.2.2
# via requests
Expand All @@ -47,7 +49,7 @@ click==8.1.7
# -r requirements/test.txt
# code-annotations
# edx-django-utils
code-annotations==1.7.0
code-annotations==1.8.0
# via
# -r requirements/test.txt
# edx-toggles
Expand Down Expand Up @@ -83,7 +85,7 @@ docutils==0.19
# pydata-sphinx-theme
# readme-renderer
# sphinx
edx-django-utils==5.11.0
edx-django-utils==5.12.0
# via
# -r requirements/test.txt
# edx-toggles
Expand All @@ -92,7 +94,7 @@ edx-opaque-keys[django]==2.5.1
# via
# -r requirements/test.txt
# openedx-events
edx-toggles==5.1.1
edx-toggles==5.2.0
# via -r requirements/test.txt
exceptiongroup==1.2.0
# via
Expand All @@ -102,7 +104,7 @@ fastavro==1.9.4
# via
# -r requirements/test.txt
# openedx-events
idna==3.6
idna==3.7
# via requests
imagesize==1.4.1
# via sphinx
Expand All @@ -119,9 +121,9 @@ iniconfig==2.0.0
# via
# -r requirements/test.txt
# pytest
jaraco-classes==3.3.1
jaraco-classes==3.4.0
# via keyring
jaraco-context==4.3.0
jaraco-context==5.3.0
# via keyring
jaraco-functools==4.0.0
# via keyring
Expand All @@ -134,7 +136,7 @@ jinja2==3.1.3
# -r requirements/test.txt
# code-annotations
# sphinx
keyring==25.0.0
keyring==25.1.0
# via twine
markdown-it-py==3.0.0
# via rich
Expand All @@ -148,13 +150,13 @@ more-itertools==10.2.0
# via
# jaraco-classes
# jaraco-functools
newrelic==9.7.1
newrelic==9.8.0
# via
# -r requirements/test.txt
# edx-django-utils
nh3==0.2.15
nh3==0.2.17
# via readme-renderer
openedx-events==9.5.2
openedx-events==9.9.1
# via -r requirements/test.txt
packaging==24.0
# via
Expand All @@ -177,7 +179,7 @@ psutil==5.9.8
# via
# -r requirements/test.txt
# edx-django-utils
pycparser==2.21
pycparser==2.22
# via
# -r requirements/test.txt
# cffi
Expand Down Expand Up @@ -261,7 +263,7 @@ sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
sqlparse==0.4.4
sqlparse==0.5.0
# via
# -r requirements/test.txt
# django
Expand All @@ -284,7 +286,7 @@ tomli==2.0.1
# pytest
twine==5.0.0
# via -r requirements/doc.in
typing-extensions==4.10.0
typing-extensions==4.11.0
# via
# -r requirements/test.txt
# asgiref
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
build==1.1.1
build==1.2.1
# via pip-tools
click==8.1.7
# 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 @@ -10,5 +10,5 @@ wheel==0.43.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.0
# via -r requirements/pip.in
setuptools==69.2.0
setuptools==69.5.1
# via -r requirements/pip.in
16 changes: 8 additions & 8 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ click==8.1.7
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==1.7.0
code-annotations==1.8.0
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -70,7 +70,7 @@ django-waffle==4.1.0
# -r requirements/test.txt
# edx-django-utils
# edx-toggles
edx-django-utils==5.11.0
edx-django-utils==5.12.0
# via
# -r requirements/test.txt
# edx-toggles
Expand All @@ -81,7 +81,7 @@ edx-opaque-keys[django]==2.5.1
# via
# -r requirements/test.txt
# openedx-events
edx-toggles==5.1.1
edx-toggles==5.2.0
# via -r requirements/test.txt
exceptiongroup==1.2.0
# via
Expand Down Expand Up @@ -109,11 +109,11 @@ markupsafe==2.1.5
# jinja2
mccabe==0.7.0
# via pylint
newrelic==9.7.1
newrelic==9.8.0
# via
# -r requirements/test.txt
# edx-django-utils
openedx-events==9.5.2
openedx-events==9.9.1
# via -r requirements/test.txt
packaging==24.0
# via
Expand All @@ -135,7 +135,7 @@ psutil==5.9.8
# edx-django-utils
pycodestyle==2.11.1
# via -r requirements/quality.in
pycparser==2.21
pycparser==2.22
# via
# -r requirements/test.txt
# cffi
Expand Down Expand Up @@ -188,7 +188,7 @@ six==1.16.0
# via edx-lint
snowballstemmer==2.2.0
# via pydocstyle
sqlparse==0.4.4
sqlparse==0.5.0
# via
# -r requirements/test.txt
# django
Expand All @@ -210,7 +210,7 @@ tomli==2.0.1
# pytest
tomlkit==0.12.4
# via pylint
typing-extensions==4.10.0
typing-extensions==4.11.0
# via
# -r requirements/test.txt
# asgiref
Expand Down
Loading

0 comments on commit c3b5972

Please sign in to comment.