Skip to content

Commit 03f3b08

Browse files
Bump the "src-load-generator" group with 2 updates across multiple ecosystems (#3516)
* chore(deps): bump locust-plugins Bumps the src-load-generator group with 1 update in the /src/load-generator directory: [locust-plugins](https://github.com/SvenskaSpel/locust-plugins). Updates `locust-plugins` from 5.0.0 to 5.0.3 - [Release notes](https://github.com/SvenskaSpel/locust-plugins/releases) - [Commits](SvenskaSpel/locust-plugins@5.0.0...5.0.3) chore(deps): bump library/python Bumps the src-load-generator group with 1 update in the /src/load-generator directory: library/python. Updates `library/python` from 3.14.5-slim-bookworm to 3.15.0b2-slim-bookworm --- updated-dependencies: - dependency-name: locust-plugins dependency-version: 5.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: src-load-generator - dependency-name: library/python dependency-version: 3.15.0b2-slim-bookworm dependency-type: direct:production update-type: version-update:semver-minor dependency-group: src-load-generator ... Signed-off-by: dependabot[bot] <support@github.com> * set python version to not beta --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Juliano Costa <julianocosta89@outlook.com> Co-authored-by: Juliano Costa <juliano.costa@datadoghq.com>
1 parent 33621d6 commit 03f3b08

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

src/load-generator/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44

5-
FROM docker.io/library/python:3.14.5-slim-bookworm@sha256:a9bee15510a364124aa24692899d269835683b883de42f7ebec8c293cf679ccb AS base
5+
FROM docker.io/library/python:3.14.6-slim-bookworm@sha256:4ff4b92a68355dbdb52584ab3391dff8d371a61d4e063468bfd0130e3189c6d9 AS base
66

77
FROM base AS builder
88
RUN apt-get -qq update \

src/load-generator/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Flask==3.1.3
2-
locust-plugins[playwright]==5.0.0
2+
locust-plugins[playwright]==5.0.3
33
python-json-logger==4.1.0
44
openfeature-provider-ofrep==0.3.0
55
openfeature-hooks-opentelemetry==0.3.1

src/load-generator/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.12
2+
# This file is autogenerated by pip-compile with Python 3.14
33
# by the following command:
44
#
55
# pip-compile --allow-unsafe --generate-hashes --no-emit-index-url --output-file=src/load-generator/requirements.txt --strip-extras src/load-generator/requirements.in
@@ -576,9 +576,9 @@ locust==2.44.0 \
576576
--hash=sha256:338a9fd5389b30df96439baba8299193b5efc1f129763cd9bc6108354fb52547 \
577577
--hash=sha256:5dd69aae3dfca8e25c2565e5c4491b21984b41877406b8172ea96cfa9d76c0e5
578578
# via locust-plugins
579-
locust-plugins==5.0.0 \
580-
--hash=sha256:7527dc143c345447cff980a53ad756fe6483039f0cffae8497f8729d19fd4256 \
581-
--hash=sha256:d3449c8f6871af743edfc9af10d5f7a1ff9b2396c943067be4ea0e3acc651999
579+
locust-plugins==5.0.3 \
580+
--hash=sha256:595651a134abc5171836ccbcbce1841960b272312a90289a00fc1eb4db997353 \
581+
--hash=sha256:6ca1593b5d4e940c490ad3f9048684ede588804eee362bf3b30c4046f007888a
582582
# via -r src/load-generator/requirements.in
583583
markupsafe==3.0.3 \
584584
--hash=sha256:0303439a41979d9e74d18ff5e2dd8c43ed6c6001fd40e5bf2e43f7bd9bbc523f \

0 commit comments

Comments
 (0)