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 Apr 8, 2024
1 parent 20b87e3 commit b1471d2
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 6 deletions.
4 changes: 4 additions & 0 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -562,3 +562,7 @@ zipp==3.18.1
# via
# -r requirements/quality.txt
# importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
setuptools==69.2.0
# via -r requirements/quality.txt
3 changes: 2 additions & 1 deletion requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -582,4 +582,5 @@ zipp==3.18.1
# importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# setuptools
setuptools==69.2.0
# via -r requirements/test.txt
6 changes: 5 additions & 1 deletion requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -388,4 +388,8 @@ zope-interface==6.2
# via gevent

# The following packages are considered to be unsafe in a requirements file:
# setuptools
setuptools==69.2.0
# via
# -r requirements/base.txt
# zope-event
# zope-interface
3 changes: 2 additions & 1 deletion requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -538,4 +538,5 @@ zipp==3.18.1
# importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# setuptools
setuptools==69.2.0
# via -r requirements/test.txt
4 changes: 1 addition & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,4 @@ zipp==3.18.1

# The following packages are considered to be unsafe in a requirements file:
setuptools==69.2.0
# via
# -r requirements/base.txt
# -r requirements/test.in
# via -r requirements/base.txt

0 comments on commit b1471d2

Please sign in to comment.