Skip to content

Commit

Permalink
Pin setuptools and repin deps
Browse files Browse the repository at this point in the history
See pypa/setuptools#4487 (comment)
for context as to why we're pinning.

CMK-19117

Change-Id: Ib06f2a4faa0ee0eb1ed103b72850218ee27a3dc0
  • Loading branch information
Synss committed Oct 1, 2024
1 parent 3b794b5 commit 7995f84
Show file tree
Hide file tree
Showing 4 changed files with 346 additions and 337 deletions.
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ uvicorn = "*"
webtest = "*" # used by WSGI based tests

[packages]
setuptools = "<=70.3.0" # See https://github.com/pypa/setuptools/issues/4487#issuecomment-2237487845 for context
setuptools-scm = "==4.1.2" # needed by various setup.py
six = "==1.16.0" # direct dependency + needed by python-dateutil, vcrpy, python-active-directory
python-dateutil = "~=2.9.0" # direct dependency
Expand Down
20 changes: 9 additions & 11 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7995f84

Please sign in to comment.