Skip to content

Commit

Permalink
chore: Run make upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
feanil committed Dec 19, 2024
1 parent 813d1e7 commit d9c614e
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 29 deletions.
16 changes: 8 additions & 8 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ amqp==5.3.1
# via kombu
asgiref==3.8.1
# via django
attrs==24.2.0
attrs==24.3.0
# via openedx-events
billiard==4.2.1
# via celery
Expand All @@ -32,9 +32,9 @@ click-plugins==1.1.1
# via celery
click-repl==0.3.0
# via celery
code-annotations==2.0.0
code-annotations==2.1.0
# via edx-toggles
django==4.2.16
django==4.2.17
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
Expand All @@ -55,7 +55,7 @@ dnspython==2.7.0
# via pymongo
edx-ccx-keys==2.0.2
# via openedx-events
edx-django-utils==7.0.1
edx-django-utils==7.1.0
# via
# -r requirements/base.in
# edx-toggles
Expand All @@ -74,7 +74,7 @@ kombu==5.4.2
# via celery
markupsafe==3.0.2
# via jinja2
newrelic==10.3.1
newrelic==10.4.0
# via edx-django-utils
openedx-events==9.15.0
# via -r requirements/base.in
Expand All @@ -86,7 +86,7 @@ psutil==6.1.0
# via edx-django-utils
pycparser==2.22
# via cffi
pymongo==4.4.0
pymongo==4.10.1
# via
# -r requirements/base.in
# edx-opaque-keys
Expand All @@ -100,12 +100,12 @@ pytz==2024.2
# via -r requirements/base.in
pyyaml==6.0.2
# via code-annotations
six==1.16.0
six==1.17.0
# via
# -r requirements/base.in
# edx-ccx-keys
# python-dateutil
sqlparse==0.5.2
sqlparse==0.5.3
# via django
stevedore==5.4.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
coverage==7.6.8
coverage==7.6.9
# via -r requirements/ci.in
distlib==0.3.9
# via virtualenv
Expand Down
22 changes: 11 additions & 11 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ asgiref==3.8.1
# via
# -r requirements/test.txt
# django
astroid==3.3.5
astroid==3.3.6
# via
# -r requirements/test.txt
# pylint
# pylint-celery
attrs==24.2.0
attrs==24.3.0
# via
# -r requirements/test.txt
# openedx-events
Expand All @@ -41,7 +41,7 @@ celery==5.4.0
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
certifi==2024.8.30
certifi==2024.12.14
# via requests
cffi==1.17.1
# via
Expand Down Expand Up @@ -82,7 +82,7 @@ click-repl==0.3.0
# via
# -r requirements/test.txt
# celery
code-annotations==2.0.0
code-annotations==2.1.0
# via
# -r requirements/test.txt
# edx-lint
Expand All @@ -91,7 +91,7 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.6.8
coverage[toml]==7.6.9
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand All @@ -106,7 +106,7 @@ distlib==0.3.9
# via
# -r requirements/ci.txt
# virtualenv
django==4.2.16
django==4.2.17
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -135,7 +135,7 @@ edx-ccx-keys==2.0.2
# via
# -r requirements/test.txt
# openedx-events
edx-django-utils==7.0.1
edx-django-utils==7.1.0
# via
# -r requirements/test.txt
# edx-toggles
Expand Down Expand Up @@ -191,7 +191,7 @@ mccabe==0.7.0
# pylint
mock==5.1.0
# via -r requirements/test.txt
newrelic==10.3.1
newrelic==10.4.0
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down Expand Up @@ -266,7 +266,7 @@ pylint-plugin-utils==0.8.2
# -r requirements/test.txt
# pylint-celery
# pylint-django
pymongo==4.4.0
pymongo==4.10.1
# via
# -r requirements/test.txt
# edx-opaque-keys
Expand Down Expand Up @@ -305,7 +305,7 @@ pyyaml==6.0.2
# code-annotations
requests==2.32.3
# via sphinx
six==1.16.0
six==1.17.0
# via
# -r requirements/test.txt
# edx-ccx-keys
Expand All @@ -327,7 +327,7 @@ sphinxcontrib-qthelp==2.0.0
# via sphinx
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
sqlparse==0.5.2
sqlparse==0.5.3
# via
# -r requirements/test.txt
# django
Expand Down
18 changes: 9 additions & 9 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ asgiref==3.8.1
# via
# -r requirements/base.txt
# django
astroid==3.3.5
astroid==3.3.6
# via
# pylint
# pylint-celery
attrs==24.2.0
attrs==24.3.0
# via
# -r requirements/base.txt
# openedx-events
Expand Down Expand Up @@ -51,12 +51,12 @@ click-plugins==1.1.1
# via
# -r requirements/base.txt
# celery
code-annotations==2.0.0
code-annotations==2.1.0
# via
# -r requirements/base.txt
# edx-lint
# edx-toggles
coverage[toml]==7.6.8
coverage[toml]==7.6.9
# via pytest-cov
ddt==1.7.2
# via -r requirements/test.in
Expand Down Expand Up @@ -88,7 +88,7 @@ edx-ccx-keys==2.0.2
# via
# -r requirements/base.txt
# openedx-events
edx-django-utils==7.0.1
edx-django-utils==7.1.0
# via
# -r requirements/base.txt
# edx-toggles
Expand Down Expand Up @@ -125,7 +125,7 @@ mccabe==0.7.0
# via pylint
mock==5.1.0
# via -r requirements/test.in
newrelic==10.3.1
newrelic==10.4.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down Expand Up @@ -168,7 +168,7 @@ pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
pymongo==4.4.0
pymongo==4.10.1
# via
# -r requirements/base.txt
# edx-opaque-keys
Expand All @@ -194,13 +194,13 @@ pyyaml==6.0.2
# via
# -r requirements/base.txt
# code-annotations
six==1.16.0
six==1.17.0
# via
# -r requirements/base.txt
# edx-ccx-keys
# edx-lint
# python-dateutil
sqlparse==0.5.2
sqlparse==0.5.3
# via
# -r requirements/base.txt
# django
Expand Down

0 comments on commit d9c614e

Please sign in to comment.