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

Merged
merged 1 commit into from
Feb 11, 2025
Merged
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
5 changes: 4 additions & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jinja2==3.1.5
# via -r requirements/base.in
markupsafe==3.0.2
# via jinja2
pbr==6.1.0
pbr==6.1.1
# via stevedore
python-slugify==8.0.4
# via -r requirements/base.in
Expand All @@ -20,3 +20,6 @@ stevedore==5.4.0
# via -r requirements/base.in
text-unidecode==1.3
# via python-slugify

# The following packages are considered to be unsafe in a requirements file:
# setuptools
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.6.10
coverage[toml]==7.6.11
# via
# -r requirements/quality.txt
# pytest-cov
Expand All @@ -60,7 +60,7 @@ distlib==0.3.9
# via
# -r requirements/ci.txt
# virtualenv
django==4.2.18
django==4.2.19
# via
# -c requirements/common_constraints.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -103,7 +103,7 @@ packaging==24.2
# pyproject-api
# pytest
# tox
pbr==6.1.0
pbr==6.1.1
# via
# -r requirements/quality.txt
# stevedore
Expand Down
2 changes: 1 addition & 1 deletion requirements/django.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
asgiref==3.8.1
# via django
django==4.2.18
django==4.2.19
# via
# -c requirements/common_constraints.txt
# -r requirements/django.in
Expand Down
11 changes: 7 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ babel==2.17.0
# sphinx
backports-tarfile==1.2.0
# via jaraco-context
beautifulsoup4==4.13.0
beautifulsoup4==4.13.3
# via pydata-sphinx-theme
certifi==2025.1.31
# via requests
Expand All @@ -28,13 +28,13 @@ charset-normalizer==3.4.1
# via requests
click==8.1.8
# via -r requirements/test.txt
coverage[toml]==7.6.10
coverage[toml]==7.6.11
# via
# -r requirements/test.txt
# pytest-cov
cryptography==44.0.0
# via secretstorage
django==4.2.18
django==4.2.19
# via
# -c requirements/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -97,7 +97,7 @@ packaging==24.2
# pytest
# sphinx
# twine
pbr==6.1.0
pbr==6.1.1
# via
# -r requirements/test.txt
# stevedore
Expand Down Expand Up @@ -193,3 +193,6 @@ urllib3==2.2.3
# twine
zipp==3.21.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# setuptools
9 changes: 6 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ click-log==0.4.0
# via edx-lint
code-annotations==2.2.0
# via edx-lint
coverage[toml]==7.6.10
coverage[toml]==7.6.11
# via
# -r requirements/test.txt
# pytest-cov
dill==0.3.9
# via pylint
django==4.2.18
django==4.2.19
# via
# -c requirements/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -58,7 +58,7 @@ packaging==24.2
# via
# -r requirements/test.txt
# pytest
pbr==6.1.0
pbr==6.1.1
# via
# -r requirements/test.txt
# stevedore
Expand Down Expand Up @@ -118,3 +118,6 @@ text-unidecode==1.3
# python-slugify
tomlkit==0.13.2
# via pylint

# The following packages are considered to be unsafe in a requirements file:
# setuptools
7 changes: 5 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ asgiref==3.8.1
# django
click==8.1.8
# via -r requirements/base.txt
coverage[toml]==7.6.10
coverage[toml]==7.6.11
# via pytest-cov
# via
# -c requirements/common_constraints.txt
Expand All @@ -27,7 +27,7 @@ mock==5.1.0
# via -r requirements/test.in
packaging==24.2
# via pytest
pbr==6.1.0
pbr==6.1.1
# via
# -r requirements/base.txt
# stevedore
Expand All @@ -51,3 +51,6 @@ text-unidecode==1.3
# via
# -r requirements/base.txt
# python-slugify

# The following packages are considered to be unsafe in a requirements file:
# setuptools