Skip to content

Commit

Permalink
chore: Updating Python Requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Oct 16, 2023
1 parent 2984ce8 commit bb127ed
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ wheel==0.41.2
# via -r python-template/{{cookiecutter.placeholder_repo_name}}/requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.2.1
pip==23.3
# via -r python-template/{{cookiecutter.placeholder_repo_name}}/requirements/pip.in
setuptools==68.2.2
# via -r python-template/{{cookiecutter.placeholder_repo_name}}/requirements/pip.in
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ py==1.11.0
# via
# -r requirements/ci.txt
# tox
pycodestyle==2.11.0
pycodestyle==2.11.1
# via -r requirements/test.txt
pycparser==2.21
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ wheel==0.41.2
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.2.1
pip==23.3
# via -r requirements/pip.in
setuptools==68.2.2
# via -r requirements/pip.in
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ platformdirs==3.11.0
# virtualenv
pluggy==1.3.0
# via pytest
pycodestyle==2.11.0
pycodestyle==2.11.1
# via -r requirements/test.in
pycparser==2.21
# via cffi
Expand Down

0 comments on commit bb127ed

Please sign in to comment.