Skip to content

Commit e5d0d96

Browse files
committed
chore(pipenv): Updated environment dependencies.
Signed-off-by: Guennadi Maximov C <[email protected]>
1 parent b87c0cc commit e5d0d96

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

requirements.txt

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,53 @@
11
-i https://pypi.org/simple
2-
astroid==3.2.4; python_full_version >= '3.8.0'
2+
astroid==3.3.5; python_full_version >= '3.9.0'
33
autopep8==2.0.4
4-
dill==0.3.8; python_version >= '3.11'
4+
dill==0.3.9; python_version >= '3.11'
55
docstring-to-markdown==0.15; python_version >= '3.6'
66
flake8==7.1.1
7-
importlib-metadata==8.4.0; python_version >= '3.8'
7+
importlib-metadata==8.5.0; python_version >= '3.8'
88
isort==5.13.2; python_full_version >= '3.8.0'
99
jedi==0.19.1; python_version >= '3.6'
1010
mccabe==0.7.0
11-
mypy==1.11.2; python_version >= '3.8'
11+
mypy==1.12.0; python_version >= '3.8'
1212
mypy-extensions==1.0.0; python_version >= '3.5'
1313
packaging==24.1; python_version >= '3.8'
1414
parso==0.8.4; python_version >= '3.6'
1515
pip==24.2; python_version >= '3.8'
16-
platformdirs==4.2.2; python_version >= '3.8'
16+
platformdirs==4.3.6; python_version >= '3.8'
1717
pluggy==1.5.0; python_version >= '3.8'
1818
pycodestyle==2.12.1
1919
pydocstyle==6.3.0
2020
pyflakes==3.2.0
21-
pylint==3.2.7
21+
pylint==3.3.1
2222
pylsp-mypy==0.6.9; python_version >= '3.8'
2323
pylsp-rope==0.1.16; python_version >= '3.6'
24-
python-lsp-isort==0.1; python_version >= '3.7'
24+
python-lsp-isort==0.2.0; python_version >= '3.7'
2525
python-lsp-jsonrpc==1.1.2; python_version >= '3.8'
2626
python-lsp-server[all]==1.12.0; python_version >= '3.8'
2727
pytoolconfig[global]==1.3.1; python_version >= '3.8'
28-
rope==1.13.0; python_version >= '3.8'
28+
rope==1.13.0
2929
snowballstemmer==2.2.0
30-
tomli==2.0.1; python_version >= '3.7'
30+
tomli==2.0.2; python_version >= '3.8'
3131
tomlkit==0.13.2; python_version >= '3.8'
3232
typing-extensions==4.12.2; python_version >= '3.8'
3333
ujson==5.10.0; python_version >= '3.8'
3434
whatthepatch==1.0.6; python_version >= '3.8'
3535
yapf==0.40.2
36-
zipp==3.20.1; python_version >= '3.8'
36+
zipp==3.20.2; python_version >= '3.8'
3737
argparse==1.4.0
3838
asyncio==3.4.3
3939
cfgv==3.4.0; python_version >= '3.8'
40-
distlib==0.3.8
41-
filelock==3.15.4; python_version >= '3.8'
42-
greenlet==3.0.3; python_version >= '3.7'
43-
identify==2.6.0; python_version >= '3.8'
44-
msgpack==1.0.8; python_version >= '3.8'
40+
distlib==0.3.9
41+
filelock==3.16.1; python_version >= '3.8'
42+
greenlet==3.1.1; python_version >= '3.7'
43+
identify==2.6.1; python_version >= '3.8'
44+
msgpack==1.1.0; python_version >= '3.8'
4545
nodeenv==1.9.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6'
46-
pre-commit==3.8.0; python_version >= '3.9'
46+
pre-commit==4.0.1; python_version >= '3.9'
4747
progress==1.6
4848
pynvim==0.5.0; python_version >= '3.7'
4949
pyyaml==6.0.2; python_version >= '3.8'
50-
setuptools==74.1.1; python_version >= '3.8'
50+
setuptools==75.1.0; python_version >= '3.8'
5151
typing==3.7.4.3; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
52-
virtualenv==20.26.3; python_version >= '3.7'
52+
virtualenv==20.26.6; python_version >= '3.7'
5353
wheel==0.44.0; python_version >= '3.8'

0 commit comments

Comments
 (0)