Skip to content

Commit

Permalink
misc: updated dependencies (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
TeKrop authored Sep 14, 2024
1 parent e3f4519 commit 7b5b0ec
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 45 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
python-version: ["3.12"]
uv-version: ["0.4.5"]
uv-version: ["0.4.10"]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Build arguments
ARG PYTHON_VERSION=3.12
ARG UV_VERSION=0.4.5
ARG UV_VERSION=0.4.10

# Create a temporary stage to pull the uv binary
FROM ghcr.io/astral-sh/uv:${UV_VERSION} AS uv-stage
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"beautifulsoup4==4.12.*",
"fastapi[standard]==0.112.*",
"fastapi[standard]==0.114.*",
"httpx[http2]==0.27.*",
"loguru==0.7.*",
"lxml==5.3.*",
"redis==5.0.*",
"pydantic==2.8.*",
"pydantic-settings==2.4.*",
"pydantic==2.9.*",
"pydantic-settings==2.5.*",
]

[project.urls]
Expand Down
80 changes: 40 additions & 40 deletions uv.lock

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

0 comments on commit 7b5b0ec

Please sign in to comment.