Skip to content

Commit

Permalink
chore: Updating Python Requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
opencraft-requirements-bot authored and Agrendalath committed Nov 28, 2023
1 parent 77c3bd3 commit ce660ee
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 25 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
asgiref==3.7.2
# via django
certifi==2023.7.22
certifi==2023.11.17
# via requests
cffi==1.16.0
# via
Expand Down Expand Up @@ -67,9 +67,9 @@ edx-opaque-keys==2.5.1
# edx-organizations
edx-organizations==6.12.1
# via -r requirements/base.in
idna==3.4
idna==3.6
# via requests
newrelic==9.1.2
newrelic==9.2.0
# via edx-django-utils
pbr==6.0.0
# via stevedore
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ tomli==2.0.1
# tox
tox==4.11.3
# via -r requirements/ci.in
virtualenv==20.24.6
virtualenv==20.24.7
# via tox
16 changes: 8 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cachetools==5.3.2
# via
# -r requirements/ci.txt
# tox
certifi==2023.7.22
certifi==2023.11.17
# via
# -r requirements/quality.txt
# requests
Expand Down Expand Up @@ -141,13 +141,13 @@ edx-opaque-keys==2.5.1
# edx-organizations
edx-organizations==6.12.1
# via -r requirements/quality.txt
exceptiongroup==1.1.3
exceptiongroup==1.2.0
# via
# -r requirements/quality.txt
# pytest
factory-boy==3.3.0
# via -r requirements/quality.txt
faker==20.0.3
faker==20.1.0
# via
# -r requirements/quality.txt
# factory-boy
Expand All @@ -158,7 +158,7 @@ filelock==3.13.1
# virtualenv
freezegun==1.2.2
# via -r requirements/quality.txt
idna==3.4
idna==3.6
# via
# -r requirements/quality.txt
# requests
Expand Down Expand Up @@ -189,7 +189,7 @@ mccabe==0.7.0
# via
# -r requirements/quality.txt
# pylint
newrelic==9.1.2
newrelic==9.2.0
# via
# -r requirements/quality.txt
# edx-django-utils
Expand Down Expand Up @@ -243,7 +243,7 @@ pycparser==2.21
# cffi
pydocstyle==6.3.0
# via -r requirements/quality.txt
pygments==2.16.1
pygments==2.17.2
# via diff-cover
pyjwt[crypto]==2.8.0
# via
Expand Down Expand Up @@ -377,11 +377,11 @@ urllib3==2.1.0
# via
# -r requirements/quality.txt
# requests
virtualenv==20.24.6
virtualenv==20.24.7
# via
# -r requirements/ci.txt
# tox
wheel==0.41.3
wheel==0.42.0
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ tomli==2.0.1
# build
# pip-tools
# pyproject-hooks
wheel==0.41.3
wheel==0.42.0
# via pip-tools
zipp==3.17.0
# via importlib-metadata
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# make upgrade
#
wheel==0.41.3
wheel==0.42.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.3.1
# via -r requirements/pip.in
setuptools==68.2.2
setuptools==69.0.2
# via -r requirements/pip.in
10 changes: 5 additions & 5 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ astroid==3.0.1
# via
# pylint
# pylint-celery
certifi==2023.7.22
certifi==2023.11.17
# via
# -r requirements/test.txt
# requests
Expand Down Expand Up @@ -108,19 +108,19 @@ edx-opaque-keys==2.5.1
# edx-organizations
edx-organizations==6.12.1
# via -r requirements/test.txt
exceptiongroup==1.1.3
exceptiongroup==1.2.0
# via
# -r requirements/test.txt
# pytest
factory-boy==3.3.0
# via -r requirements/test.txt
faker==20.0.3
faker==20.1.0
# via
# -r requirements/test.txt
# factory-boy
freezegun==1.2.2
# via -r requirements/test.txt
idna==3.4
idna==3.6
# via
# -r requirements/test.txt
# requests
Expand All @@ -142,7 +142,7 @@ markupsafe==2.1.3
# jinja2
mccabe==0.7.0
# via pylint
newrelic==9.1.2
newrelic==9.2.0
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ asgiref==3.7.2
# via
# -r requirements/base.txt
# django
certifi==2023.7.22
certifi==2023.11.17
# via
# -r requirements/base.txt
# requests
Expand Down Expand Up @@ -92,15 +92,15 @@ edx-opaque-keys==2.5.1
# edx-organizations
edx-organizations==6.12.1
# via -r requirements/base.txt
exceptiongroup==1.1.3
exceptiongroup==1.2.0
# via pytest
factory-boy==3.3.0
# via -r requirements/test.in
faker==20.0.3
faker==20.1.0
# via factory-boy
freezegun==1.2.2
# via -r requirements/test.in
idna==3.4
idna==3.6
# via
# -r requirements/base.txt
# requests
Expand All @@ -110,7 +110,7 @@ jinja2==3.1.2
# via code-annotations
markupsafe==2.1.3
# via jinja2
newrelic==9.1.2
newrelic==9.2.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down

0 comments on commit ce660ee

Please sign in to comment.