Skip to content

Commit

Permalink
Pip Update: Bump gevent from 24.10.2 to 24.10.3 (#100)
Browse files Browse the repository at this point in the history
* Pip Update: Bump gevent from 24.10.2 to 24.10.3

Bumps [gevent](https://github.com/gevent/gevent) from 24.10.2 to 24.10.3.
- [Release notes](https://github.com/gevent/gevent/releases)
- [Changelog](https://github.com/gevent/gevent/blob/master/docs/changelog_pre.rst)
- [Commits](gevent/gevent@24.10.2...24.10.3)

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

Signed-off-by: dependabot[bot] <[email protected]>

* bump in other places

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cyb3r-Jak3 <[email protected]>
  • Loading branch information
dependabot[bot] and Cyb3r-Jak3 authored Oct 21, 2024
1 parent 3a9334a commit 648686a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion alpine.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ${REGISTRY}cyb3r-jak3/alpine-pypy:3.10-7.3.17-3.20

ARG FLASK_VERSION=3.0.3
ARG GUNICORN_VERSION=23.0.0
ARG GEVENT_VERSION=24.10.2
ARG GEVENT_VERSION=24.10.3

RUN --mount=type=cache,target=/var/cache/apk,sharing=locked apk add --virtual .build-deps libffi-dev gcc musl-dev make build-base

Expand Down
2 changes: 1 addition & 1 deletion matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"bake-target": [ "slim", "alpine" ],
"flask": [ "3.0.3", "3.0.2", "3.0.1", "3.0.0", "2.3.3" ],
"gunicorn": [ "22.0.0", "21.2.0", "21.1.0", "21.0.1"],
"gevent": [ "24.10.2", "24.10.1", "24.2.1", "23.9.1" ]
"gevent": [ "24.10.3", "24.10.2", "24.10.1", "24.2.1"]
}
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# File is only used with dependabot to keep up with latest versions
Flask==3.0.3
gunicorn==23.0.0
gevent==24.10.2
gevent==24.10.3
2 changes: 1 addition & 1 deletion slim.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ${REGISTRY}pypy:3-slim-bookworm

ARG FLASK_VERSION=3.0.3
ARG GUNICORN_VERSION=23.0.0
ARG GEVENT_VERSION=24.10.2
ARG GEVENT_VERSION=24.10.3

RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
--mount=type=cache,target=/var/lib/apt,sharing=locked \
Expand Down

0 comments on commit 648686a

Please sign in to comment.