Closed dependabot[bot] closed 3 months ago
The recent updates focus on upgrading the pyyaml
dependency across multiple configuration files from version 6.0.1
to 6.0.2
. This minor version change likely brings bug fixes and performance enhancements without altering the overall functionality of the application or its environment. The updates ensure compatibility with the latest features and improvements offered by the pyyaml
library.
Files | Change Summary |
---|---|
.ci_support/environment-docs.yml , .ci_support/environment.yml , binder/environment.yml , pyproject.toml |
Updated pyyaml version from 6.0.1 to 6.0.2 to incorporate minor enhancements and fixes. |
sequenceDiagram
participant A as User
participant B as Application
participant C as pyyaml Library
A->>B: Request functionality
B->>C: Use pyyaml (v6.0.2)
C-->>B: Provide data/response
B-->>A: Return result
π In fields so bright, we hop with glee,
Upgradedpyyaml
, oh what a spree!
With fixes and tweaks, itβs shiny and new,
Our code runs smoother, like morning dew.
So letβs dance and cheer, for changes we see,
A leap for our code, as happy as can be! π
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Bumps pyyaml from 6.0.1 to 6.0.2.
Release notes
Sourced from pyyaml's releases.
Changelog
Sourced from pyyaml's changelog.
Commits
41309b0
Release 6.0.2 (#819)dd9f0e1
6.0.2rc1 (#809)f5527a2
disable CI trigger on PR editsb4d80a7
Python 3.12 + musllinux_1_1_x86_64 wheel supportDependabot 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
Summary by CodeRabbit
New Features
pyyaml
library to version6.0.2
, which may include bug fixes and performance improvements.Bug Fixes
pyyaml
library.