Skip to content

Commit

Permalink
Merge branch 'master' into drf-spectacular
Browse files Browse the repository at this point in the history
  • Loading branch information
irtazaakram committed Oct 2, 2024
2 parents c06684c + 59cffcf commit 7d86a38
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 17 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jsonschema-specifications==2023.12.1
# via jsonschema
mysqlclient==2.2.4
# via -r requirements/base.in
newrelic==9.13.0
newrelic==10.0.0
# via
# -r requirements/base.in
# edx-django-utils
Expand All @@ -128,7 +128,7 @@ pyjwt[crypto]==2.9.0
# -r requirements/base.in
# drf-jwt
# edx-drf-extensions
pymongo==4.8.0
pymongo==4.9.1
# via edx-opaque-keys
pynacl==1.5.0
# via edx-django-utils
Expand All @@ -138,7 +138,7 @@ python-dateutil==2.4.0
# -r requirements/base.in
# elasticsearch-dsl
pytz==2024.2
# via -r requirements/base.in
# via drf-yasg
pyyaml==6.0.2
# via
# drf-spectacular
Expand Down
10 changes: 5 additions & 5 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,23 @@ colorama==0.4.6
# via tox
distlib==0.3.8
# via virtualenv
filelock==3.16.0
filelock==3.16.1
# via
# tox
# virtualenv
packaging==24.1
# via
# pyproject-api
# tox
platformdirs==4.3.2
platformdirs==4.3.6
# via
# tox
# virtualenv
pluggy==1.5.0
# via tox
pyproject-api==1.7.1
pyproject-api==1.8.0
# via tox
tox==4.18.1
tox==4.20.0
# via -r requirements/ci.in
virtualenv==20.26.4
virtualenv==20.26.6
# via tox
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ packaging==24.1
# via build
pip-tools==7.4.1
# via -r requirements/pip-tools.in
pyproject-hooks==1.1.0
pyproject-hooks==1.2.0
# via
# build
# 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.44.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via -r requirements/pip.in
setuptools==74.1.2
setuptools==75.1.0
# via -r requirements/pip.in
16 changes: 9 additions & 7 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,9 @@ elasticsearch-dsl==7.4.1
# django-elasticsearch-dsl-drf
factory-boy==3.3.1
# via -r requirements/test.in
faker==28.4.1
faker==30.0.0
# via factory-boy
filelock==3.16.0
filelock==3.16.1
# via
# tox
# virtualenv
Expand Down Expand Up @@ -177,7 +177,7 @@ more-itertools==5.0.0
# -r requirements/test.in
mysqlclient==2.2.4
# via -r requirements/base.txt
newrelic==9.13.0
newrelic==10.0.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand All @@ -198,7 +198,7 @@ pbr==6.1.0
# stevedore
pep8==1.7.1
# via -r requirements/test.in
platformdirs==4.3.2
platformdirs==4.3.6
# via virtualenv
pluggy==1.5.0
# via
Expand Down Expand Up @@ -226,7 +226,7 @@ pylint==1.5.0
# via
# -c requirements/constraints.txt
# -r requirements/test.in
pymongo==4.8.0
pymongo==4.9.1
# via
# -r requirements/base.txt
# edx-opaque-keys
Expand All @@ -252,7 +252,9 @@ python-dateutil==2.4.0
python-slugify==8.0.4
# via code-annotations
pytz==2024.2
# via -r requirements/base.txt
# via
# -r requirements/base.txt
# drf-yasg
pyyaml==6.0.2
# via
# -r requirements/base.txt
Expand Down Expand Up @@ -317,7 +319,7 @@ urllib3==1.26.20
# -r requirements/base.txt
# elasticsearch
# requests
virtualenv==20.26.4
virtualenv==20.26.6
# via tox
wrapt==1.16.0
# via astroid

0 comments on commit 7d86a38

Please sign in to comment.