Skip to content

Commit

Permalink
chore: upgrade requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
luisfelipec95 committed Dec 12, 2024
1 parent 8d72eef commit 43b7b73
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 73 deletions.
34 changes: 12 additions & 22 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
Expand All @@ -10,13 +10,6 @@ asgiref==3.8.1
# via django
attrs==24.2.0
# via openedx-events
backports-zoneinfo[tzdata]==0.2.1 ; python_version < "3.9"
# via
# -c requirements/constraints.txt
# celery
# django
# djangorestframework
# kombu
billiard==4.2.1
# via celery
celery==5.4.0
Expand All @@ -38,7 +31,7 @@ click-plugins==1.1.1
# via celery
click-repl==0.3.0
# via celery
django==4.2.16
django==4.2.17
# via
# -c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
Expand All @@ -55,11 +48,11 @@ django-waffle==4.2.0
# via edx-django-utils
djangorestframework==3.15.2
# via -r requirements/base.in
dnspython==2.6.1
dnspython==2.7.0
# via pymongo
edx-ccx-keys==1.3.0
edx-ccx-keys==2.0.2
# via openedx-events
edx-django-utils==7.0.0
edx-django-utils==7.1.0
# via openedx-events
edx-opaque-keys[django]==2.11.0
# via
Expand All @@ -70,9 +63,9 @@ fastavro==1.9.7
# via openedx-events
kombu==5.4.2
# via celery
newrelic==10.2.0
newrelic==10.3.1
# via edx-django-utils
openedx-events==9.14.1
openedx-events==9.15.0
# via -r requirements/base.in
pbr==6.1.0
# via stevedore
Expand All @@ -88,25 +81,22 @@ pynacl==1.5.0
# via edx-django-utils
python-dateutil==2.9.0.post0
# via celery
six==1.16.0
six==1.17.0
# via
# edx-ccx-keys
# python-dateutil
sqlparse==0.5.2
sqlparse==0.5.3
# via django
stevedore==5.3.0
stevedore==5.4.0
# via
# edx-django-utils
# edx-opaque-keys
typing-extensions==4.12.2
# via
# asgiref
# edx-opaque-keys
# kombu
# via edx-opaque-keys
tzdata==2024.2
# via
# backports-zoneinfo
# celery
# kombu
vine==5.1.0
# via
# amqp
Expand Down
2 changes: 1 addition & 1 deletion requirements/django42.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
django==4.2.16
django==4.2.17
12 changes: 2 additions & 10 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
Expand All @@ -8,8 +8,6 @@ build==1.2.2.post1
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==8.5.0
# via build
packaging==24.2
# via build
pip-tools==7.4.1
Expand All @@ -18,14 +16,8 @@ pyproject-hooks==1.2.0
# via
# build
# pip-tools
tomli==2.1.0
# via
# build
# pip-tools
wheel==0.45.0
wheel==0.45.1
# via pip-tools
zipp==3.20.2
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
46 changes: 14 additions & 32 deletions requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
Expand All @@ -12,20 +12,12 @@ asgiref==3.8.1
# via
# -r requirements/base.txt
# django
astroid==3.2.4
astroid==3.3.6
# via pylint
attrs==24.2.0
# via
# -r requirements/base.txt
# openedx-events
backports-zoneinfo[tzdata]==0.2.1 ; python_version < "3.9"
# via
# -c requirements/constraints.txt
# -r requirements/base.txt
# celery
# django
# djangorestframework
# kombu
billiard==4.2.1
# via
# -r requirements/base.txt
Expand Down Expand Up @@ -62,7 +54,7 @@ click-repl==0.3.0
# via
# -r requirements/base.txt
# celery
coverage==7.6.1
coverage==7.6.9
# via -r requirements/test.in
dill==0.3.9
# via pylint
Expand All @@ -84,15 +76,15 @@ django-waffle==4.2.0
# edx-django-utils
djangorestframework==3.15.2
# via -r requirements/base.txt
dnspython==2.6.1
dnspython==2.7.0
# via
# -r requirements/base.txt
# pymongo
edx-ccx-keys==1.3.0
edx-ccx-keys==2.0.2
# via
# -r requirements/base.txt
# openedx-events
edx-django-utils==7.0.0
edx-django-utils==7.1.0
# via
# -r requirements/base.txt
# openedx-events
Expand All @@ -101,8 +93,6 @@ edx-opaque-keys[django]==2.11.0
# -r requirements/base.txt
# edx-ccx-keys
# openedx-events
exceptiongroup==1.2.2
# via pytest
fastavro==1.9.7
# via
# -r requirements/base.txt
Expand All @@ -121,11 +111,11 @@ mccabe==0.7.0
# via pylint
mock==5.1.0
# via -r requirements/test.in
newrelic==10.2.0
newrelic==10.3.1
# via
# -r requirements/base.txt
# edx-django-utils
openedx-events==9.14.1
openedx-events==9.15.0
# via -r requirements/base.txt
packaging==24.2
# via pytest
Expand All @@ -151,7 +141,7 @@ pycparser==2.22
# via
# -r requirements/base.txt
# cffi
pylint==3.2.7
pylint==3.3.2
# via -r requirements/test.in
pymongo==4.10.1
# via
Expand All @@ -161,7 +151,7 @@ pynacl==1.5.0
# via
# -r requirements/base.txt
# edx-django-utils
pytest==8.3.3
pytest==8.3.4
# via
# -r requirements/test.in
# pytest-django
Expand All @@ -175,41 +165,33 @@ pyyaml==6.0.2
# via -r requirements/test.in
requests==2.32.3
# via -r requirements/test.in
six==1.16.0
six==1.17.0
# via
# -r requirements/base.txt
# edx-ccx-keys
# python-dateutil
sqlparse==0.5.2
sqlparse==0.5.3
# via
# -r requirements/base.txt
# django
stevedore==5.3.0
stevedore==5.4.0
# via
# -r requirements/base.txt
# edx-django-utils
# edx-opaque-keys
testfixtures==8.3.0
# via -r requirements/test.in
tomli==2.1.0
# via
# pylint
# pytest
tomlkit==0.13.2
# via pylint
typing-extensions==4.12.2
# via
# -r requirements/base.txt
# asgiref
# astroid
# edx-opaque-keys
# kombu
# pylint
tzdata==2024.2
# via
# -r requirements/base.txt
# backports-zoneinfo
# celery
# kombu
urllib3==2.2.3
# via requests
vine==5.1.0
Expand Down
10 changes: 2 additions & 8 deletions requirements/tox.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
Expand Down Expand Up @@ -28,13 +28,7 @@ pluggy==1.5.0
# via tox
pyproject-api==1.8.0
# via tox
tomli==2.1.0
# via
# pyproject-api
# tox
tox==4.23.2
# via -r requirements/tox.in
typing-extensions==4.12.2
# via tox
virtualenv==20.27.1
virtualenv==20.28.0
# via tox

0 comments on commit 43b7b73

Please sign in to comment.