Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump the pip-production-dependencies group across 3 directories with 3 updates #2075

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 24, 2025

Bumps the pip-production-dependencies group with 3 updates in the /src directory: flask-cors, locust and openfeature-hooks-opentelemetry.
Bumps the pip-production-dependencies group with 3 updates in the /src/load-generator directory: flask-cors, locust and openfeature-hooks-opentelemetry.
Bumps the pip-production-dependencies group with 1 update in the /src/recommendation directory: openfeature-hooks-opentelemetry.

Updates flask-cors from 5.0.0 to 5.0.1

Release notes

Sourced from flask-cors's releases.

5.0.1

What's Changed

This primarily changes packaging to use uv and a new release pipeline, along with some small documentation improvements

New Contributors

Full Changelog: corydolphin/flask-cors@5.0.0...5.0.01

Commits

Updates locust from 2.32.10 to 2.33.0

Release notes

Sourced from locust's releases.

2.33.0

What's Changed

New Contributors

Full Changelog: locustio/locust@2.32.10...2.33.0

Changelog

Sourced from locust's changelog.

2.33.0 (2025-02-24)

Full Changelog

Fixed bugs:

  • uv.lock ends up in root of site-packages #3053

2.33.0 (2025-02-22)

Full Changelog

Fixed bugs:

  • UnboundLocalError: local variable 'user_count' referenced before assignment #3051

Merged pull requests:

  • docs: update python-requests documentation links #3059 (n0h0)
  • dos: correct venv activation path in docs #3058 (n0h0)
  • Use enter to automatically open web UI in default browser #3057 (cyberw)
  • Update vite to 6.0.11 #3056 (cyberw)
  • Remove uv lock file from build artifacts #3055 (mquinnfd)
  • Improve error message on missing user_count or spawn_rate in swarm payload #3052 (cyberw)
  • Enable HTML Report Filename Parsing #3049 (ktchani)
  • FastHttpUser: Accept brotli and zstd compression encoding #3048 (kamilbednarz)
  • Bump vitest from 2.1.6 to 2.1.9 in /locust/webui #3044 (dependabot[bot])
Commits
  • c5af270 Merge pull request #3059 from n0h0/fix-python-requests-link
  • d01765d Merge pull request #3058 from n0h0/fix-venv-bin-activate
  • 6335881 docs: update python-requests documentation links
  • 018cbb5 dos: correct venv activation path in docs
  • d6812b2 Update changelog (going to bump minor revision in next release)
  • 77831cd Merge pull request #3057 from locustio/Use-enter-to-automatically-open-web-ui...
  • a8c7b90 Use enter to open webui: Support mac/unix style newlines & fix test case.
  • 5984304 Use enter to open UI in default browser
  • c6eaf25 Update changelog in preparation of 2.32.11
  • 3bb8ff0 Merge pull request #3056 from locustio/update-vite
  • Additional commits viewable in compare view

Updates openfeature-hooks-opentelemetry from 0.1.3 to 0.2.0

Release notes

Sourced from openfeature-hooks-opentelemetry's releases.

openfeature-hooks-opentelemetry: v0.2.0

0.2.0 (2025-02-21)

