Skip to content

Commit

Permalink
chore: upgrade requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanttV committed Nov 18, 2024
1 parent 5dc7aa0 commit ccaaf66
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 16 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ django-simple-history==3.0.0
# via
# -c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
# edx-organizations
django-waffle==4.1.0
django-waffle==4.2.0
# via
# edx-django-utils
# edx-drf-extensions
Expand All @@ -72,7 +72,7 @@ drf-jwt==1.19.2
# via edx-drf-extensions
edx-django-utils==7.0.0
# via edx-drf-extensions
edx-drf-extensions==10.4.0
edx-drf-extensions==10.5.0
# via
# -r requirements/base.in
# edx-organizations
Expand Down Expand Up @@ -127,7 +127,7 @@ six==1.16.0
# via -r requirements/base.in
social-auth-core==4.5.4
# via -r requirements/base.in
sqlparse==0.5.1
sqlparse==0.5.2
# via django
stevedore==5.3.0
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@ click==8.1.7
# via pip-tools
importlib-metadata==8.5.0
# via build
packaging==24.1
packaging==24.2
# via build
pip-tools==7.4.1
# via -r requirements/pip-tools.in
pyproject-hooks==1.2.0
# via
# build
# pip-tools
tomli==2.0.2
tomli==2.1.0
# via
# build
# pip-tools
wheel==0.44.0
wheel==0.45.0
# via pip-tools
zipp==3.20.2
# via importlib-metadata
Expand Down
11 changes: 5 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ dill==0.3.9
# via pylint
# via
# -c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
# -c requirements/constraints.txt
# -r requirements/base.txt
# django-crum
# django-model-utils
Expand Down Expand Up @@ -81,7 +80,7 @@ django-simple-history==3.0.0
# -c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.txt
# edx-organizations
django-waffle==4.1.0
django-waffle==4.2.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand All @@ -104,7 +103,7 @@ edx-django-utils==7.0.0
# via
# -r requirements/base.txt
# edx-drf-extensions
edx-drf-extensions==10.4.0
edx-drf-extensions==10.5.0
# via
# -r requirements/base.txt
# edx-organizations
Expand Down Expand Up @@ -142,7 +141,7 @@ oauthlib==3.2.2
# social-auth-core
openedx-filters==1.9.0
# via -r requirements/base.txt
packaging==24.1
packaging==24.2
# via pytest
path==17.0.0
# via path-py
Expand Down Expand Up @@ -218,7 +217,7 @@ six==1.16.0
# via -r requirements/base.txt
social-auth-core==4.5.4
# via -r requirements/base.txt
sqlparse==0.5.1
sqlparse==0.5.2
# via
# -r requirements/base.txt
# django
Expand All @@ -229,7 +228,7 @@ stevedore==5.3.0
# edx-opaque-keys
testfixtures==8.3.0
# via -r requirements/test.in
tomli==2.0.2
tomli==2.1.0
# via
# pylint
# pytest
Expand Down
8 changes: 4 additions & 4 deletions requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ filelock==3.16.1
# via
# tox
# virtualenv
packaging==24.1
packaging==24.2
# via
# pyproject-api
# tox
Expand All @@ -28,13 +28,13 @@ pluggy==1.5.0
# via tox
pyproject-api==1.8.0
# via tox
tomli==2.0.2
tomli==2.1.0
# via
# pyproject-api
# tox
tox==4.23.1
tox==4.23.2
# via -r requirements/tox.in
typing-extensions==4.12.2
# via tox
virtualenv==20.27.0
virtualenv==20.27.1
# via tox

0 comments on commit ccaaf66

Please sign in to comment.