Skip to content

Commit f769074

Browse files
fix: resolve dependency conflict in requirements-dev.txt
- Update prompt-toolkit from 3.0.52 to 3.0.51 to resolve conflict with commitizen - Regenerate requirements-dev.txt with pip-compile to ensure compatibility - Fixes pre-push hook failure caused by dependency resolution conflicts
1 parent 50acb57 commit f769074

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

requirements-dev.txt

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is autogenerated by pip-compile with Python 3.12
33
# by the following command:
44
#
5-
# pip-compile --output-file=requirements-dev.txt requirements-dev.in
5+
# pip-compile --output-file=requirements-dev-new.txt requirements-dev.in
66
#
77
argcomplete==3.6.3
88
# via commitizen
@@ -32,7 +32,7 @@ colorama==0.4.6
3232
# via commitizen
3333
commitizen==4.9.1
3434
# via -r requirements-dev.in
35-
cyclonedx-python-lib==11.3.0
35+
cyclonedx-python-lib==9.1.0
3636
# via pip-audit
3737
decli==0.6.3
3838
# via commitizen
@@ -64,8 +64,6 @@ mdurl==0.1.2
6464
# via markdown-it-py
6565
msgpack==1.1.2
6666
# via cachecontrol
67-
mypy==1.18.2
68-
# via -r requirements-dev.in
6967
mypy-extensions==1.1.0
7068
# via black
7169
nodeenv==1.9.1
@@ -101,7 +99,7 @@ pluggy==1.6.0
10199
# via pytest
102100
pre-commit==4.3.0
103101
# via -r requirements-dev.in
104-
prompt-toolkit==3.0.52
102+
prompt-toolkit==3.0.51
105103
# via
106104
# commitizen
107105
# questionary
@@ -157,7 +155,7 @@ wcwidth==0.2.14
157155
# via prompt-toolkit
158156
wheel==0.45.1
159157
# via pip-tools
160-
wrapt==2.0.0
158+
wrapt==1.17.3
161159
# via deprecated
162160

163161
# The following packages are considered to be unsafe in a requirements file:

0 commit comments

Comments
 (0)