Skip to content

Commit

Permalink
feat!: running makeupgrade using python 3.11.
Browse files Browse the repository at this point in the history
  • Loading branch information
awais786 committed Sep 6, 2024
1 parent 526defd commit 149ccd3
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ asgiref==3.8.1
# via django
billiard==4.2.0
# via celery
celery==5.4.0
celery==5.3.6
# via
# -c requirements/constraints.txt
# edx-celeryutils
Expand Down
2 changes: 1 addition & 1 deletion requirements/celery53.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ amqp==5.2.0
# via kombu
billiard==4.2.0
# via celery
celery==5.4.0
celery==5.3.6
# via -r requirements/celery53.in
click==8.1.7
# via
Expand Down
1 change: 1 addition & 0 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@



# A central location for most common version constraints
# (across edx repos) for pip-installation.
#
Expand Down
9 changes: 8 additions & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage==7.6.1
# via -r requirements/ci.txt
diff-cover==9.1.1
# via -r requirements/dev.in
dill==0.3.8
Expand Down Expand Up @@ -96,10 +98,11 @@ idna==3.8
# via
# -r requirements/quality.txt
# requests
importlib-metadata==8.3.0
importlib-metadata==8.4.0
# via
# -r requirements/quality.txt
# keyring
# twine
isort==5.13.2
# via
# -r requirements/quality.txt
Expand Down Expand Up @@ -311,6 +314,10 @@ typing-extensions==4.12.2
# pydantic
# pydantic-core
# typer
tzdata==2024.1
# via
# -r requirements/quality.txt
# pydantic
urllib3==2.2.2
# via
# -r requirements/quality.txt
Expand Down
6 changes: 5 additions & 1 deletion requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ babel==2.16.0
# via sphinx
billiard==4.2.0
# via celery
celery==5.4.0
celery==5.3.6
# via
# -c requirements/constraints.txt
# edx-celeryutils
Expand Down Expand Up @@ -171,6 +171,7 @@ python-dateutil==2.9.0.post0
python-slugify==8.0.4
# via code-annotations
pytz==2024.1
# via drf-yasg
pyyaml==6.0.2
# via
# code-annotations
Expand Down Expand Up @@ -236,3 +237,6 @@ vine==5.1.0
# kombu
wcwidth==0.2.13
# via prompt-toolkit

# The following packages are considered to be unsafe in a requirements file:
# setuptools
3 changes: 2 additions & 1 deletion requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,10 @@ edx-lint==5.4.0
# via -r requirements/quality.in
idna==3.8
# via requests
importlib-metadata==8.3.0
importlib-metadata==8.4.0
# via
# keyring
# twine
isort==5.13.2
# via
# -r requirements/quality.in
Expand Down

0 comments on commit 149ccd3

Please sign in to comment.