Skip to content

Commit

Permalink
chore(deps): update project dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kennedykori committed Mar 12, 2024
1 parent 908ed3c commit a3aa221
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ requires-python = ">=3.11" # Support Python 3.10+.

[project.optional-dependencies]
dev = [
"pre-commit~=3.6.0",
"pre-commit~=3.6.2",
]

docs = [
"furo==2023.9.10",
"furo==2024.1.29",
"jaraco.packaging~=9.4.0",
"rst.linker~=2.4.0",
"Sphinx~=7.2.6",
Expand All @@ -59,14 +59,14 @@ test = [
"coverage~=6.5.0",
"coveralls~=3.3.1",
"packaging",
"pyright>=1.1.345",
"pytest~=7.4.4",
"pyright>=1.1.353",
"pytest~=8.1.1",
"pytest-cov~=4.1.0",
"pytest-forked~=1.6.0",
"pytest-sugar~=0.9.7",
"pytest-sugar~=1.0.0",
"pytest-xdist~=3.5.0",
"ruff~=0.3.2",
"tox~=4.11.4",
"tox~=4.14.1",
"tox-gh-actions~=3.2.0",
]

Expand Down

0 comments on commit a3aa221

Please sign in to comment.