Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wummel committed Nov 24, 2024
1 parent f21168d commit bee295a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.5.0",
"setuptools==75.6.0",

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

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

# for python type checking
"pytype==2024.10.11",

# for generating a Python .whl file
"wheel==0.45.0",
"wheel==0.45.1",

# for generating the web page
"sphinx==8.1.3",
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.2"
uv_version_dev = "0.5.4"

0 comments on commit bee295a

Please sign in to comment.