Skip to content

Commit de12521

Browse files
Dependency updates (#1494)
* Dependency updates * Semver
1 parent 8233421 commit de12521

File tree

3 files changed

+16
-12
lines changed

3 files changed

+16
-12
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type": "patch",
3+
"description": "Dependency Updates"
4+
}

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -64,16 +64,16 @@ tiktoken = "^0.8.0"
6464
# Data-Sci
6565
numpy = "^1.25.2"
6666
graspologic = "^3.4.1"
67-
networkx = "^3"
67+
networkx = "^3.4.2"
6868
pandas = "^2.2.3"
69-
matplotlib = "^3.9.0"
69+
matplotlib = "^3.9.3"
7070
pyarrow = "^15.0.0"
7171
umap-learn = "^0.5.6"
7272

7373
# Configuration
7474
pyyaml = "^6.0.2"
7575
pyaml-env = "^1.2.1"
76-
python-dotenv = "^1.0.0"
76+
python-dotenv = "^1.0.1"
7777

7878
pydantic = "^2.10.3"
7979
rich = "^13.9.4"
@@ -94,21 +94,21 @@ tqdm = "^4.67.1"
9494
httpx = "^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"
9999
jupyter = "^1.1.1"
100-
nbconvert = "^7.16.3"
100+
nbconvert = "^7.16.4"
101101
poethepoet = "^0.31.1"
102-
pyright = "^1.1.384"
103-
pytest = "^8.3.2"
102+
pyright = "^1.1.390"
103+
pytest = "^8.3.4"
104104
pytest-asyncio = "^0.24.0"
105105
pytest-timeout = "^2.3.1"
106106
ruff = "^0.8.2"
107-
semversioner = "^2.0.3"
107+
semversioner = "^2.0.5"
108108
update-toml = "^0.2.1"
109109
deptry = "^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"
112112
mkdocs-exclude-search = "^0.6.6"
113113
pytest-dotenv = "^0.5.2"
114114
mkdocs-typer = "^0.0.3"

0 commit comments

Comments
 (0)