Skip to content

Commit

Permalink
Bump python from 3.12.4-slim-bookworm to 3.12.5-slim-bookworm (#15)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Anton Kadinov <[email protected]>
  • Loading branch information
dependabot[bot] and antkadinov authored Sep 2, 2024
1 parent fc4db87 commit 474f7a5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## [Unreleased]

### Changed

- Bump pylint to 3.2.7
- Bump Python to 3.12.5

## [2.0.1] - 2024-08-02

### Changed
Expand Down Expand Up @@ -77,4 +82,4 @@ _First release_
[1.1.0]: https://github.com/ReasonSoftware/action-pylint/compare/v1.0.2...v1.1.0
[1.0.2]: https://github.com/ReasonSoftware/action-pylint/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/ReasonSoftware/action-pylint/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/ReasonSoftware/action-pylint/releases/tag/v1.0.0
[1.0.0]: https://github.com/ReasonSoftware/action-pylint/releases/tag/v1.0.0
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12.4-slim-bookworm
FROM python:3.12.5-slim-bookworm

WORKDIR /

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

[![CI](https://github.com/ReasonSoftware/action-pylint/actions/workflows/release.yml/badge.svg)](https://github.com/ReasonSoftware/action-pylint/actions/workflows/release.yml)
[![Release](https://img.shields.io/github/v/release/ReasonSoftware/action-pylint)](https://github.com/ReasonSoftware/action-pylint/releases/latest)
[![Python](https://img.shields.io/badge/python-3.12.4-greenyellow.svg)](https://www.python.org/downloads/release/python-3124/)
[![Pylint](https://img.shields.io/badge/pylint-3.2.6-blue.svg)](https://pypi.org/project/pylint/)
[![Python](https://img.shields.io/badge/python-3.12.5-greenyellow.svg)](https://www.python.org/downloads/release/python-3125/)
[![Pylint](https://img.shields.io/badge/pylint-3.2.7-blue.svg)](https://pypi.org/project/pylint/)
[![Debian](https://img.shields.io/badge/debian-12.6-purple.svg)](https://www.debian.org/releases/bookworm/)
[![Docker Pulls](https://img.shields.io/docker/pulls/reasonsoftware/action-pylint)](https://hub.docker.com/r/reasonsoftware/action-pylint)
[![License](https://img.shields.io/github/license/ReasonSoftware/action-pylint)](LICENSE.md)
Expand Down

0 comments on commit 474f7a5

Please sign in to comment.