Skip to content

Commit a6f1b73

Browse files
authored
Merge pull request #179 from aodn/UpdatePoetry
Fix: Update Poetry to 2.1.4
2 parents 489e658 + d0c507d commit a6f1b73

9 files changed

Lines changed: 587 additions & 450 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
virtualenvs-create: true
4343
virtualenvs-in-project: true
4444
installer-parallel: true
45-
version: 2.0.1
45+
version: 2.1.4
4646

4747
#----------------------------------------------
4848
# load cached venv if cache exists

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
virtualenvs-create: true
3030
virtualenvs-in-project: true
3131
installer-parallel: true
32-
version: 2.0.1
32+
version: 2.1.4
3333

3434
- name: Clear Poetry Cache
3535
run: |

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
virtualenvs-create: true
2929
virtualenvs-in-project: true
3030
installer-parallel: true
31-
version: 2.0.1
31+
version: 2.1.4
3232

3333
#----------------------------------------------
3434
# load cached venv if cache exists

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ dependencies:
1515
- virtualenv==20.30.0 # https://github.com/python-poetry/poetry/issues/10378#issuecomment-285540959
1616
- udunits2=2.2.20
1717
- pip:
18-
- poetry==2.0.1
18+
- poetry==2.1.4
1919
- -r requirements.txt

notebooks/requirements.txt

Lines changed: 256 additions & 257 deletions
Large diffs are not rendered by default.

poetry.lock

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

poetry_lock_helper.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ docker run --rm -t \
66
-v "$PWD":/app \
77
-w /app \
88
python:3.12.11 bash -c "
9-
pip install poetry==2.0.1 &&
9+
pip install poetry==2.1.4 &&
1010
poetry lock
1111
"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["poetry-core==2.0.1", "wheel"]
2+
requires = ["poetry-core==2.1.3", "wheel"]
33
build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
@@ -55,7 +55,7 @@ s3path = ">=0.5.7"
5555
python-levenshtein = "^0.25.1"
5656

5757
[tool.poetry.group.dev.dependencies]
58-
poetry = "==2.0.1"
58+
poetry = "==2.1.4"
5959
poetry-plugin-freeze = ">=1.2.0"
6060
virtualenv = "==20.30.0" # TODO: pinned because of https://github.com/python-poetry/poetry/issues/10378
6161
pytest = "^8.2.1"

requirements.txt

Lines changed: 154 additions & 170 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)