|
1 | 1 | -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' |
3 | 3 | autopep8==2.0.4 |
4 | | -dill==0.3.8; python_version >= '3.11' |
| 4 | +dill==0.3.9; python_version >= '3.11' |
5 | 5 | docstring-to-markdown==0.15; python_version >= '3.6' |
6 | 6 | flake8==7.1.1 |
7 | | -importlib-metadata==8.4.0; python_version >= '3.8' |
| 7 | +importlib-metadata==8.5.0; python_version >= '3.8' |
8 | 8 | isort==5.13.2; python_full_version >= '3.8.0' |
9 | 9 | jedi==0.19.1; python_version >= '3.6' |
10 | 10 | mccabe==0.7.0 |
11 | | -mypy==1.11.2; python_version >= '3.8' |
| 11 | +mypy==1.12.0; python_version >= '3.8' |
12 | 12 | mypy-extensions==1.0.0; python_version >= '3.5' |
13 | 13 | packaging==24.1; python_version >= '3.8' |
14 | 14 | parso==0.8.4; python_version >= '3.6' |
15 | 15 | 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' |
17 | 17 | pluggy==1.5.0; python_version >= '3.8' |
18 | 18 | pycodestyle==2.12.1 |
19 | 19 | pydocstyle==6.3.0 |
20 | 20 | pyflakes==3.2.0 |
21 | | -pylint==3.2.7 |
| 21 | +pylint==3.3.1 |
22 | 22 | pylsp-mypy==0.6.9; python_version >= '3.8' |
23 | 23 | 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' |
25 | 25 | python-lsp-jsonrpc==1.1.2; python_version >= '3.8' |
26 | 26 | python-lsp-server[all]==1.12.0; python_version >= '3.8' |
27 | 27 | pytoolconfig[global]==1.3.1; python_version >= '3.8' |
28 | | -rope==1.13.0; python_version >= '3.8' |
| 28 | +rope==1.13.0 |
29 | 29 | snowballstemmer==2.2.0 |
30 | | -tomli==2.0.1; python_version >= '3.7' |
| 30 | +tomli==2.0.2; python_version >= '3.8' |
31 | 31 | tomlkit==0.13.2; python_version >= '3.8' |
32 | 32 | typing-extensions==4.12.2; python_version >= '3.8' |
33 | 33 | ujson==5.10.0; python_version >= '3.8' |
34 | 34 | whatthepatch==1.0.6; python_version >= '3.8' |
35 | 35 | yapf==0.40.2 |
36 | | -zipp==3.20.1; python_version >= '3.8' |
| 36 | +zipp==3.20.2; python_version >= '3.8' |
37 | 37 | argparse==1.4.0 |
38 | 38 | asyncio==3.4.3 |
39 | 39 | 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' |
45 | 45 | 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' |
47 | 47 | progress==1.6 |
48 | 48 | pynvim==0.5.0; python_version >= '3.7' |
49 | 49 | 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' |
51 | 51 | 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' |
53 | 53 | wheel==0.44.0; python_version >= '3.8' |
0 commit comments