Skip to content

Commit 341bc81

Browse files
chore(internal): bump rye to v0.24.0 (#295)
1 parent ed50140 commit 341bc81

File tree

5 files changed

+70
-5
lines changed

5 files changed

+70
-5
lines changed

.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-up.com/get | RYE_VERSION="0.15.2" RYE_INSTALL_OPTION="--yes" bash
6+
RUN curl -sSf https://rye-up.com/get | RYE_VERSION="0.24.0" RYE_INSTALL_OPTION="--yes" bash
77
ENV PATH=/home/vscode/.rye/shims:$PATH
88

99
RUN echo "[[ -d .venv ]] && source .venv/bin/activate" >> /home/vscode/.bashrc

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
curl -sSf https://rye-up.com/get | bash
2222
echo "$HOME/.rye/shims" >> $GITHUB_PATH
2323
env:
24-
RYE_VERSION: 0.15.2
24+
RYE_VERSION: 0.24.0
2525
RYE_INSTALL_OPTION: "--yes"
2626

2727
- name: Install dependencies

.github/workflows/publish-pypi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
curl -sSf https://rye-up.com/get | bash
2222
echo "$HOME/.rye/shims" >> $GITHUB_PATH
2323
env:
24-
RYE_VERSION: 0.15.2
24+
RYE_VERSION: 0.24.0
2525
RYE_INSTALL_OPTION: "--yes"
2626

2727
- name: Publish to PyPI

requirements-dev.lock

+46-2
Original file line numberDiff line numberDiff line change
@@ -5,48 +5,92 @@
55
# pre: false
66
# features: []
77
# all-features: true
8+
# with-sources: false
89

910
-e file:.
1011
annotated-types==0.6.0
12+
# via pydantic
1113
anyio==4.1.0
14+
# via finch-api
15+
# via httpx
1216
argcomplete==3.1.2
17+
# via nox
1318
attrs==23.1.0
19+
# via pytest
1420
certifi==2023.7.22
21+
# via httpcore
22+
# via httpx
1523
colorlog==6.7.0
24+
# via nox
1625
dirty-equals==0.6.0
1726
distlib==0.3.7
27+
# via virtualenv
1828
distro==1.8.0
29+
# via finch-api
1930
exceptiongroup==1.1.3
31+
# via anyio
2032
filelock==3.12.4
33+
# via virtualenv
2134
h11==0.14.0
35+
# via httpcore
2236
httpcore==1.0.2
37+
# via httpx
2338
httpx==0.25.2
39+
# via finch-api
40+
# via respx
2441
idna==3.4
42+
# via anyio
43+
# via httpx
2544
importlib-metadata==7.0.0
2645
iniconfig==2.0.0
46+
# via pytest
2747
mypy==1.7.1
2848
mypy-extensions==1.0.0
49+
# via mypy
2950
nodeenv==1.8.0
51+
# via pyright
3052
nox==2023.4.22
3153
packaging==23.2
54+
# via nox
55+
# via pytest
3256
platformdirs==3.11.0
57+
# via virtualenv
3358
pluggy==1.3.0
59+
# via pytest
3460
py==1.11.0
61+
# via pytest
3562
pydantic==2.4.2
63+
# via finch-api
3664
pydantic-core==2.10.1
65+
# via pydantic
3766
pyright==1.1.332
3867
pytest==7.1.1
68+
# via pytest-asyncio
3969
pytest-asyncio==0.21.1
4070
python-dateutil==2.8.2
71+
# via time-machine
4172
pytz==2023.3.post1
73+
# via dirty-equals
4274
respx==0.20.2
4375
ruff==0.1.9
76+
setuptools==68.2.2
77+
# via nodeenv
4478
six==1.16.0
79+
# via python-dateutil
4580
sniffio==1.3.0
81+
# via anyio
82+
# via finch-api
83+
# via httpx
4684
time-machine==2.9.0
4785
tomli==2.0.1
86+
# via mypy
87+
# via pytest
4888
typing-extensions==4.8.0
89+
# via finch-api
90+
# via mypy
91+
# via pydantic
92+
# via pydantic-core
4993
virtualenv==20.24.5
94+
# via nox
5095
zipp==3.17.0
51-
# The following packages are considered to be unsafe in a requirements file:
52-
setuptools==68.2.2
96+
# via importlib-metadata

requirements.lock

+21
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,39 @@
55
# pre: false
66
# features: []
77
# all-features: true
8+
# with-sources: false
89

910
-e file:.
1011
annotated-types==0.6.0
12+
# via pydantic
1113
anyio==4.1.0
14+
# via finch-api
15+
# via httpx
1216
certifi==2023.7.22
17+
# via httpcore
18+
# via httpx
1319
distro==1.8.0
20+
# via finch-api
1421
exceptiongroup==1.1.3
22+
# via anyio
1523
h11==0.14.0
24+
# via httpcore
1625
httpcore==1.0.2
26+
# via httpx
1727
httpx==0.25.2
28+
# via finch-api
1829
idna==3.4
30+
# via anyio
31+
# via httpx
1932
pydantic==2.4.2
33+
# via finch-api
2034
pydantic-core==2.10.1
35+
# via pydantic
2136
sniffio==1.3.0
37+
# via anyio
38+
# via finch-api
39+
# via httpx
2240
typing-extensions==4.8.0
41+
# via finch-api
42+
# via pydantic
43+
# via pydantic-core

0 commit comments

Comments
 (0)