Skip to content

Commit a7591e8

Browse files
chore(internal): bump rye to 0.44.0 (#2200)
1 parent 899a10f commit a7591e8

File tree

6 files changed

+8
-6
lines changed

6 files changed

+8
-6
lines changed

Diff for: .devcontainer/Dockerfile

+1-1
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

Diff for: .github/workflows/ci.yml

+3-3
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
@@ -44,7 +44,7 @@ jobs:
4444
curl -sSf https://rye.astral.sh/get | bash
4545
echo "$HOME/.rye/shims" >> $GITHUB_PATH
4646
env:
47-
RYE_VERSION: '0.35.0'
47+
RYE_VERSION: '0.44.0'
4848
RYE_INSTALL_OPTION: '--yes'
4949

5050
- name: Bootstrap
@@ -65,7 +65,7 @@ jobs:
6565
curl -sSf https://rye.astral.sh/get | bash
6666
echo "$HOME/.rye/shims" >> $GITHUB_PATH
6767
env:
68-
RYE_VERSION: '0.35.0'
68+
RYE_VERSION: '0.44.0'
6969
RYE_INSTALL_OPTION: '--yes'
7070
- name: Install dependencies
7171
run: |

Diff for: .github/workflows/create-releases.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
curl -sSf https://rye.astral.sh/get | bash
2929
echo "$HOME/.rye/shims" >> $GITHUB_PATH
3030
env:
31-
RYE_VERSION: '0.35.0'
31+
RYE_VERSION: '0.44.0'
3232
RYE_INSTALL_OPTION: '--yes'
3333

3434
- name: Publish to PyPI

Diff for: .github/workflows/publish-pypi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
curl -sSf https://rye.astral.sh/get | bash
1818
echo "$HOME/.rye/shims" >> $GITHUB_PATH
1919
env:
20-
RYE_VERSION: '0.35.0'
20+
RYE_VERSION: '0.44.0'
2121
RYE_INSTALL_OPTION: '--yes'
2222

2323
- name: Publish to PyPI

Diff for: requirements-dev.lock

+1
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

Diff for: requirements.lock

+1
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)