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" }

48
uv.lock generated
View file

@ -591,7 +591,7 @@ name = "importlib-metadata"
version = "8.5.0"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "zipp" },
{ name = "zipp", marker = "python_full_version >= '3.12'" },
]
sdist = { url = "https://files.pythonhosted.org/packages/cd/12/33e59336dca5be0c398a7482335911a33aa0e20776128f038019f1a95f1b/importlib_metadata-8.5.0.tar.gz", hash = "sha256:71522656f0abace1d072b9e5481a48f07c138e00f079c38c8f883823f9c26bd7", size = 55304 }
wheels = [
@ -1672,7 +1672,12 @@ dependencies = [
{ name = "websockets" },
]
[package.optional-dependencies]
[package.dev-dependencies]
dev = [
{ name = "pylint" },
{ name = "ruff" },
{ name = "sqlite-web" },
]
documentation = [
{ name = "mkdocs" },
{ name = "mkdocs-git-authors-plugin" },
@ -1682,42 +1687,37 @@ documentation = [
{ name = "mkdocstrings", extra = ["python"] },
]
[package.dev-dependencies]
dev = [
{ name = "pylint" },
{ name = "ruff" },
{ name = "sqlite-web" },
]
[package.metadata]
requires-dist = [
{ name = "aiosqlite", specifier = ">=0.20.0" },
{ name = "beautifulsoup4", specifier = ">=4.12.3" },
{ name = "colorthief", specifier = ">=0.2.1" },
{ name = "markdownify", specifier = ">=0.13.1" },
{ name = "mkdocs", marker = "extra == 'documentation'", specifier = ">=1.6.1" },
{ name = "mkdocs-git-authors-plugin", marker = "extra == 'documentation'", specifier = ">=0.9.0" },
{ name = "mkdocs-git-revision-date-localized-plugin", marker = "extra == 'documentation'", specifier = ">=1.2.9" },
{ name = "mkdocs-material", extras = ["imaging"], marker = "extra == 'documentation'", specifier = ">=9.5.40" },
{ name = "mkdocs-redirects", marker = "extra == 'documentation'", specifier = ">=1.2.1" },
{ name = "mkdocstrings", extras = ["python"], marker = "extra == 'documentation'", specifier = ">=0.26.1" },
{ name = "numpy", specifier = ">=2.1.2" },
{ name = "phx-class-registry", specifier = ">=5.0.0" },
{ name = "markdownify", specifier = ">=0.14.1" },
{ name = "numpy", specifier = ">=2.2.2" },
{ name = "phx-class-registry", specifier = ">=5.1.1" },
{ name = "pillow", specifier = ">=10.4.0" },
{ name = "pip", specifier = ">=24.3.1" },
{ name = "pip", specifier = ">=25.0" },
{ name = "py-dactyl", git = "https://github.com/cswimr/pydactyl" },
{ name = "pydantic", specifier = ">=2.9.2" },
{ name = "pydantic", specifier = ">=2.10.6" },
{ name = "red-discordbot", specifier = ">=3.5.14" },
{ name = "watchdog", specifier = ">=5.0.3" },
{ name = "websockets", specifier = ">=13.1" },
{ name = "watchdog", specifier = ">=6.0.0" },
{ name = "websockets", specifier = ">=14.2" },
]
[package.metadata.requires-dev]
dev = [
{ name = "pylint", specifier = ">=3.3.1" },
{ name = "ruff", specifier = ">=0.6.9" },
{ name = "pylint", specifier = ">=3.3.3" },
{ name = "ruff", specifier = ">=0.9.3" },
{ name = "sqlite-web", specifier = ">=0.6.4" },
]
documentation = [
{ name = "mkdocs", specifier = ">=1.6.1" },
{ name = "mkdocs-git-authors-plugin", specifier = ">=0.9.2" },
{ name = "mkdocs-git-revision-date-localized-plugin", specifier = ">=1.3.0" },
{ name = "mkdocs-material", extras = ["imaging"], specifier = ">=9.5.50" },
{ name = "mkdocs-redirects", specifier = ">=1.2.2" },
{ name = "mkdocstrings", extras = ["python"], specifier = ">=0.27.0" },
]
[[package]]
name = "six"