Skip to content

Commit

Permalink
Updated uv, ruff and setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
wummel committed Nov 18, 2024
1 parent c129b47 commit 2186acc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ argcompletion = [
[tool.uv]
dev-dependencies = [
# for using setuptools.setup() in setup.py
"setuptools==75.3.0",
"setuptools==75.5.0",

# for testing
"pytest==8.3.3",
Expand All @@ -30,7 +30,7 @@ dev-dependencies = [
"pytest-randomly==3.16.0",

# for python code linting
"ruff==0.7.3",
"ruff==0.7.4",

# for python type checking
"pytype==2024.10.11",
Expand All @@ -52,4 +52,4 @@ dev-dependencies = [
[tool.patool]
# pin versions of Python and uv for development
python_version_dev = "3.12.7"
uv_version_dev = "0.5.1"
uv_version_dev = "0.5.2"

0 comments on commit 2186acc

Please sign in to comment.