Skip to content

Commit c9659fa

Browse files
build(deps): bump the pip-production-dependencies group across 3 directories with 3 updates (#2075)
Bumps the pip-production-dependencies group with 3 updates in the /src directory: [flask-cors](https://github.com/corydolphin/flask-cors), [locust](https://github.com/locustio/locust) and [openfeature-hooks-opentelemetry](https://github.com/open-feature/python-sdk-contrib). Bumps the pip-production-dependencies group with 3 updates in the /src/load-generator directory: [flask-cors](https://github.com/corydolphin/flask-cors), [locust](https://github.com/locustio/locust) and [openfeature-hooks-opentelemetry](https://github.com/open-feature/python-sdk-contrib). Bumps the pip-production-dependencies group with 1 update in the /src/recommendation directory: [openfeature-hooks-opentelemetry](https://github.com/open-feature/python-sdk-contrib). Updates `flask-cors` from 5.0.0 to 5.0.1 - [Release notes](https://github.com/corydolphin/flask-cors/releases) - [Changelog](https://github.com/corydolphin/flask-cors/blob/main/CHANGELOG.md) - [Commits](corydolphin/flask-cors@5.0.0...5.0.1) Updates `locust` from 2.32.10 to 2.33.0 - [Release notes](https://github.com/locustio/locust/releases) - [Changelog](https://github.com/locustio/locust/blob/master/CHANGELOG.md) - [Commits](locustio/locust@2.32.10...2.33.0) Updates `openfeature-hooks-opentelemetry` from 0.1.3 to 0.2.0 - [Release notes](https://github.com/open-feature/python-sdk-contrib/releases) - [Changelog](https://github.com/open-feature/python-sdk-contrib/blob/main/release-please-config.json) - [Commits](open-feature/python-sdk-contrib@openfeature-hooks-opentelemetry/v0.1.3...openfeature-hooks-opentelemetry/v0.2.0) Updates `flask-cors` from 5.0.0 to 5.0.1 - [Release notes](https://github.com/corydolphin/flask-cors/releases) - [Changelog](https://github.com/corydolphin/flask-cors/blob/main/CHANGELOG.md) - [Commits](corydolphin/flask-cors@5.0.0...5.0.1) Updates `locust` from 2.32.10 to 2.33.0 - [Release notes](https://github.com/locustio/locust/releases) - [Changelog](https://github.com/locustio/locust/blob/master/CHANGELOG.md) - [Commits](locustio/locust@2.32.10...2.33.0) Updates `openfeature-hooks-opentelemetry` from 0.1.3 to 0.2.0 - [Release notes](https://github.com/open-feature/python-sdk-contrib/releases) - [Changelog](https://github.com/open-feature/python-sdk-contrib/blob/main/release-please-config.json) - [Commits](open-feature/python-sdk-contrib@openfeature-hooks-opentelemetry/v0.1.3...openfeature-hooks-opentelemetry/v0.2.0) Updates `openfeature-hooks-opentelemetry` from 0.1.3 to 0.2.0 - [Release notes](https://github.com/open-feature/python-sdk-contrib/releases) - [Changelog](https://github.com/open-feature/python-sdk-contrib/blob/main/release-please-config.json) - [Commits](open-feature/python-sdk-contrib@openfeature-hooks-opentelemetry/v0.1.3...openfeature-hooks-opentelemetry/v0.2.0) --- updated-dependencies: - dependency-name: flask-cors dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-production-dependencies - dependency-name: locust dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-production-dependencies - dependency-name: openfeature-hooks-opentelemetry dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-production-dependencies - dependency-name: flask-cors dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-production-dependencies - dependency-name: locust dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-production-dependencies - dependency-name: openfeature-hooks-opentelemetry dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-production-dependencies - dependency-name: openfeature-hooks-opentelemetry dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pierre Tessier <pierre@pierretessier.com>
1 parent 028125d commit c9659fa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/load-generator/requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ configargparse==1.7
77
deprecated==1.2.18
88
flask==3.1.0
99
flask-basicauth==0.2.0
10-
flask-cors==5.0.0
10+
flask-cors==5.0.1
1111
gevent==24.11.1
1212
geventhttpclient==2.3.3
1313
googleapis-common-protos==1.68.0
1414
greenlet==3.1.1
1515
idna==3.10
1616
itsdangerous==2.2.0
1717
jinja2==3.1.5
18-
locust==2.32.10
18+
locust==2.33.0
1919
locust-plugins[playwright]==4.5.3
2020
markupsafe==3.0.2
2121
msgpack==1.1.0
@@ -32,7 +32,7 @@ opentelemetry-semantic-conventions==0.51b0
3232
opentelemetry-util-http==0.51b0
3333
openfeature-sdk==0.8.0
3434
openfeature-provider-flagd==0.1.5
35-
openfeature-hooks-opentelemetry==0.1.3
35+
openfeature-hooks-opentelemetry==0.2.0
3636
protobuf==5.29.3
3737
psutil==6.1.1
3838
pyzmq==26.2.1

src/recommendation/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ python-dotenv==1.0.1
66
python-json-logger==3.2.1
77
openfeature-sdk==0.8.0
88
openfeature-provider-flagd==0.2.0
9-
openfeature-hooks-opentelemetry==0.1.3
9+
openfeature-hooks-opentelemetry==0.2.0
1010
psutil==6.1.1 # Importing this will also import opentelemetry-instrumentation-system-metrics when running opentelemetry-bootstrap
1111

0 commit comments

Comments
 (0)