Skip to content

Commit

Permalink
Merge pull request #34892 from dimagi/jc/upgrade-setuptools
Browse files Browse the repository at this point in the history
upgrade setuptools
  • Loading branch information
jingcheng16 authored Jul 22, 2024
2 parents b50c91a + a708b0b commit 5617ea0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements/dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -848,7 +848,7 @@ zope-interface==6.1
# The following packages are considered to be unsafe in a requirements file:
pip==23.3
# via pip-tools
setuptools==69.0.3
setuptools==70.0.0
# via
# django-websocket-redis
# opentelemetry-api
Expand Down
2 changes: 1 addition & 1 deletion requirements/docs-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@ zope-interface==6.1
# via gevent

# The following packages are considered to be unsafe in a requirements file:
setuptools==69.0.3
setuptools==70.0.0
# via
# django-websocket-redis
# opentelemetry-api
Expand Down
2 changes: 1 addition & 1 deletion requirements/prod-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,7 @@ zope-interface==6.1
# The following packages are considered to be unsafe in a requirements file:
pip==23.3
# via -r prod-requirements.in
setuptools==69.0.3
setuptools==70.0.0
# via
# django-websocket-redis
# opentelemetry-api
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ zope-interface==6.1
# via gevent

# The following packages are considered to be unsafe in a requirements file:
setuptools==69.0.3
setuptools==70.0.0
# via
# django-websocket-redis
# opentelemetry-api
Expand Down
2 changes: 1 addition & 1 deletion requirements/test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ zope-interface==6.1
# The following packages are considered to be unsafe in a requirements file:
pip==23.3
# via pip-tools
setuptools==69.0.3
setuptools==70.0.0
# via
# django-websocket-redis
# opentelemetry-api
Expand Down

0 comments on commit 5617ea0

Please sign in to comment.