Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(internal): bump rye to v0.24.0 #1168

Merged
merged 1 commit into from
Feb 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM mcr.microsoft.com/vscode/devcontainers/python:0-${VARIANT}

USER vscode

RUN curl -sSf https://rye-up.com/get | RYE_VERSION="0.15.2" RYE_INSTALL_OPTION="--yes" bash
RUN curl -sSf https://rye-up.com/get | RYE_VERSION="0.24.0" RYE_INSTALL_OPTION="--yes" bash
ENV PATH=/home/vscode/.rye/shims:$PATH

RUN echo "[[ -d .venv ]] && source .venv/bin/activate" >> /home/vscode/.bashrc
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
curl -sSf https://rye-up.com/get | bash
echo "$HOME/.rye/shims" >> $GITHUB_PATH
env:
RYE_VERSION: 0.15.2
RYE_VERSION: 0.24.0
RYE_INSTALL_OPTION: "--yes"

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
curl -sSf https://rye-up.com/get | bash
echo "$HOME/.rye/shims" >> $GITHUB_PATH
env:
RYE_VERSION: 0.15.2
RYE_VERSION: 0.24.0
RYE_INSTALL_OPTION: "--yes"

- name: Publish to PyPI
Expand Down
88 changes: 81 additions & 7 deletions requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,67 +5,141 @@
# pre: false
# features: []
# all-features: true
# with-sources: false

-e file:.
annotated-types==0.6.0
# via pydantic
anyio==4.1.0
# via httpx
# via openai
argcomplete==3.1.2
# via nox
attrs==23.1.0
azure-core==1.29.6
# via pytest
azure-core==1.30.0
# via azure-identity
azure-identity==1.15.0
certifi==2023.7.22
# via httpcore
# via httpx
# via requests
cffi==1.16.0
# via cryptography
charset-normalizer==3.3.2
# via requests
colorlog==6.7.0
cryptography==41.0.7
# via nox
cryptography==42.0.3
# via azure-identity
# via msal
# via pyjwt
dirty-equals==0.6.0
distlib==0.3.7
# via virtualenv
distro==1.8.0
# via openai
exceptiongroup==1.1.3
# via anyio
filelock==3.12.4
# via virtualenv
h11==0.14.0
# via httpcore
httpcore==1.0.2
# via httpx
httpx==0.25.2
# via openai
# via respx
idna==3.4
# via anyio
# via httpx
# via requests
importlib-metadata==7.0.0
iniconfig==2.0.0
# via pytest
msal==1.26.0
# via azure-identity
# via msal-extensions
msal-extensions==1.1.0
# via azure-identity
mypy==1.7.1
mypy-extensions==1.0.0
# via mypy
nodeenv==1.8.0
# via pyright
nox==2023.4.22
numpy==1.26.3
# via openai
# via pandas
# via pandas-stubs
packaging==23.2
# via msal-extensions
# via nox
# via pytest
pandas==2.1.4
# via openai
pandas-stubs==2.1.4.231227
# via openai
platformdirs==3.11.0
# via virtualenv
pluggy==1.3.0
# via pytest
portalocker==2.8.2
# via msal-extensions
py==1.11.0
# via pytest
pycparser==2.21
# via cffi
pydantic==2.4.2
# via openai
pydantic-core==2.10.1
# via pydantic
pyjwt==2.8.0
# via msal
pyright==1.1.332
pytest==7.1.1
# via pytest-asyncio
pytest-asyncio==0.21.1
python-dateutil==2.8.2
# via pandas
# via time-machine
pytz==2023.3.post1
# via dirty-equals
# via pandas
requests==2.31.0
# via azure-core
# via msal
respx==0.20.2
ruff==0.1.9
setuptools==68.2.2
# via nodeenv
six==1.16.0
# via azure-core
# via python-dateutil
sniffio==1.3.0
# via anyio
# via httpx
# via openai
time-machine==2.9.0
tomli==2.0.1
# via mypy
# via pytest
tqdm==4.66.1
types-pytz==2023.3.1.1
# via openai
types-pytz==2024.1.0.20240203
# via pandas-stubs
types-tqdm==4.66.0.2
typing-extensions==4.8.0
tzdata==2023.4
urllib3==2.1.0
# via azure-core
# via mypy
# via openai
# via pydantic
# via pydantic-core
tzdata==2024.1
# via pandas
urllib3==2.2.1
# via requests
virtualenv==20.24.5
# via nox
zipp==3.17.0
# The following packages are considered to be unsafe in a requirements file:
setuptools==68.2.2
# via importlib-metadata
44 changes: 38 additions & 6 deletions requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,59 @@
# pre: false
# features: []
# all-features: true
# with-sources: false

-e file:.
annotated-types==0.6.0
# via pydantic
anyio==4.1.0
# via httpx
# via openai
certifi==2023.7.22
# via httpcore
# via httpx
distro==1.8.0
# via openai
exceptiongroup==1.1.3
# via anyio
h11==0.14.0
# via httpcore
httpcore==1.0.2
# via httpx
httpx==0.25.2
# via openai
idna==3.4
numpy==1.26.2
pandas==2.1.3
pandas-stubs==2.1.1.230928
# via anyio
# via httpx
numpy==1.26.4
# via openai
# via pandas
# via pandas-stubs
pandas==2.2.0
# via openai
pandas-stubs==2.2.0.240218
# via openai
pydantic==2.4.2
# via openai
pydantic-core==2.10.1
# via pydantic
python-dateutil==2.8.2
pytz==2023.3.post1
# via pandas
pytz==2024.1
# via pandas
six==1.16.0
# via python-dateutil
sniffio==1.3.0
# via anyio
# via httpx
# via openai
tqdm==4.66.1
types-pytz==2023.3.1.1
# via openai
types-pytz==2024.1.0.20240203
# via pandas-stubs
typing-extensions==4.8.0
tzdata==2023.3
# via openai
# via pydantic
# via pydantic-core
tzdata==2024.1
# via pandas