Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ docs = [
"sphinx-copybutton==0.5.2; python_version >= '3.12'",
"sphinx-sitemap==2.9.0; python_version >= '3.12'",
"sphinx-togglebutton==0.4.5; python_version >= '3.12'",
"pygments==2.20.0; python_version >= '3.12'",
"pygments==2.21.0; python_version >= '3.12'",
"docutils==0.22.4; python_version >= '3.12'",
]
# Used for dev work
Expand All @@ -60,7 +60,7 @@ dev = [
"coveralls", # Do we really need this?
"ruff",
"mypy",
"pyright==1.1.387",
"pyright==1.1.411",
"typer==0.27.1", # Needed for make.py; older typer incompatible with security-patched click
"wheel",
"bottle", # Used for web testing playground
Expand All @@ -69,7 +69,7 @@ dev = [
]

# Testing only
testing_libraries = ["pytest", "pytest-mock", "pytest-cov", "pyyaml==6.0.1"]
testing_libraries = ["pytest", "pytest-mock", "pytest-cov", "pyyaml==6.0.3"]

[project.scripts]
arcade = "arcade.cli:run_arcade_cli"
Expand Down
Loading
Loading