Conversation
Bumps [apiflask](https://github.com/apiflask/apiflask) from 3.0.2 to 3.1.0. - [Release notes](https://github.com/apiflask/apiflask/releases) - [Changelog](https://github.com/apiflask/apiflask/blob/main/docs/changelog.md) - [Commits](apiflask/apiflask@3.0.2...3.1.0) --- updated-dependencies: - dependency-name: apiflask dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [requests](https://github.com/psf/requests) from 2.32.5 to 2.33.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.32.5...v2.33.0) --- updated-dependencies: - dependency-name: requests dependency-version: 2.33.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [pygments](https://github.com/pygments/pygments) from 2.19.2 to 2.20.0. - [Release notes](https://github.com/pygments/pygments/releases) - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES) - [Commits](pygments/pygments@2.19.2...2.20.0) --- updated-dependencies: - dependency-name: pygments dependency-version: 2.20.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [flask-httpauth](https://github.com/miguelgrinberg/flask-httpauth) from 4.8.0 to 4.8.1. - [Release notes](https://github.com/miguelgrinberg/flask-httpauth/releases) - [Changelog](https://github.com/miguelgrinberg/Flask-HTTPAuth/blob/main/CHANGES.md) - [Commits](miguelgrinberg/Flask-HTTPAuth@v4.8.0...v4.8.1) --- updated-dependencies: - dependency-name: flask-httpauth dependency-version: 4.8.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Bump apiflask from 3.0.2 to 3.1.0
Bump requests from 2.32.5 to 2.33.0
…h-4.8.1 Bump flask-httpauth from 4.8.0 to 4.8.1
Bump pygments from 2.19.2 to 2.20.0
Bumps [celery](https://github.com/celery/celery) from 5.6.2 to 5.6.3. - [Release notes](https://github.com/celery/celery/releases) - [Changelog](https://github.com/celery/celery/blob/v5.6.3/Changelog.rst) - [Commits](celery/celery@v5.6.2...v5.6.3) --- updated-dependencies: - dependency-name: celery dependency-version: 5.6.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [redis](https://github.com/redis/redis-py) from 7.3.0 to 7.4.0. - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](redis/redis-py@v7.3.0...v7.4.0) --- updated-dependencies: - dependency-name: redis dependency-version: 7.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bump celery from 5.6.2 to 5.6.3
Bump redis from 7.3.0 to 7.4.0
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.1.6 to 3.1.7. - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](pallets/werkzeug@3.1.6...3.1.7) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bump werkzeug from 3.1.6 to 3.1.8
There was a problem hiding this comment.
Pull request overview
Updates pinned Python dependencies (and the compiled lockfile) to newer patch/minor versions to keep the service up to date and aligned with security/bugfix releases.
Changes:
- Bumped direct dependency pins in
requirements.in(celery, requests, Werkzeug, redis, apiflask). - Regenerated
requirements.txtviapip-compile, updating the resolved/pinned set accordingly (including some transitive version bumps).
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| requirements.in | Updates the top-level pinned dependency versions. |
| requirements.txt | Updates the compiled/pinned dependency set generated from requirements.in. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Dependency upgrades:
celeryfrom version 5.6.2 to 5.6.3.requestsfrom version 2.32.5 to 2.33.0.Werkzeugfrom version 3.1.6 to 3.1.8.redisfrom version 7.3.0 to 7.4.0.apiflaskfrom version 3.0.2 to 3.1.0.