Skip to content

Commit

Permalink
⬆ Bump the dependencies group in /src/templates/nlp with 5 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group in /src/templates/nlp with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [fastapi](https://github.com/tiangolo/fastapi) | `0.101.0` | `0.103.1` |
| [transformers](https://github.com/huggingface/transformers) | `4.31.0` | `4.33.1` |
| [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.0.2` | `2.0.3` |
| [ruff](https://github.com/astral-sh/ruff) | `0.0.284` | `0.0.287` |
| [pytest](https://github.com/pytest-dev/pytest) | `7.4.0` | `7.4.2` |


Updates `fastapi` from 0.101.0 to 0.103.1
- [Release notes](https://github.com/tiangolo/fastapi/releases)
- [Commits](fastapi/fastapi@0.101.0...0.103.1)

Updates `transformers` from 4.31.0 to 4.33.1
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](huggingface/transformers@v4.31.0...v4.33.1)

Updates `pydantic-settings` from 2.0.2 to 2.0.3
- [Release notes](https://github.com/pydantic/pydantic-settings/releases)
- [Commits](pydantic/pydantic-settings@v2.0.2...v2.0.3)

Updates `ruff` from 0.0.284 to 0.0.287
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/BREAKING_CHANGES.md)
- [Commits](astral-sh/ruff@v0.0.284...v0.0.287)

Updates `pytest` from 7.4.0 to 7.4.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@7.4.0...7.4.2)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: transformers
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: pydantic-settings
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 7, 2023
1 parent ae66327 commit b7838a8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/templates/nlp/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
fastapi==0.101.0
transformers==4.31.0
pydantic-settings==2.0.2
fastapi==0.103.1
transformers==4.33.1
pydantic-settings==2.0.3
torch==2.0.1
uvicorn==0.23.2
# dev
ruff==0.0.284
pytest==7.4.0
ruff==0.0.287
pytest==7.4.2
httpx==0.24.1

0 comments on commit b7838a8

Please sign in to comment.