Skip to content

Commit

Permalink
Bump the python-packages group with 5 updates
Browse files Browse the repository at this point in the history
Bumps the python-packages group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [gitpython](https://github.com/gitpython-developers/GitPython) | `3.1.41` | `3.1.42` |
| [torch](https://github.com/pytorch/pytorch) | `2.2.0` | `2.2.1` |
| [openai](https://github.com/openai/openai-python) | `1.10.0` | `1.13.3` |
| [transformers](https://github.com/huggingface/transformers) | `4.37.2` | `4.38.2` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.0.0` | `8.0.2` |


Updates `gitpython` from 3.1.41 to 3.1.42
- [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.41...3.1.42)

Updates `torch` from 2.2.0 to 2.2.1
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@v2.2.0...v2.2.1)

Updates `openai` from 1.10.0 to 1.13.3
- [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.10.0...v1.13.3)

Updates `transformers` from 4.37.2 to 4.38.2
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](huggingface/transformers@v4.37.2...v4.38.2)

Updates `pytest` from 8.0.0 to 8.0.2
- [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.0...8.0.2)

---
updated-dependencies:
- 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-patch
  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: pytest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 1, 2024
1 parent 96e29d8 commit 4870439
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,17 @@ def read(fname):
'lsprotocol==2023.0.1',
'language-tool-python==2.7.1',
'tree_sitter==0.20.4',
'gitpython==3.1.41',
'gitpython==3.1.42',
'appdirs==1.4.4',
'torch==2.2.0',
'openai==1.10.0',
'transformers==4.37.2',
'torch==2.2.1',
'openai==1.13.3',
'transformers==4.38.2',
'sortedcontainers==2.4.0',
'bitsandbytes==0.42.0',
],
extras_require={
'dev': [
'pytest==8.0.0',
'pytest==8.0.2',
'python-lsp-jsonrpc==1.1.2',
'pytest-cov==4.1.0',
'coverage-threshold==0.4.4'
Expand Down

0 comments on commit 4870439

Please sign in to comment.