chore(deps): update dependencies

This commit is contained in:
cswimr 2025-02-01 16:56:34 +00:00
parent 89d5108ef2
commit 034748b08e
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087
2 changed files with 38 additions and 38 deletions

View file

@ -10,30 +10,30 @@ dependencies = [
"aiosqlite>=0.20.0",
"beautifulsoup4>=4.12.3",
"colorthief>=0.2.1",
"markdownify>=0.13.1",
"numpy>=2.1.2",
"phx-class-registry>=5.0.0",
"markdownify>=0.14.1",
"numpy>=2.2.2",
"phx-class-registry>=5.1.1",
"pillow>=10.4.0",
"pip>=24.3.1",
"pip>=25.0",
"py-dactyl",
"pydantic>=2.9.2",
"pydantic>=2.10.6",
"red-discordbot>=3.5.14",
"watchdog>=5.0.3",
"websockets>=13.1",
"watchdog>=6.0.0",
"websockets>=14.2",
]
[project.optional-dependencies]
[dependency-groups]
documentation = [
"mkdocs>=1.6.1",
"mkdocs-git-authors-plugin>=0.9.0",
"mkdocs-git-revision-date-localized-plugin>=1.2.9",
"mkdocs-material[imaging]>=9.5.40",
"mkdocstrings[python]>=0.26.1",
"mkdocs-redirects>=1.2.1",
"mkdocs-git-authors-plugin>=0.9.2",
"mkdocs-git-revision-date-localized-plugin>=1.3.0",
"mkdocs-material[imaging]>=9.5.50",
"mkdocs-redirects>=1.2.2",
"mkdocstrings[python]>=0.27.0",
]
[tool.uv]
dev-dependencies = ["pylint>=3.3.1", "ruff>=0.6.9", "sqlite-web>=0.6.4"]
dev-dependencies = ["pylint>=3.3.3", "ruff>=0.9.3", "sqlite-web>=0.6.4"]
[tool.uv.sources]
py-dactyl = { git = "https://github.com/cswimr/pydactyl" }