mirror of
https://github.com/Akkudoktor-EOS/EOS.git
synced 2026-09-10 18:06:37 +00:00
build(deps): consolidate Dependabot updates (#1266)
* build(deps): consolidate Dependabot updates * build(deps): extend rollup and synchronize lockfile * build(deps): bump linkify-it-py to 2.2.0
This commit is contained in:
@@ -38,7 +38,7 @@ repos:
|
|||||||
- types-requests==2.33.0.20260712
|
- types-requests==2.33.0.20260712
|
||||||
- pandas-stubs==3.0.5.260730
|
- pandas-stubs==3.0.5.260730
|
||||||
- tokenize-rt==6.2.0
|
- tokenize-rt==6.2.0
|
||||||
- types-docutils==0.22.3.20260712
|
- types-docutils==0.23.0.20260827
|
||||||
- types-PyYaml==6.0.12.20260815
|
- types-PyYaml==6.0.12.20260815
|
||||||
pass_filenames: false
|
pass_filenames: false
|
||||||
|
|
||||||
|
|||||||
+11
-11
@@ -16,7 +16,7 @@ classifiers = [
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"babel==2.18.0",
|
"babel==2.18.0",
|
||||||
"beautifulsoup4==4.15.0",
|
"beautifulsoup4==4.15.0",
|
||||||
"cachebox==6.2.5",
|
"cachebox==6.2.6",
|
||||||
"numpy==2.4.6",
|
"numpy==2.4.6",
|
||||||
"numpydantic==1.10.0",
|
"numpydantic==1.10.0",
|
||||||
"matplotlib==3.11.1",
|
"matplotlib==3.11.1",
|
||||||
@@ -24,7 +24,7 @@ dependencies = [
|
|||||||
"fastapi[standard-no-fastapi-cloud-cli]==0.141.1",
|
"fastapi[standard-no-fastapi-cloud-cli]==0.141.1",
|
||||||
"fastapi_cli==0.0.32",
|
"fastapi_cli==0.0.32",
|
||||||
"rich-toolkit==0.20.3",
|
"rich-toolkit==0.20.3",
|
||||||
"python-fasthtml==0.14.11",
|
"python-fasthtml==0.14.12",
|
||||||
"MonsterUI==1.0.47",
|
"MonsterUI==1.0.47",
|
||||||
"markdown-it-py==4.2.0",
|
"markdown-it-py==4.2.0",
|
||||||
"mdit-py-plugins==0.6.1",
|
"mdit-py-plugins==0.6.1",
|
||||||
@@ -36,14 +36,14 @@ dependencies = [
|
|||||||
"requests==2.34.2",
|
"requests==2.34.2",
|
||||||
"pandas==3.0.5",
|
"pandas==3.0.5",
|
||||||
"pendulum==3.2.0",
|
"pendulum==3.2.0",
|
||||||
"platformdirs==4.11.3",
|
"platformdirs==4.11.5",
|
||||||
"psutil==7.2.2",
|
"psutil==7.2.2",
|
||||||
"pvlib==0.15.2",
|
"pvlib==0.15.2",
|
||||||
"pydantic==2.13.4",
|
"pydantic==2.13.5",
|
||||||
"pydantic_extra_types==2.11.2",
|
"pydantic_extra_types==2.11.2",
|
||||||
"statsmodels==0.14.6",
|
"statsmodels==0.15.0",
|
||||||
"pydantic-settings==2.15.0",
|
"pydantic-settings==2.15.0",
|
||||||
"linkify-it-py==2.1.0",
|
"linkify-it-py==2.2.0",
|
||||||
"loguru==0.7.3",
|
"loguru==0.7.3",
|
||||||
"lmdb==2.3.0",
|
"lmdb==2.3.0",
|
||||||
]
|
]
|
||||||
@@ -64,16 +64,16 @@ dev = [
|
|||||||
"types-requests==2.33.0.20260712", # for mypy
|
"types-requests==2.33.0.20260712", # for mypy
|
||||||
"pandas-stubs==3.0.5.260730", # for mypy
|
"pandas-stubs==3.0.5.260730", # for mypy
|
||||||
"tokenize-rt==6.2.0", # for mypy
|
"tokenize-rt==6.2.0", # for mypy
|
||||||
"types-docutils==0.22.3.20260712", # for mypy
|
"types-docutils==0.23.0.20260827", # for mypy
|
||||||
"types-PyYaml==6.0.12.20260815", # for mypy
|
"types-PyYaml==6.0.12.20260815", # for mypy
|
||||||
"commitizen==4.17.1",
|
"commitizen==4.18.0",
|
||||||
"deprecated==1.3.1", # for commitizen
|
"deprecated==1.3.1", # for commitizen
|
||||||
|
|
||||||
# Sphinx
|
# Sphinx
|
||||||
"sphinx==9.0.4",
|
"sphinx==9.0.4",
|
||||||
"sphinx_rtd_theme==3.1.0",
|
"sphinx_rtd_theme==3.1.0",
|
||||||
"sphinx-tabs==3.5.0",
|
"sphinx-tabs==3.5.0",
|
||||||
"GitPython==3.1.59",
|
"GitPython==3.1.61",
|
||||||
"myst-parser==5.1.0",
|
"myst-parser==5.1.0",
|
||||||
"docutils==0.21.2",
|
"docutils==0.21.2",
|
||||||
"sphinxcontrib-mermaid==2.1.0 ",
|
"sphinxcontrib-mermaid==2.1.0 ",
|
||||||
@@ -83,8 +83,8 @@ dev = [
|
|||||||
"pytest-asyncio==1.4.0",
|
"pytest-asyncio==1.4.0",
|
||||||
"pytest-cov==7.1.0",
|
"pytest-cov==7.1.0",
|
||||||
"pytest-xprocess==1.0.2",
|
"pytest-xprocess==1.0.2",
|
||||||
"coverage==7.15.4",
|
"coverage==7.16.0",
|
||||||
"pypdf==6.16.1",
|
"pypdf==6.16.2",
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
|
|||||||
Reference in New Issue
Block a user