Skip to content

Commit

Permalink
Pin down setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
hipek8 committed Dec 13, 2024
1 parent 313d9b6 commit 60b7959
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools>=61.0"]
requires = ["setuptools<66.0"]
build-backend = "setuptools.build_meta"

[tools.coverage.run]
Expand Down Expand Up @@ -84,6 +84,7 @@ dependencies = [
"simplejson==3.8.2",
"stevedore",
"wrapt==1.10.6",
"setuptools<66.0",
]

[project.optional-dependencies]
Expand Down
3 changes: 2 additions & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -502,8 +502,9 @@ rq==1.0
# django-rq
ruff==0.8.2
# via ralph (pyproject.toml)
setuptools==75.3.0
setuptools==65.7.0
# via
# ralph (pyproject.toml)
# django-money
# django-plainpasswordhasher
# markdown
Expand Down
3 changes: 2 additions & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -379,8 +379,9 @@ rq==1.0
# via
# ralph (pyproject.toml)
# django-rq
setuptools==75.3.0
setuptools==65.7.0
# via
# ralph (pyproject.toml)
# django-money
# markdown
simplejson==3.8.2
Expand Down
3 changes: 2 additions & 1 deletion requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -347,8 +347,9 @@ rq==1.0
# via
# ralph (pyproject.toml)
# django-rq
setuptools==75.3.0
setuptools==65.7.0
# via
# ralph (pyproject.toml)
# django-money
# markdown
simplejson==3.8.2
Expand Down
3 changes: 2 additions & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -452,8 +452,9 @@ rq==1.0
# django-rq
ruff==0.8.2
# via ralph (pyproject.toml)
setuptools==75.3.0
setuptools==65.7.0
# via
# ralph (pyproject.toml)
# django-money
# django-plainpasswordhasher
# markdown
Expand Down

0 comments on commit 60b7959

Please sign in to comment.