Skip to content

Commit 0ac2afe

Browse files
chore(internal): bump rye to 0.44.0 (#712)
1 parent 83aedda commit 0ac2afe

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM mcr.microsoft.com/vscode/devcontainers/python:0-${VARIANT}
33

44
USER vscode
55

6-
RUN curl -sSf https://rye.astral.sh/get | RYE_VERSION="0.35.0" RYE_INSTALL_OPTION="--yes" bash
6+
RUN curl -sSf https://rye.astral.sh/get | RYE_VERSION="0.44.0" RYE_INSTALL_OPTION="--yes" bash
77
ENV PATH=/home/vscode/.rye/shims:$PATH
88

99
RUN echo "[[ -d .venv ]] && source .venv/bin/activate || export PATH=\$PATH" >> /home/vscode/.bashrc

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
curl -sSf https://rye.astral.sh/get | bash
2323
echo "$HOME/.rye/shims" >> $GITHUB_PATH
2424
env:
25-
RYE_VERSION: '0.35.0'
25+
RYE_VERSION: '0.44.0'
2626
RYE_INSTALL_OPTION: '--yes'
2727

2828
- name: Install dependencies
@@ -43,7 +43,7 @@ jobs:
4343
curl -sSf https://rye.astral.sh/get | bash
4444
echo "$HOME/.rye/shims" >> $GITHUB_PATH
4545
env:
46-
RYE_VERSION: '0.35.0'
46+
RYE_VERSION: '0.44.0'
4747
RYE_INSTALL_OPTION: '--yes'
4848
- name: Install dependencies
4949
run: |

.github/workflows/publish-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
curl -sSf https://rye.astral.sh/get | bash
2222
echo "$HOME/.rye/shims" >> $GITHUB_PATH
2323
env:
24-
RYE_VERSION: '0.35.0'
24+
RYE_VERSION: '0.44.0'
2525
RYE_INSTALL_OPTION: '--yes'
2626

2727
- name: Publish to PyPI

requirements-dev.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
# all-features: true
88
# with-sources: false
99
# generate-hashes: false
10+
# universal: false
1011

1112
-e file:.
1213
annotated-types==0.6.0

requirements.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
# all-features: true
88
# with-sources: false
99
# generate-hashes: false
10+
# universal: false
1011

1112
-e file:.
1213
annotated-types==0.6.0

0 commit comments

Comments
 (0)