Skip to content

Commit ef345ec

Browse files
committed
fix dependencies
1 parent 7b55340 commit ef345ec

5 files changed

Lines changed: 103 additions & 27 deletions

File tree

dev_requirements/requirements-formatting.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ click==8.1.8
1111
# via black
1212
isort==6.0.1
1313
# via -r dev_requirements/requirements-formatting.in
14-
mypy-extensions==1.0.0
14+
mypy-extensions==1.1.0
1515
# via black
1616
packaging==24.0
1717
# via black
1818
pathspec==0.12.1
1919
# via black
20-
platformdirs==4.2.0
20+
platformdirs==4.3.8
2121
# via black

dev_requirements/requirements-linting.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ isort==6.0.1
1313
# via pylint
1414
mccabe==0.7.0
1515
# via pylint
16-
platformdirs==4.2.0
16+
platformdirs==4.3.8
1717
# via pylint
1818
pylint==3.3.7
1919
# via -r requirements-linting.in

dev_requirements/requirements-type_check.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ iniconfig==2.0.0
99
# via pytest
1010
mypy==1.16.1
1111
# via -r requirements-type_check.in
12-
mypy-extensions==1.0.0
12+
mypy-extensions==1.1.0
1313
# via mypy
1414
networkx==3.4.2
1515
# via networkx-stubs

docs/requirements.in

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@ requests
66
Sphinx
77
sphinx_rtd_theme
88
typeguard
9-
BO4E-Schema-Tool
10-
click
9+
BO4E-CLI

docs/requirements.txt

Lines changed: 98 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,23 @@ alabaster==0.7.16
88
# via sphinx
99
annotated-types==0.5.0
1010
# via pydantic
11+
anyio==4.9.0
12+
# via httpx
13+
argcomplete==3.6.2
14+
# via datamodel-code-generator
15+
autoflake==2.3.1
16+
# via bo4e-cli
1117
babel==2.15.0
1218
# via sphinx
13-
bo4e-schema-tool==0.0.9
14-
# via -r requirements.in
19+
black==25.1.0
20+
# via datamodel-code-generator
21+
bo4e-cli==0.0.1
22+
# via -r .\docs\requirements.in
1523
certifi==2024.7.4
16-
# via requests
24+
# via
25+
# httpcore
26+
# httpx
27+
# requests
1728
cffi==1.16.0
1829
# via
1930
# cryptography
@@ -22,61 +33,116 @@ charset-normalizer==2.1.0
2233
# via requests
2334
click==8.1.8
2435
# via
25-
# -r requirements.in
26-
# bo4e-schema-tool
36+
# black
37+
# typer
38+
colorama==0.4.6
39+
# via
40+
# click
41+
# sphinx
2742
cryptography==44.0.1
2843
# via pyjwt
44+
datamodel-code-generator==0.31.2
45+
# via bo4e-cli
2946
deprecated==1.2.14
3047
# via pygithub
3148
docutils==0.20.1
3249
# via
3350
# sphinx
3451
# sphinx-rtd-theme
52+
genson==1.3.0
53+
# via datamodel-code-generator
54+
greenlet==3.2.3
55+
# via sqlalchemy
56+
h11==0.16.0
57+
# via httpcore
58+
httpcore==1.0.9
59+
# via httpx
60+
httpx==0.28.1
61+
# via bo4e-cli
3562
idna==3.7
36-
# via requests
63+
# via
64+
# anyio
65+
# httpx
66+
# requests
3767
imagesize==1.4.1
3868
# via sphinx
69+
inflect==7.5.0
70+
# via datamodel-code-generator
3971
iso3166==2.1.1
40-
# via -r requirements.in
72+
# via -r .\docs\requirements.in
73+
isort==6.0.1
74+
# via datamodel-code-generator
4175
jinja2==3.1.6
42-
# via sphinx
76+
# via
77+
# datamodel-code-generator
78+
# sphinx
79+
markdown-it-py==3.0.0
80+
# via rich
4381
markupsafe==2.1.3
4482
# via jinja2
83+
mdurl==0.1.2
84+
# via markdown-it-py
4585
more-itertools==10.2.0
46-
# via bo4e-schema-tool
86+
# via
87+
# bo4e-cli
88+
# inflect
89+
mypy-extensions==1.1.0
90+
# via black
4791
networkx==3.4.2
48-
# via -r requirements.in
92+
# via
93+
# -r .\docs\requirements.in
94+
# bo4e-cli
4995
packaging==24.0
50-
# via sphinx
96+
# via
97+
# black
98+
# datamodel-code-generator
99+
# sphinx
100+
pathspec==0.12.1
101+
# via black
102+
platformdirs==4.3.8
103+
# via black
51104
pycparser==2.21
52105
# via cffi
53106
pydantic==2.8.2
54107
# via
55-
# -r requirements.in
56-
# bo4e-schema-tool
108+
# -r .\docs\requirements.in
109+
# bo4e-cli
110+
# datamodel-code-generator
111+
# sqlmodel
57112
pydantic-core==2.20.1
58113
# via pydantic
114+
pyflakes==3.4.0
115+
# via autoflake
59116
pygithub==2.2.0
60-
# via bo4e-schema-tool
117+
# via bo4e-cli
61118
pygments==2.18.0
62-
# via sphinx
119+
# via
120+
# rich
121+
# sphinx
63122
pyhumps==3.8.0
64-
# via -r requirements.in
123+
# via -r .\docs\requirements.in
65124
pyjwt[crypto]==2.8.0
66125
# via pygithub
67126
pynacl==1.5.0
68127
# via pygithub
128+
pyyaml==6.0.2
129+
# via datamodel-code-generator
69130
requests==2.32.4
70131
# via
71-
# -r requirements.in
72-
# bo4e-schema-tool
132+
# -r .\docs\requirements.in
73133
# pygithub
74134
# sphinx
135+
rich==14.0.0
136+
# via typer
137+
shellingham==1.5.4
138+
# via typer
139+
sniffio==1.3.1
140+
# via anyio
75141
snowballstemmer==2.2.0
76142
# via sphinx
77143
sphinx==7.4.7
78144
# via
79-
# -r requirements.in
145+
# -r .\docs\requirements.in
80146
# sphinx-rtd-theme
81147
# sphinxcontrib-applehelp
82148
# sphinxcontrib-devhelp
@@ -85,7 +151,7 @@ sphinx==7.4.7
85151
# sphinxcontrib-qthelp
86152
# sphinxcontrib-serializinghtml
87153
sphinx-rtd-theme==2.0.0
88-
# via -r requirements.in
154+
# via -r .\docs\requirements.in
89155
sphinxcontrib-applehelp==1.0.7
90156
# via sphinx
91157
sphinxcontrib-devhelp==1.0.5
@@ -100,14 +166,25 @@ sphinxcontrib-qthelp==1.0.6
100166
# via sphinx
101167
sphinxcontrib-serializinghtml==1.1.9
102168
# via sphinx
169+
sqlalchemy==2.0.41
170+
# via sqlmodel
171+
sqlmodel==0.0.24
172+
# via bo4e-cli
103173
typeguard==4.4.1
104-
# via -r requirements.in
174+
# via
175+
# -r .\docs\requirements.in
176+
# inflect
177+
typer==0.16.0
178+
# via bo4e-cli
105179
typing-extensions==4.11.0
106180
# via
181+
# anyio
107182
# pydantic
108183
# pydantic-core
109184
# pygithub
185+
# sqlalchemy
110186
# typeguard
187+
# typer
111188
urllib3==2.2.2
112189
# via
113190
# pygithub

0 commit comments

Comments
 (0)