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

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/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ tox==4.23.2
# via -r requirements/tox.txt
urllib3==2.2.3
# via requests
virtualenv==20.27.1
virtualenv==20.28.0
# via
# -r requirements/tox.txt
# tox
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ click==8.1.7
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==1.8.2
code-annotations==2.0.0
# via edx-lint
colorama==0.4.6
# via tox
Expand Down Expand Up @@ -75,7 +75,7 @@ pluggy==1.5.0
# tox
pycodestyle==2.12.1
# via -r requirements/test.in
pylint==3.3.1
pylint==3.3.2
# via
# -r requirements/test.in
# edx-lint
Expand All @@ -94,7 +94,7 @@ pyparsing==3.2.0
# via -r requirements/base.txt
pyproject-api==1.8.0
# via tox
pytest==8.3.3
pytest==8.3.4
# via -r requirements/test.in
python-slugify==8.0.4
# via code-annotations
Expand All @@ -114,5 +114,5 @@ tomlkit==0.13.2
# via pylint
tox==4.23.2
# via -r requirements/test.in
virtualenv==20.27.1
virtualenv==20.28.0
# via tox
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