Skip to content

Commit

Permalink
chore: Upgrade Python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Nov 4, 2024
1 parent 4128161 commit 6a16c78
Show file tree
Hide file tree
Showing 6 changed files with 170 additions and 166 deletions.
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.3.1
# via -r python-template/{{cookiecutter.placeholder_repo_name}}/requirements/pip.in
setuptools==75.2.0
setuptools==75.3.0
# via -r python-template/{{cookiecutter.placeholder_repo_name}}/requirements/pip.in
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ cookiecutter==2.6.0
# via -r requirements/base.in
dill==0.3.9
# via pylint
edx-lint==5.4.0
edx-lint==5.4.1
# via -r requirements/base.in
idna==3.10
# via requests
Expand Down Expand Up @@ -82,7 +82,7 @@ pyyaml==6.0.2
# cookiecutter
requests==2.32.3
# via cookiecutter
rich==13.9.3
rich==13.9.4
# via cookiecutter
six==1.16.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.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/ci.in
virtualenv==20.27.0
virtualenv==20.27.1
# via tox
Loading

0 comments on commit 6a16c78

Please sign in to comment.