Skip to content

Commit 5572233

Browse files
committed
1 parent 932e5d9 commit 5572233

File tree

5 files changed

+42
-26
lines changed

5 files changed

+42
-26
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: Install poetry
3737
if: env.PUBLISH == 'true'
38-
run: pipx install "poetry==1.1.15"
38+
run: pipx install "poetry==1.2.1"
3939

4040
- name: Set up Python ${{ matrix.python-version }}
4141
if: env.PUBLISH == 'true'

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v3
2222
- name: Install poetry
23-
run: pipx install "poetry==1.1.15"
23+
run: pipx install "poetry==1.2.1"
2424

2525
- name: Set up Python ${{ matrix.python-version }}
2626
uses: actions/setup-python@v4
@@ -65,7 +65,7 @@ jobs:
6565
- uses: actions/checkout@v3
6666

6767
- name: Install poetry
68-
run: pipx install "poetry==1.1.15"
68+
run: pipx install "poetry==1.2.1"
6969

7070
- name: Set up Python ${{ matrix.python-version }}
7171
uses: actions/setup-python@v4

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
poetry 1.1.15
1+
poetry 1.2.1
22
python 3.10.7 3.9.13

CHANGES

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ $ pip install --user --upgrade --pre libvcs
1313

1414
- _Add your latest changes from PRs here_
1515

16+
## libvcs 0.16.4 (unreleased)
17+
18+
### Infrastructure
19+
20+
- Bump poetry to 1.1.x to 1.2.x
21+
1622
## libvcs 0.16.3 (2022-09-18)
1723

1824
### Bug fixes

poetry.lock

Lines changed: 32 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)