Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanC committed Oct 12, 2024
1 parent 87bc837 commit 79d0c17
Show file tree
Hide file tree
Showing 5 changed files with 169 additions and 171 deletions.
1 change: 1 addition & 0 deletions .python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.13
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12-slim-bookworm
FROM python:3.13-slim-bookworm

WORKDIR /n31l
COPY . .
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ services:
### Standalone
N31L is built for [Python 3.12](https://www.python.org/) or greater.
N31L is built for [Python 3.13](https://www.python.org/) or greater.
1. Install required dependencies using [uv](https://github.com/astral-sh/uv): `uv sync`
2. Rename `.env.example` to `.env`, then provide the environment variables.
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[project]
name = "n31l"
version = "2.1.0"
version = "2.2.0"
description = "N31L is a utilitarian bot for the Call of Duty server."
readme = "README.md"
requires-python = ">=3.12"
requires-python = ">=3.13"
dependencies = [
"python-dotenv>=1.0.1",
"loguru>=0.7.2",
"loguru-discord>=1.4.0",
"hikari-arc>=1.3.4",
"hikari-arc>=1.4.0",
"httpx>=0.27.2",
"asyncpraw>=7.7.1",
"urlextract>=1.9.0",
Expand All @@ -20,7 +20,7 @@ build-backend = "hatchling.build"

[tool.uv]
dev-dependencies = [
"ruff>=0.6.8",
"ruff>=0.6.9",
"asyncpraw-stubs>=0.0.3",
]

Expand Down
Loading

0 comments on commit 79d0c17

Please sign in to comment.