Skip to content

Commit

Permalink
build(deps): bump the python-packages group with 7 updates
Browse files Browse the repository at this point in the history
Bumps the python-packages group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [openai](https://github.com/openai/openai-python) | `1.43.0` | `1.50.2` |
| [ollama](https://github.com/jmorganca/ollama-python) | `0.3.2` | `0.3.3` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.3.2` | `8.3.3` |
| [coverage-threshold](https://github.com/DeanWay/coverage-threshold) | `0.4.4` | `0.5.0` |
| [torch](https://github.com/pytorch/pytorch) | `2.4.0` | `2.4.1` |
| [transformers](https://github.com/huggingface/transformers) | `4.44.2` | `4.45.1` |
| [bitsandbytes](https://github.com/TimDettmers/bitsandbytes) | `0.43.3` | `0.44.1` |


Updates `openai` from 1.43.0 to 1.50.2
- [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.43.0...v1.50.2)

Updates `ollama` from 0.3.2 to 0.3.3
- [Release notes](https://github.com/jmorganca/ollama-python/releases)
- [Commits](ollama/ollama-python@v0.3.2...v0.3.3)

Updates `pytest` from 8.3.2 to 8.3.3
- [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.3.2...8.3.3)

Updates `coverage-threshold` from 0.4.4 to 0.5.0
- [Commits](https://github.com/DeanWay/coverage-threshold/commits)

Updates `torch` from 2.4.0 to 2.4.1
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@v2.4.0...v2.4.1)

Updates `transformers` from 4.44.2 to 4.45.1
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](huggingface/transformers@v4.44.2...v4.45.1)

Updates `bitsandbytes` from 0.43.3 to 0.44.1
- [Release notes](https://github.com/TimDettmers/bitsandbytes/releases)
- [Changelog](https://github.com/bitsandbytes-foundation/bitsandbytes/blob/main/CHANGELOG.md)
- [Commits](bitsandbytes-foundation/bitsandbytes@0.43.3...0.44.1)

---
updated-dependencies:
- dependency-name: openai
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: ollama
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: coverage-threshold
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: torch
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: transformers
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: bitsandbytes
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent a1b2777 commit 762a60e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,22 +33,22 @@ def read(fname):
'tree_sitter==0.21.3',
'gitpython==3.1.43',
'appdirs==1.4.4',
'openai==1.43.0',
'openai==1.50.2',
'sortedcontainers==2.4.0',
'langdetect==1.0.9',
'ollama==0.3.2',
'ollama==0.3.3',
],
extras_require={
'dev': [
'pytest==8.3.2',
'pytest==8.3.3',
'python-lsp-jsonrpc==1.1.2',
'pytest-cov==5.0.0',
'coverage-threshold==0.4.4'
'coverage-threshold==0.5.0'
],
'transformers': [
'torch==2.4.0',
'transformers==4.44.2',
'bitsandbytes==0.43.3',
'torch==2.4.1',
'transformers==4.45.1',
'bitsandbytes==0.44.1',
],
},
)

0 comments on commit 762a60e

Please sign in to comment.