File tree Expand file tree Collapse file tree 3 files changed +16
-12
lines changed
.semversioner/next-release Expand file tree Collapse file tree 3 files changed +16
-12
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "type" : " patch" ,
3+ "description" : " Dependency Updates"
4+ }
Original file line number Diff line number Diff line change @@ -64,16 +64,16 @@ tiktoken = "^0.8.0"
6464# Data-Sci
6565numpy = " ^1.25.2"
6666graspologic = " ^3.4.1"
67- networkx = " ^3"
67+ networkx = " ^3.4.2 "
6868pandas = " ^2.2.3"
69- matplotlib = " ^3.9.0 "
69+ matplotlib = " ^3.9.3 "
7070pyarrow = " ^15.0.0"
7171umap-learn = " ^0.5.6"
7272
7373# Configuration
7474pyyaml = " ^6.0.2"
7575pyaml-env = " ^1.2.1"
76- python-dotenv = " ^1.0.0 "
76+ python-dotenv = " ^1.0.1 "
7777
7878pydantic = " ^2.10.3"
7979rich = " ^13.9.4"
@@ -94,21 +94,21 @@ tqdm = "^4.67.1"
9494httpx = " ^0.28.1"
9595
9696[tool .poetry .group .dev .dependencies ]
97- coverage = " ^7.6.0 "
98- ipykernel = " ^6.29.4 "
97+ coverage = " ^7.6.9 "
98+ ipykernel = " ^6.29.5 "
9999jupyter = " ^1.1.1"
100- nbconvert = " ^7.16.3 "
100+ nbconvert = " ^7.16.4 "
101101poethepoet = " ^0.31.1"
102- pyright = " ^1.1.384 "
103- pytest = " ^8.3.2 "
102+ pyright = " ^1.1.390 "
103+ pytest = " ^8.3.4 "
104104pytest-asyncio = " ^0.24.0"
105105pytest-timeout = " ^2.3.1"
106106ruff = " ^0.8.2"
107- semversioner = " ^2.0.3 "
107+ semversioner = " ^2.0.5 "
108108update-toml = " ^0.2.1"
109109deptry = " ^0.21.1"
110- mkdocs-material = " ^9.5.39 "
111- mkdocs-jupyter = " ^0.25.0 "
110+ mkdocs-material = " ^9.5.48 "
111+ mkdocs-jupyter = " ^0.25.1 "
112112mkdocs-exclude-search = " ^0.6.6"
113113pytest-dotenv = " ^0.5.2"
114114mkdocs-typer = " ^0.0.3"
You can’t perform that action at this time.
0 commit comments