Skip to content

Commit

Permalink
Update build framework
Browse files Browse the repository at this point in the history
  • Loading branch information
nikdoof committed Dec 24, 2023
1 parent d72b1e5 commit 62007cb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 13 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -158,3 +158,4 @@ cython_debug/
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
.ruff_cache
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ENV PYTHONFAULTHANDLER=1 \
PATH="$PATH:/runtime/bin" \
PYTHONPATH="$PYTHONPATH:/runtime/lib/python3.11/site-packages" \
# Versions:
POETRY_VERSION=1.7.0
POETRY_VERSION=1.7.1

# System deps:
RUN apk add build-base unzip wget python3-dev libffi-dev
Expand Down
12 changes: 1 addition & 11 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cachetools = "^5.3.2"

[tool.poetry.group.test.dependencies]
pytest = "^7.4.3"
ruff = "^0.1.6"
ruff = "^0.1.9"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 62007cb

Please sign in to comment.