Skip to content

Commit

Permalink
chore(deps): update dependency scmrepo to v3 (#443)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [scmrepo](https://togithub.com/iterative/scmrepo) | `>=1.4.0,<3` ->
`>=3,<4` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/scmrepo/3.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/scmrepo/3.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/scmrepo/2.1.1/3.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/scmrepo/2.1.1/3.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>iterative/scmrepo (scmrepo)</summary>

###
[`v3.0.0`](https://togithub.com/iterative/scmrepo/releases/tag/3.0.0)

[Compare
Source](https://togithub.com/iterative/scmrepo/compare/2.1.1...3.0.0)

#### What's Changed

- deps: bump dvc-objects to >= 4 by
[@&#8203;skshetry](https://togithub.com/skshetry) in
[https://github.com/iterative/scmrepo/pull/318](https://togithub.com/iterative/scmrepo/pull/318)

**Full Changelog**:
iterative/scmrepo@2.1.1...3.0.0

</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 [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/iterative/gto).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 5, 2024
1 parent b941924 commit 210b674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import find_packages, setup

install_requires = [
"scmrepo>=1.4.0,<3",
"scmrepo>=3,<4",
"typer>=0.4.1",
"rich",
# pydantic.v1.parse_obj is broken in ==2.0.0:
Expand Down

0 comments on commit 210b674

Please sign in to comment.