Skip to content

Commit

Permalink
Bump vine from 5.0.0 to 5.1.0 (#11662)
Browse files Browse the repository at this point in the history
* Bump vine from 5.0.0 to 5.1.0

Bumps [vine](https://github.com/celery/vine) from 5.0.0 to 5.1.0.
- [Release notes](https://github.com/celery/vine/releases)
- [Changelog](https://github.com/celery/vine/blob/master/Changelog)
- [Commits](celery/vine@v5.0.0...v5.1.0)

---
updated-dependencies:
- dependency-name: vine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* - Align setup.cfg to requirements.txt

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: afabiani <[email protected]>
  • Loading branch information
dependabot[bot] and afabiani authored Nov 13, 2023
1 parent e705eaf commit ee776ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ python-slugify==8.0.1
decorator==5.1.1
celery==5.3.4
kombu==5.3.2
vine==5.0.0
vine==5.1.0
tqdm==4.66.1
Deprecated==1.2.14
wrapt==1.15.0
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ install_requires =
decorator==5.1.1
celery==5.3.4
kombu==5.3.2
vine==5.0.0
vine==5.1.0
tqdm==4.66.1
Deprecated==1.2.14
wrapt==1.15.0
Expand Down

0 comments on commit ee776ca

Please sign in to comment.