Skip to content

Commit e331fa3

Browse files
committed
🔧 deps
1 parent 0d83d95 commit e331fa3

File tree

3 files changed

+18
-13
lines changed

3 files changed

+18
-13
lines changed

docs/requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
mkdocs-material==9.4

requirements-dev.lock

+11-8
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ aiosignal==1.3.1
1313
annotated-types==0.6.0
1414
anyio==4.2.0
1515
asttokens==2.4.1
16+
async-timeout==4.0.3
1617
attrs==23.2.0
1718
babel==2.14.0
1819
beautifulsoup4==4.12.3
@@ -27,11 +28,12 @@ diskcache==5.6.3
2728
distlib==0.3.8
2829
distro==1.9.0
2930
docstring-parser==0.15
31+
exceptiongroup==1.2.0
3032
executing==2.0.1
3133
faiss-cpu==1.7.4
3234
filelock==3.13.1
3335
frozenlist==1.4.1
34-
fsspec==2023.12.2
36+
fsspec==2024.2.0
3537
ghp-import==2.1.0
3638
h11==0.14.0
3739
httpcore==1.0.2
@@ -54,20 +56,20 @@ langsmith==0.0.86
5456
llama-cpp-python==0.2.38
5557
markdown==3.5.2
5658
markdown-it-py==3.0.0
57-
markupsafe==2.1.4
59+
markupsafe==2.1.5
5860
marshmallow==3.20.2
5961
matplotlib-inline==0.1.6
6062
mdurl==0.1.2
6163
mergedeep==1.3.4
6264
mkdocs==1.5.3
63-
mkdocs-material==9.5.6
65+
mkdocs-material==9.5.7
6466
mkdocs-material-extensions==1.3.1
6567
multidict==6.0.5
6668
mypy==1.8.0
6769
mypy-extensions==1.0.0
6870
nodeenv==1.8.0
69-
numpy==1.26.3
70-
openai==1.10.0
71+
numpy==1.26.4
72+
openai==1.11.1
7173
packaging==23.2
7274
paginate==0.5.6
7375
parso==0.8.3
@@ -80,8 +82,8 @@ pre-commit==3.6.0
8082
prompt-toolkit==3.0.43
8183
ptyprocess==0.7.0
8284
pure-eval==0.2.2
83-
pydantic==2.6.0
84-
pydantic-core==2.16.1
85+
pydantic==2.6.1
86+
pydantic-core==2.16.2
8587
pydantic-settings==2.1.0
8688
pygments==2.17.2
8789
pymdown-extensions==10.7
@@ -93,14 +95,15 @@ pyyaml-env-tag==0.1
9395
regex==2023.12.25
9496
requests==2.31.0
9597
rich==13.7.0
96-
ruff==0.2.0
98+
ruff==0.2.1
9799
six==1.16.0
98100
sniffio==1.3.0
99101
soupsieve==2.5
100102
sqlalchemy==2.0.25
101103
stack-data==0.6.3
102104
tenacity==8.2.3
103105
tiktoken==0.5.2
106+
tomli==2.0.1
104107
tqdm==4.66.1
105108
traitlets==5.14.1
106109
types-pyyaml==6.0.12.12

requirements.lock

+6-5
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ certifi==2024.2.2
1414
charset-normalizer==3.3.2
1515
distro==1.9.0
1616
docstring-parser==0.15
17+
exceptiongroup==1.2.0
1718
h11==0.14.0
1819
httpcore==1.0.2
1920
httpx==0.26.0
@@ -25,13 +26,13 @@ langchain-core==0.1.18
2526
langchain-openai==0.0.5
2627
langsmith==0.0.86
2728
markdown-it-py==3.0.0
28-
markupsafe==2.1.4
29+
markupsafe==2.1.5
2930
mdurl==0.1.2
30-
numpy==1.26.3
31-
openai==1.10.0
31+
numpy==1.26.4
32+
openai==1.11.1
3233
packaging==23.2
33-
pydantic==2.6.0
34-
pydantic-core==2.16.1
34+
pydantic==2.6.1
35+
pydantic-core==2.16.2
3536
pydantic-settings==2.1.0
3637
pygments==2.17.2
3738
python-dotenv==1.0.1

0 commit comments

Comments
 (0)