Skip to content

Dependency + Security updates#131

Merged
GitTimeraider merged 6 commits into
mainfrom
develop
May 12, 2026
Merged

Dependency + Security updates#131
GitTimeraider merged 6 commits into
mainfrom
develop

Conversation

@GitTimeraider
Copy link
Copy Markdown
Owner

Dependency + Security updates

dependabot Bot and others added 6 commits May 11, 2026 08:28
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
Copilot AI review requested due to automatic review settings May 12, 2026 08:19
@GitTimeraider GitTimeraider merged commit 4a0ad72 into main May 12, 2026
6 checks passed
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates runtime and Python dependencies to incorporate newer releases as part of routine dependency/security maintenance.

Changes:

  • Bumped gunicorn to 26.0.0 and cryptography to 48.0.0 in requirements.txt.
  • Updated the Docker base image from python:3.15.0a8-slim to python: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.

Comment thread Dockerfile
@@ -1,4 +1,4 @@
FROM python:3.15.0a8-slim
FROM python:3.15.0b1-slim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants