Skip to content

Develop#81

Closed
GitTimeraider wants to merge 9 commits intomainfrom
develop
Closed

Develop#81
GitTimeraider wants to merge 9 commits intomainfrom
develop

Conversation

@GitTimeraider
Copy link
Owner

No description provided.

dependabot bot and others added 8 commits March 16, 2026 02:10
Bumps python from 3.15.0a6-slim to 3.15.0a7-slim.

---
updated-dependencies:
- dependency-name: python
  dependency-version: 3.15.0a7-slim
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [pytz](https://github.com/stub42/pytz) from 2025.2 to 2026.1.post1.
- [Release notes](https://github.com/stub42/pytz/releases)
- [Commits](stub42/pytz@release_2025.2...release_2026.1.post1)

---
updated-dependencies:
- dependency-name: pytz
  dependency-version: 2026.1.post1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 2.0.47 to 2.0.48.
- [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases)
- [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst)
- [Commits](https://github.com/sqlalchemy/sqlalchemy/commits)

---
updated-dependencies:
- dependency-name: sqlalchemy
  dependency-version: 2.0.48
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [pygithub](https://github.com/pygithub/pygithub) from 2.8.1 to 2.9.0.
- [Release notes](https://github.com/pygithub/pygithub/releases)
- [Changelog](https://github.com/PyGithub/PyGithub/blob/main/doc/changes.rst)
- [Commits](PyGithub/PyGithub@v2.8.1...v2.9.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
….0.48

Bump sqlalchemy from 2.0.47 to 2.0.48
…post1

Bump pytz from 2025.2 to 2026.1.post1
…15.0a7-slim

Bump python from 3.15.0a6-slim to 3.15.0a7-slim
Copilot AI review requested due to automatic review settings March 23, 2026 16:56
Copy link

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

This PR updates the project’s pinned dependencies and refreshes the Python base image used for container builds.

Changes:

  • Bump PyPI dependencies in requirements.txt (PyGithub, SQLAlchemy, pytz).
  • Update Docker base image tag from python:3.15.0a6-slim to python:3.15.0a7-slim in both Dockerfiles.

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated 2 comments.

File Description
requirements.txt Updates pinned library versions used by the app at runtime.
Dockerfile Updates the Python base image used for the standard container build.
Dockerfile.root Updates the Python base image used for the root-enabled container build.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Dockerfile Outdated
@@ -1,4 +1,4 @@
FROM python:3.15.0a6-slim
FROM python:3.15.0a7-slim
Copy link

Copilot AI Mar 23, 2026

Choose a reason for hiding this comment

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

The base image is pinned to an alpha Python tag (3.15.0a7). Pre-release tags can change or disappear and are more likely to break builds/reproducibility over time; consider using a stable Python release tag and/or pinning the image by digest if you need this exact build.

Suggested change
FROM python:3.15.0a7-slim
FROM python:3.12-slim

Copilot uses AI. Check for mistakes.
@@ -1,4 +1,4 @@
FROM python:3.15.0a6-slim
FROM python:3.15.0a7-slim
Copy link

Copilot AI Mar 23, 2026

Choose a reason for hiding this comment

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

The base image is pinned to an alpha Python tag (3.15.0a7). Pre-release tags can change or disappear and are more likely to break builds/reproducibility over time; consider using a stable Python release tag and/or pinning the image by digest if you need this exact build.

Suggested change
FROM python:3.15.0a7-slim
FROM python:3.12-slim

Copilot uses AI. Check for mistakes.
@GitTimeraider GitTimeraider deleted the develop branch March 23, 2026 17:07
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