Skip to content

Commit

Permalink
Merge branch 'main' into drop-python-3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Kludex authored Dec 26, 2024
2 parents 95eb648 + 5a5091c commit 0568ab4
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: 2
updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "monthly"
groups:
python-packages:
patterns:
- "*"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: monthly
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
uvicorn-version: ["0.14.0", ""]
uvicorn-version: ["0.15.0", ""]
gunicorn-version: ["20.1.0", ""]
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ classifiers = [
]
license = "BSD-3-Clause"
requires-python = ">=3.9"
dependencies = ["uvicorn>=0.14.0", "gunicorn>=20.1.0"]
dependencies = ["uvicorn>=0.15.0", "gunicorn>=20.1.0"]
optional-dependencies = {}
dynamic = ["version"]

Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
-e .

# Packaging
build==1.0.3
twine==4.0.2
build==1.2.2.post1
twine==6.0.1

# Testing
ruff==0.3.4
Expand Down

0 comments on commit 0568ab4

Please sign in to comment.