Skip to content

Commit

Permalink
Revert "Merge pull request chapel-lang#85 from chapel-lang/dependabot…
Browse files Browse the repository at this point in the history
…/pip/setuptools-65.5.1"

This reverts commit fa5469a, reversing
changes made to 5de367e.
  • Loading branch information
lydia-duncan committed Jan 16, 2024
1 parent fa5469a commit 94e3082
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Note: DON'T UPDATE THIS WITHOUT ALSO UPDATING SETUP.PY
docutils==0.18
Sphinx==5.3.0
setuptools==65.5.1
setuptools==54.0.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
install_requires=[
'docutils==0.18',
'Sphinx==5.3.0',
'setuptools==65.5.1',
'setuptools==54.0.0',
],
namespace_packages=['sphinxcontrib']
)

0 comments on commit 94e3082

Please sign in to comment.