Skip to content

Commit

Permalink
Update Python tools and other packaging requirement versions, then re…
Browse files Browse the repository at this point in the history
…generate requirements.txt, e.g. pyright to 1.1.391
  • Loading branch information
nth10sd committed Dec 19, 2024
1 parent 87b7056 commit 25ed821
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies = [
"types-setuptools==75.5.0.20241121", # Bump types-* only with mypy
"typing-extensions ~= 4.12.2", # Directly import Self from typing on Python 3.11+
'tomli ~= 2.2.1; python_version <= "3.10"',
"uv >= 0.5.7", # CI looks out for the comparison: >=
"uv >= 0.5.10", # CI looks out for the comparison: >=
"wheel==0.45.0",
]
dynamic = ["version", "readme"]
Expand All @@ -42,7 +42,7 @@ test = [
"mypy ~= 1.13.0",
"overrides ~= 7.7.0",
"pylint ~= 3.3.2",
'pyright==1.1.390; platform_system == "Linux"',
'pyright==1.1.391; platform_system == "Linux"',
"pytest ~= 8.3.4",
"pytest-cov ~= 6.0.0",
"pytest-dependency ~= 0.6.0",
Expand All @@ -55,7 +55,7 @@ test = [
"pytest-vulture ~= 2.2.2",
"pytest-xdist ~= 3.6.1",
"refurb ~= 2.0.0",
"ruff ~= 0.8.2",
"ruff ~= 0.8.3",
"sphinx ~= 8.1.3",
"vulture ~= 2.14",
]
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ pylint==3.3.2
# via
# startrepo (pyproject.toml)
# pytest-pylint
pyright==1.1.390 ; platform_system == 'Linux'
pyright==1.1.391 ; platform_system == 'Linux'
# via startrepo (pyproject.toml)
pytest==8.3.4
# via
Expand Down Expand Up @@ -114,7 +114,7 @@ refurb==2.0.0
# via startrepo (pyproject.toml)
requests==2.32.3
# via sphinx
ruff==0.8.2
ruff==0.8.3
# via
# startrepo (pyproject.toml)
# pytest-ruff
Expand Down Expand Up @@ -169,7 +169,7 @@ typing-extensions==4.12.2
# pyright
urllib3==2.2.3
# via requests
uv==0.5.7
uv==0.5.10
# via startrepo (pyproject.toml)
vulture==2.14
# via
Expand Down

0 comments on commit 25ed821

Please sign in to comment.