Skip to content

Commit

Permalink
bump setuptools version (#1419)
Browse files Browse the repository at this point in the history
Signed-off-by: Paul S. Schweigert <[email protected]>
  • Loading branch information
psschwei authored Jul 23, 2024
1 parent 84d2eab commit 610c1be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion client/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools>=69.2.0", "wheel"]
requires = ["setuptools>=70.0.0", "wheel"]
build-backend = "setuptools.build_meta"

[tool.pytest.ini_options]
Expand Down
1 change: 1 addition & 0 deletions client/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ requests-mock>=1.11.0
# new versions of testcontainers don't support docker compose
testcontainers==3.7.1
tox>=4.0.0
setuptools>=70.0.0

0 comments on commit 610c1be

Please sign in to comment.