Skip to content

Commit 21cc391

Browse files
dependabot[bot]hangyav
authored andcommitted
Bump the python-packages group with 10 updates
Bumps the python-packages group with 10 updates: | Package | From | To | | --- | --- | --- | | [pygls](https://github.com/openlawlibrary/pygls) | `1.3.0` | `1.3.1` | | [language-tool-python](https://github.com/jxmorris12/language_tool_python) | `2.7.1` | `2.8` | | [tree-sitter](https://github.com/tree-sitter/py-tree-sitter) | `0.20.4` | `0.21.3` | | [gitpython](https://github.com/gitpython-developers/GitPython) | `3.1.42` | `3.1.43` | | [torch](https://github.com/pytorch/pytorch) | `2.2.1` | `2.3.0` | | [openai](https://github.com/openai/openai-python) | `1.13.3` | `1.25.0` | | [transformers](https://github.com/huggingface/transformers) | `4.38.2` | `4.40.1` | | [bitsandbytes](https://github.com/TimDettmers/bitsandbytes) | `0.42.0` | `0.43.1` | | [pytest](https://github.com/pytest-dev/pytest) | `8.0.2` | `8.2.0` | | [pytest-cov](https://github.com/pytest-dev/pytest-cov) | `4.1.0` | `5.0.0` | Updates `pygls` from 1.3.0 to 1.3.1 - [Release notes](https://github.com/openlawlibrary/pygls/releases) - [Changelog](https://github.com/openlawlibrary/pygls/blob/main/CHANGELOG.md) - [Commits](openlawlibrary/pygls@v1.3.0...v1.3.1) Updates `language-tool-python` from 2.7.1 to 2.8 - [Release notes](https://github.com/jxmorris12/language_tool_python/releases) - [Commits](https://github.com/jxmorris12/language_tool_python/commits/2.8.0) Updates `tree-sitter` from 0.20.4 to 0.21.3 - [Release notes](https://github.com/tree-sitter/py-tree-sitter/releases) - [Commits](tree-sitter/py-tree-sitter@v0.20.4...v0.21.3) Updates `gitpython` from 3.1.42 to 3.1.43 - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](gitpython-developers/GitPython@3.1.42...3.1.43) Updates `torch` from 2.2.1 to 2.3.0 - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](pytorch/pytorch@v2.2.1...v2.3.0) Updates `openai` from 1.13.3 to 1.25.0 - [Release notes](https://github.com/openai/openai-python/releases) - [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md) - [Commits](openai/openai-python@v1.13.3...v1.25.0) Updates `transformers` from 4.38.2 to 4.40.1 - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](huggingface/transformers@v4.38.2...v4.40.1) Updates `bitsandbytes` from 0.42.0 to 0.43.1 - [Release notes](https://github.com/TimDettmers/bitsandbytes/releases) - [Changelog](https://github.com/TimDettmers/bitsandbytes/blob/main/CHANGELOG.md) - [Commits](bitsandbytes-foundation/bitsandbytes@0.42.0...0.43.1) Updates `pytest` from 8.0.2 to 8.2.0 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.0.2...8.2.0) Updates `pytest-cov` from 4.1.0 to 5.0.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v4.1.0...v5.0.0) --- updated-dependencies: - dependency-name: pygls dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: language-tool-python dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: tree-sitter dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: gitpython dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: torch dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: openai dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: transformers dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: bitsandbytes dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: pytest-cov dependency-type: direct:development update-type: version-update:semver-major dependency-group: python-packages ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 795cdd9 commit 21cc391

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

setup.py

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,23 +27,23 @@ def read(fname):
2727
'console_scripts': ['textlsp=textLSP.cli:main'],
2828
},
2929
install_requires=[
30-
'pygls==1.3.0',
30+
'pygls==1.3.1',
3131
'lsprotocol==2023.0.1',
32-
'language-tool-python==2.7.1',
33-
'tree_sitter==0.20.4',
34-
'gitpython==3.1.42',
32+
'language-tool-python==2.8',
33+
'tree_sitter==0.21.3',
34+
'gitpython==3.1.43',
3535
'appdirs==1.4.4',
36-
'torch==2.2.1',
37-
'openai==1.13.3',
38-
'transformers==4.38.2',
36+
'torch==2.3.0',
37+
'openai==1.25.0',
38+
'transformers==4.40.1',
3939
'sortedcontainers==2.4.0',
40-
'bitsandbytes==0.42.0',
40+
'bitsandbytes==0.43.1',
4141
],
4242
extras_require={
4343
'dev': [
44-
'pytest==8.0.2',
44+
'pytest==8.2.0',
4545
'python-lsp-jsonrpc==1.1.2',
46-
'pytest-cov==4.1.0',
46+
'pytest-cov==5.0.0',
4747
'coverage-threshold==0.4.4'
4848
]
4949
},

0 commit comments

Comments
 (0)