Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Upgrade Python requirements #334

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ django==4.2.15
# -c requirements/common_constraints.txt
# -r requirements/base.in
# social-auth-app-django
idna==3.7
idna==3.8
# via requests
oauthlib==3.2.2
# via
Expand Down
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ django==4.2.15
# social-auth-app-django
edx-django-release-util==1.4.0
# via -r requirements/test.txt
edx-lint==5.3.7
edx-lint==5.4.0
# via -r requirements/test.txt
filelock==3.15.4
# via
Expand All @@ -90,7 +90,7 @@ filelock==3.15.4
# virtualenv
httpretty==1.1.4
# via -r requirements/test.txt
idna==3.7
idna==3.8
# via
# -r requirements/test.txt
# requests
Expand Down Expand Up @@ -131,7 +131,7 @@ packaging==24.1
# build
# pytest
# tox
pbr==6.0.0
pbr==6.1.0
# via
# -r requirements/test.txt
# stevedore
Expand Down Expand Up @@ -240,7 +240,7 @@ sqlparse==0.5.1
# via
# -r requirements/test.txt
# django
stevedore==5.2.0
stevedore==5.3.0
# via
# -r requirements/test.txt
# code-annotations
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==72.2.0
setuptools==74.0.0
# via -r requirements/pip.in
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,15 @@ distlib==0.3.8
# social-auth-app-django
edx-django-release-util==1.4.0
# via -r requirements/test.in
edx-lint==5.3.7
edx-lint==5.4.0
# via -r requirements/test.in
filelock==3.15.4
# via
# tox
# virtualenv
httpretty==1.1.4
# via -r requirements/test.in
idna==3.7
idna==3.8
# via
# -r requirements/base.txt
# requests
Expand All @@ -93,7 +93,7 @@ packaging==24.1
# via
# pytest
# tox
pbr==6.0.0
pbr==6.1.0
# via stevedore
platformdirs==4.2.2
# via
Expand Down Expand Up @@ -175,7 +175,7 @@ sqlparse==0.5.1
# via
# -r requirements/base.txt
# django
stevedore==5.2.0
stevedore==5.3.0
# via code-annotations
text-unidecode==1.3
# via python-slugify
Expand Down
Loading