Skip to content

Commit

Permalink
feat: updated dependencies (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
TeKrop authored Oct 26, 2024
1 parent b8f66de commit 2977674
Show file tree
Hide file tree
Showing 5 changed files with 50 additions and 50 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.20"]
uv-version: ["0.4.27"]

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.20
ARG UV_VERSION=0.4.27

# Create a temporary stage to pull the uv binary
FROM ghcr.io/astral-sh/uv:${UV_VERSION} AS uv-stage
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021-2023 Valentin Porchet
Copyright (c) 2021-2024 Valentin Porchet

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "overfast-api"
version = "2.40.0"
version = "2.40.1"
description = "Overwatch API giving data about heroes, maps, and players statistics."
license = {file = "LICENSE"}
authors = [
Expand All @@ -14,9 +14,9 @@ dependencies = [
"httpx[http2]==0.27.*",
"loguru==0.7.*",
"lxml==5.3.*",
"redis==5.1.*",
"redis==5.2.*",
"pydantic==2.9.*",
"pydantic-settings==2.5.*",
"pydantic-settings==2.6.*",
]

[project.urls]
Expand All @@ -28,14 +28,14 @@ Issues = "https://github.com/TeKrop/overfast-api/issues"
[tool.uv]
compile-bytecode = true
dev-dependencies = [
"fakeredis==2.25.*",
"fakeredis==2.26.*",
"ipdb==0.13.*",
"pytest==8.3.*",
"pytest-asyncio==0.24.*",
"pytest-cov==5.0.*",
"pytest-randomly==3.15.*",
"pytest-randomly==3.16.*",
"pytest-xdist==3.6.*",
"ruff==0.6.*",
"ruff==0.7.*",
"pre-commit==4.0.*",
]

Expand Down
82 changes: 41 additions & 41 deletions uv.lock

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

0 comments on commit 2977674

Please sign in to comment.