Skip to content

Commit

Permalink
chore: Updating Python Requirements (#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Dec 14, 2023
1 parent d59c099 commit a7b114f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ social-auth-core==4.5.1
# social-auth-app-django
sqlparse==0.4.4
# via django
typing-extensions==4.8.0
typing-extensions==4.9.0
# via asgiref
urllib3==2.1.0
# via requests
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
distlib==0.3.7
distlib==0.3.8
# via virtualenv
filelock==3.13.1
# via
Expand Down
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ asgiref==3.7.2
# via
# -r requirements/test.txt
# django
astroid==3.0.1
astroid==3.0.2
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -68,7 +68,7 @@ dill==0.3.7
# via
# -r requirements/test.txt
# pylint
distlib==0.3.7
distlib==0.3.8
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -104,7 +104,7 @@ iniconfig==2.0.0
# via
# -r requirements/test.txt
# pytest
isort==5.12.0
isort==5.13.2
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -173,7 +173,7 @@ pyjwt[crypto]==2.8.0
# -r requirements/test.txt
# pyjwt
# social-auth-core
pylint==3.0.2
pylint==3.0.3
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -281,7 +281,7 @@ traceback2==1.4.0
# via
# -r requirements/test.txt
# unittest2
typing-extensions==4.8.0
typing-extensions==4.9.0
# via
# -r requirements/test.txt
# asgiref
Expand Down
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ asgiref==3.7.2
# via
# -r requirements/base.txt
# django
astroid==3.0.1
astroid==3.0.2
# via
# pylint
# pylint-celery
Expand Down Expand Up @@ -51,7 +51,7 @@ defusedxml==0.8.0rc2
# social-auth-core
dill==0.3.7
# via pylint
distlib==0.3.7
distlib==0.3.8
# via virtualenv
# via
# -c requirements/common_constraints.txt
Expand All @@ -73,7 +73,7 @@ idna==3.6
# requests
iniconfig==2.0.0
# via pytest
isort==5.12.0
isort==5.13.2
# via pylint
jinja2==3.1.2
# via code-annotations
Expand Down Expand Up @@ -117,7 +117,7 @@ pyjwt[crypto]==2.8.0
# -r requirements/base.txt
# pyjwt
# social-auth-core
pylint==3.0.2
pylint==3.0.3
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -194,7 +194,7 @@ tox==3.28.0
# -r requirements/test.in
traceback2==1.4.0
# via unittest2
typing-extensions==4.8.0
typing-extensions==4.9.0
# via
# -r requirements/base.txt
# asgiref
Expand Down

0 comments on commit a7b114f

Please sign in to comment.