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 #274

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 @@ -28,5 +28,5 @@ pyyaml==6.0.2
# via edx-django-release-util
six==1.16.0
# via edx-django-release-util
sqlparse==0.5.1
sqlparse==0.5.2
# via django
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ colorama==0.4.6
# via
# -r /home/runner/work/edx-submissions/edx-submissions/requirements/tox.txt
# tox
coverage[toml]==7.6.4
coverage[toml]==7.6.8
# via coveralls
coveralls==4.0.1
# via -r requirements/ci.in
Expand Down Expand Up @@ -61,7 +61,7 @@ tox==4.23.2
# via -r /home/runner/work/edx-submissions/edx-submissions/requirements/tox.txt
urllib3==2.2.3
# via requests
virtualenv==20.27.1
virtualenv==20.28.0
# via
# -r /home/runner/work/edx-submissions/edx-submissions/requirements/tox.txt
# tox
12 changes: 6 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ click-log==0.4.0
# via
# -r test.txt
# edx-lint
code-annotations==1.8.0
code-annotations==2.0.0
# via
# -r test.txt
# edx-lint
coverage[toml]==7.6.4
coverage[toml]==7.6.8
# via
# -r test.txt
# pytest-cov
Expand Down Expand Up @@ -104,8 +104,8 @@ edx-lint==5.3.7
# -c constraints.txt
# -r test.txt
factory-boy==3.3.1
# via -r test.txt
faker==30.8.2
# via -r /home/runner/work/edx-submissions/edx-submissions/requirements/test.txt
faker==33.0.0
# via
# -r test.txt
# factory-boy
Expand Down Expand Up @@ -307,13 +307,13 @@ sphinxcontrib-serializinghtml==2.0.0
# -r docs.txt
# -r test.txt
# sphinx
sqlparse==0.5.1
sqlparse==0.5.2
# via
# -r base.txt
# -r docs.txt
# -r test.txt
# django
stevedore==5.3.0
stevedore==5.4.0
# via
# -r test.txt
# code-annotations
Expand Down
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ sphinxcontrib-qthelp==2.0.0
# via sphinx
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
sqlparse==0.5.1
sqlparse==0.5.2
# via
# -r base.txt
# django
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pyproject-hooks==1.2.0
# via
# build
# pip-tools
wheel==0.45.0
wheel==0.45.1
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# make upgrade
#
wheel==0.45.0
wheel==0.45.1
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==24.3.1
# via -r requirements/pip.in
setuptools==75.4.0
setuptools==75.6.0
# via -r requirements/pip.in
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ click==8.1.7
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==1.8.0
code-annotations==2.0.0
# via edx-lint
coverage[toml]==7.6.4
coverage[toml]==7.6.8
# via pytest-cov
ddt==1.7.2
# via -r requirements/test.in
Expand Down Expand Up @@ -83,7 +83,7 @@ edx-lint==5.3.7
# -r requirements/test.in
factory-boy==3.3.1
# via -r requirements/test.in
faker==30.8.2
faker==33.0.0
# via factory-boy
freezegun==1.5.1
# via -r requirements/test.in
Expand Down Expand Up @@ -238,12 +238,12 @@ sphinxcontrib-serializinghtml==2.0.0
# via
# -r /home/runner/work/edx-submissions/edx-submissions/requirements/docs.txt
# sphinx
sqlparse==0.5.1
sqlparse==0.5.2
# via
# -r /home/runner/work/edx-submissions/edx-submissions/requirements/base.txt
# -r /home/runner/work/edx-submissions/edx-submissions/requirements/docs.txt
# django
stevedore==5.3.0
stevedore==5.4.0
# via code-annotations
text-unidecode==1.3
# via python-slugify
Expand Down
2 changes: 1 addition & 1 deletion requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ pyproject-api==1.8.0
# via tox
tox==4.23.2
# via -r requirements/tox.in
virtualenv==20.27.1
virtualenv==20.28.0
# via tox
2 changes: 1 addition & 1 deletion submissions/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
""" API for creating submissions and scores. """
__version__ = '3.8.3'
__version__ = '3.8.4'
Loading