Skip to content

Commit

Permalink
chore(schemas): upgrade to Poetry 1.8.4 (#11646)
Browse files Browse the repository at this point in the history
chore(schemas): upgrade to Poetry 1.8.4

Because:

- everything else is using Poetry 1.8.4; and
- the README says we're using Python 3.11 but actually we're using 3.10

This commit:

- updates mozilla_nimbus_schemas to use Poetry 1.8.4; and
- updates the Python version in the README.

Fixes #11645
  • Loading branch information
Beth Rennie authored Oct 30, 2024
1 parent 1825f95 commit f27eb2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion schemas/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN . "$NVM_DIR/nvm.sh" && nvm alias default v${NODE_VERSION}
ENV PYTHONDONTWRITEBYTECODE 1

# Python packages
RUN curl -sSL https://install.python-poetry.org | python3 - --version 1.6.0
RUN curl -sSL https://install.python-poetry.org | python3 - --version 1.8.4
ENV PATH "/root/.local/bin:$PATH"
RUN poetry config virtualenvs.create false

Expand Down
4 changes: 2 additions & 2 deletions schemas/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ This directory contains a package of schemas published to various repositories f

## Installation/Usage
### Prerequisites
- python ^3.11
- poetry ^1.2.2
- python ^3.10
- poetry ^1.8.4
- node ^16
- yarn ^1.22

Expand Down

0 comments on commit f27eb2a

Please sign in to comment.