⚠ BREAKING CHANGES

  • drop Python 3.8 support (#187)

🐛 Bug Fixes

  • fix types for hints in OTel TracingHook (#73) (24260fb)
  • remove modifications to license files (#81) (a23f61e)

🧹 Chore

🔄 Refactoring

Commits
  • b0dac08 chore(main): release openfeature-hooks-opentelemetry 0.2.0 (#71)
  • 2c64999 chore(deps): update github/codeql-action digest to b56ba49 (#199)
  • 9dc2d01 chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.9.7 (#197)
  • a8990b8 chore(main): release openfeature-provider-flagd 0.2.0 (#82)
  • 01285e7 feat(flagd): Add in-process evaluator (#104)
  • 4251f36 chore(deps): update providers/openfeature-provider-flagd/openfeature/spec dig...
  • b55cc1e chore!: drop Python 3.8 support (#187)
  • 9db9ad6 chore(deps): update dependency providers/openfeature-provider-flagd/openfeatu...
  • d88b29a chore(deps): update providers/openfeature-provider-flagd/openfeature/spec dig...
  • a15d5a2 chore(deps): update providers/openfeature-provider-flagd/openfeature/spec dig...
  • Additional commits viewable in compare view

Updates flask-cors from 5.0.0 to 5.0.1

Release notes

Sourced from flask-cors's releases.

5.0.1

What's Changed

This primarily changes packaging to use uv and a new release pipeline, along with some small documentation improvements

New Contributors

Full Changelog: corydolphin/flask-cors@5.0.0...5.0.01

Commits

Updates locust from 2.32.10 to 2.33.0

Release notes

Sourced from locust's releases.

2.33.0

What's Changed

New Contributors

Full Changelog: locustio/locust@2.32.10...2.33.0

Changelog

Sourced from locust's changelog.

2.33.0 (2025-02-24)

Full Changelog

Fixed bugs:

  • uv.lock ends up in root of site-packages #3053

2.33.0 (2025-02-22)

Full Changelog

Fixed bugs:

  • UnboundLocalError: local variable 'user_count' referenced before assignment #3051

Merged pull requests:

  • docs: update python-requests documentation links #3059 (n0h0)
  • dos: correct venv activation path in docs #3058 (n0h0)
  • Use enter to automatically open web UI in default browser #3057 (cyberw)
  • Update vite to 6.0.11 #3056 (cyberw)
  • Remove uv lock file from build artifacts #3055 (mquinnfd)
  • Improve error message on missing user_count or spawn_rate in swarm payload #3052 (cyberw)
  • Enable HTML Report Filename Parsing #3049 (ktchani)
  • FastHttpUser: Accept brotli and zstd compression encoding #3048 (kamilbednarz)
  • Bump vitest from 2.1.6 to 2.1.9 in /locust/webui #3044 (dependabot[bot])
Commits
  • c5af270 Merge pull request #3059 from n0h0/fix-python-requests-link
  • d01765d Merge pull request #3058 from n0h0/fix-venv-bin-activate
  • 6335881 docs: update python-requests documentation links
  • 018cbb5 dos: correct venv activation path in docs
  • d6812b2 Update changelog (going to bump minor revision in next release)
  • 77831cd Merge pull request #3057 from locustio/Use-enter-to-automatically-open-web-ui...
  • a8c7b90 Use enter to open webui: Support mac/unix style newlines & fix test case.
  • 5984304 Use enter to open UI in default browser
  • c6eaf25 Update changelog in preparation of 2.32.11
  • 3bb8ff0 Merge pull request #3056 from locustio/update-vite
  • Additional commits viewable in compare view

Updates openfeature-hooks-opentelemetry from 0.1.3 to 0.2.0

Release notes

Sourced from openfeature-hooks-opentelemetry's releases.

openfeature-hooks-opentelemetry: v0.2.0

0.2.0 (2025-02-21)

⚠ BREAKING CHANGES

  • drop Python 3.8 support (#187)

🐛 Bug Fixes

  • fix types for hints in OTel TracingHook (#73) (24260fb)
  • remove modifications to license files (#81) (a23f61e)

🧹 Chore

🔄 Refactoring

Commits
  • b0dac08 chore(main): release openfeature-hooks-opentelemetry 0.2.0 (#71)
  • 2c64999 chore(deps): update github/codeql-action digest to b56ba49 (#199)
  • 9dc2d01 chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.9.7 (#197)
  • a8990b8 chore(main): release openfeature-provider-flagd 0.2.0 (#82)
  • 01285e7 feat(flagd): Add in-process evaluator (#104)
  • 4251f36 chore(deps): update providers/openfeature-provider-flagd/openfeature/spec dig...
  • b55cc1e chore!: drop Python 3.8 support (#187)
  • 9db9ad6 chore(deps): update dependency providers/openfeature-provider-flagd/openfeatu...
  • d88b29a chore(deps): update providers/openfeature-provider-flagd/openfeature/spec dig...
  • a15d5a2 chore(deps): update providers/openfeature-provider-flagd/openfeature/spec dig...
  • Additional commits viewable in compare view

Updates openfeature-hooks-opentelemetry from 0.1.3 to 0.2.0

Release notes

Sourced from openfeature-hooks-opentelemetry's releases.

openfeature-hooks-opentelemetry: v0.2.0

0.2.0 (2025-02-21)

⚠ BREAKING CHANGES

  • drop Python 3.8 support (#187)

🐛 Bug Fixes

  • fix types for hints in OTel TracingHook (#73) (24260fb)
  • remove modifications to license files (#81) (a23f61e)

🧹 Chore

🔄 Refactoring

Commits
  • b0dac08 chore(main): release openfeature-hooks-opentelemetry 0.2.0 (#71)
  • 2c64999 chore(deps): update github/codeql-action digest to b56ba49 (#199)
  • 9dc2d01 chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.9.7 (#197)
  • a8990b8 chore(main): release openfeature-provider-flagd 0.2.0 (#82)
  • 01285e7 feat(flagd): Add in-process evaluator (#104)
  • 4251f36 chore(deps): update providers/openfeature-provider-flagd/openfeature/spec dig...
  • b55cc1e chore!: drop Python 3.8 support (#187)
  • 9db9ad6 chore(deps): update dependency providers/openfeature-provider-flagd/openfeatu...
  • d88b29a chore(deps): update providers/openfeature-provider-flagd/openfeature/spec dig...
  • a15d5a2 chore(deps): update providers/openfeature-provider-flagd/openfeature/spec dig...
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…ctories with 3 updates

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] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner February 24, 2025 14:21
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 24, 2025
@puckpuck puckpuck merged commit c9659fa into main Feb 25, 2025
51 of 52 checks passed
@puckpuck puckpuck deleted the 6a7bdependabot/pip/src/pip-production-dependencies-5e7a773a49 branch February 25, 2025 02:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant