Dependency + Security updates#131
Merged
Merged
Conversation
Bumps python from 3.15.0a8-slim to 3.15.0b1-slim. --- updated-dependencies: - dependency-name: python dependency-version: 3.15.0b1-slim dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 25.3.0 to 26.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](benoitc/gunicorn@25.3.0...26.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 26.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [cryptography](https://github.com/pyca/cryptography) from 47.0.0 to 48.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@47.0.0...48.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 48.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
…ptography-48.0.0 Bump cryptography from 47.0.0 to 48.0.0
…icorn-26.0.0 Bump gunicorn from 25.3.0 to 26.0.0
…python-3.15.0b1-slim Bump python from 3.15.0a8-slim to 3.15.0b1-slim
Contributor
There was a problem hiding this comment.
Pull request overview
Updates runtime and Python dependencies to incorporate newer releases as part of routine dependency/security maintenance.
Changes:
- Bumped
gunicornto26.0.0andcryptographyto48.0.0inrequirements.txt. - Updated the Docker base image from
python:3.15.0a8-slimtopython:3.15.0b1-slim.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
requirements.txt |
Updates pinned Python package versions (Gunicorn, Cryptography). |
Dockerfile |
Moves the container base image to a newer Python 3.15 pre-release tag. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| @@ -1,4 +1,4 @@ | |||
| FROM python:3.15.0a8-slim | |||
| FROM python:3.15.0b1-slim | |||
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 + Security updates