Skip to content

Commit

Permalink
Upgrade all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
daoo committed Oct 22, 2024
1 parent 29c7c5a commit 3eff14e
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 79 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ classifiers = [
]
dependencies = [
"aiohttp-jinja2>=1.6",
"aiohttp>=3.10.6",
"aiohttp>=3.10.9",
"matplotlib>=3.9.2",
"numpy>=2.1.1",
"numpy>=2.1.2",
"pandas-stubs>=2.2.3.241009",
"pandas>=2.2.3",
"pyftdi>=0.55.4",
Expand All @@ -36,14 +36,14 @@ build-backend = "hatchling.build"
[tool.uv]
dev-dependencies = [
"mock>=5.1.0",
"pyright>=1.1.382.post1",
"pyright>=1.1.383",
"pytest>=8.3.3",
"pytest-aiohttp>=1.0.5",
"pytest-asyncio>=0.24.0",
"pytest-cov>=5.0.0",
"pytest-mock>=3.14.0",
"requests>=2.32.3",
"ruff>=0.6.8",
"ruff>=0.6.9",
]

[tool.ruff.lint]
Expand Down
Loading

0 comments on commit 3eff14e

Please sign in to comment.