Skip to content

Commit

Permalink
build(deps): libvcs 0.29.0 -> 0.30.0 (AWS CodeCommit support, #449)
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Jun 18, 2024
2 parents c1b2a83 + 815665d commit e1329b9
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
10 changes: 10 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ $ pipx install --suffix=@next 'vcspull' --pip-args '\--pre' --force

<!-- Maintainers, insert changes / features for the next release here -->

### Breaking changes

- libvcs: 0.29.0 -> 0.30.0 (#449)

[AWS CodeCommit] support.

[AWS CodeCommit]: https://docs.aws.amazon.com/codecommit/

### Documentation

- Automatically linkify links that were previously only text.
Expand All @@ -30,6 +38,7 @@ $ pipx install --suffix=@next 'vcspull' --pip-args '\--pre' --force
- poetry: 1.8.1 -> 1.8.2

See also: https://github.com/python-poetry/poetry/blob/1.8.2/CHANGELOG.md

- Code quality: Use f-strings in more places (#445)

via [ruff 0.4.2](https://github.com/astral-sh/ruff/blob/v0.4.2/CHANGELOG.md).
Expand Down Expand Up @@ -72,6 +81,7 @@ _Maintenance only, no bug fixes or new features_
- poetry: 1.7.1 -> 1.8.1

See also: https://github.com/python-poetry/poetry/blob/1.8.1/CHANGELOG.md

- ruff 0.2.2 -> 0.3.0 (#441)

Related formattings. Update CI to use `ruff check .` instead of `ruff .`.
Expand Down
8 changes: 4 additions & 4 deletions poetry.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 @@ -61,7 +61,7 @@ vcspull = 'vcspull:cli.cli'

[tool.poetry.dependencies]
python = "^3.9"
libvcs = "~0.29.0"
libvcs = "~0.30.0"
colorama = ">=0.3.9"
PyYAML = "^6.0"

Expand Down

0 comments on commit e1329b9

Please sign in to comment.