Skip to content

Commit

Permalink
build(deps): bump celery from 4.1.1 to 5.2.2 (#111)
Browse files Browse the repository at this point in the history
* drop v3.6 support, celery only works in v3.7 and higher
* bumps [celery](https://github.com/celery/celery) from 4.1.1 to 5.2.2.

- [Release notes](https://github.com/celery/celery/releases)
- [Changelog](https://github.com/celery/celery/blob/master/Changelog.rst)
- [Commits](celery/celery@v4.1.1...v5.2.2)

---
updated-dependencies:
- dependency-name: celery
  dependency-type: direct:production
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: alvaro.gonzalez <[email protected]>
  • Loading branch information
dependabot[bot] and lvarin authored Jan 18, 2022
1 parent fb2cd65 commit 71433c2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ os:
dist: bionic
language: python
python:
- "3.6"
- "3.7"
- "3.8"
- "3.9"
Expand Down Expand Up @@ -52,11 +51,6 @@ jobs:
export DOCKER_TAG=${TRAVIS_BRANCH//_/-}
export DOCKER_TAG=${DOCKER_TAG//\//-}
fi
- |
docker build . \
-f "${TRAVIS_BUILD_DIR}/docker/Dockerfile_py3.6" \
-t "${DOCKER_REPO_NAME}:${DOCKER_TAG}-py3.6" \
|| travis_terminate 1
- |
docker build . \
-f "${TRAVIS_BUILD_DIR}/docker/Dockerfile_py3.7" \
Expand All @@ -80,9 +74,6 @@ jobs:
- |
echo "${DOCKER_TOKEN}" | \
docker login -u "${DOCKER_USER}" --password-stdin
- |
docker push "${DOCKER_REPO_NAME}:${DOCKER_TAG}-py3.6" \
|| travis_terminate 1
- |
docker push "${DOCKER_REPO_NAME}:${DOCKER_TAG}-py3.7" \
|| travis_terminate 1
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
addict==2.2.1
celery==4.1.1
celery==5.2.2
connexion==2.7.0
Flask==1.1.2
Flask-Cors==3.0.9
Expand Down

0 comments on commit 71433c2

Please sign in to comment.