From ed267a293511bdb18a240f13d35a27c645c0d0e4 Mon Sep 17 00:00:00 2001 From: Lee Watson Date: Mon, 20 Jan 2025 11:18:47 +0000 Subject: [PATCH] Clean up pyproject.toml --- poetry.lock | 20 ++++++++++---------- pyproject.toml | 4 ++-- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/poetry.lock b/poetry.lock index bb31366..bb6377c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,15 +1,15 @@ -# This file is automatically @generated by Poetry 2.0.0 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.0.1 and should not be changed by hand. [[package]] name = "alembic" -version = "1.14.0" +version = "1.14.1" description = "A database migration tool for SQLAlchemy." optional = false python-versions = ">=3.8" groups = ["main"] files = [ - {file = "alembic-1.14.0-py3-none-any.whl", hash = "sha256:99bd884ca390466db5e27ffccff1d179ec5c05c965cfefc0607e69f9e411cb25"}, - {file = "alembic-1.14.0.tar.gz", hash = "sha256:b00892b53b3642d0b8dbedba234dbf1924b69be83a9a769d5a624b01094e304b"}, + {file = "alembic-1.14.1-py3-none-any.whl", hash = "sha256:1acdd7a3a478e208b0503cd73614d5e4c6efafa4e73518bb60e4f2846a37b1c5"}, + {file = "alembic-1.14.1.tar.gz", hash = "sha256:496e888245a53adf1498fcab31713a469c65836f8de76e01399aa1c3e90dd213"}, ] [package.dependencies] @@ -18,7 +18,7 @@ SQLAlchemy = ">=1.3.0" typing-extensions = ">=4" [package.extras] -tz = ["backports.zoneinfo"] +tz = ["backports.zoneinfo", "tzdata"] [[package]] name = "anyio" @@ -1261,15 +1261,15 @@ testing = ["coverage", "pytest", "pytest-cov"] [[package]] name = "virtualenv" -version = "20.29.0" +version = "20.29.1" description = "Virtual Python Environment builder" optional = true python-versions = ">=3.8" groups = ["main"] markers = "extra == \"dev\"" files = [ - {file = "virtualenv-20.29.0-py3-none-any.whl", hash = "sha256:c12311863497992dc4b8644f8ea82d3b35bb7ef8ee82e6630d76d0197c39baf9"}, - {file = "virtualenv-20.29.0.tar.gz", hash = "sha256:6345e1ff19d4b1296954cee076baaf58ff2a12a84a338c62b02eda39f20aa982"}, + {file = "virtualenv-20.29.1-py3-none-any.whl", hash = "sha256:4e4cb403c0b0da39e13b46b1b2476e505cb0046b25f242bee80f62bf990b2779"}, + {file = "virtualenv-20.29.1.tar.gz", hash = "sha256:b8b8970138d32fb606192cb97f6cd4bb644fa486be9308fb9b63f81091b5dc35"}, ] [package.dependencies] @@ -1295,9 +1295,9 @@ files = [ [extras] dev = ["pre-commit", "pre-commit-hooks", "ruff", "shellcheck-py"] -docker = ["Jinja2"] +docker = ["jinja2"] [metadata] lock-version = "2.1" python-versions = ">=3.13,<3.14" -content-hash = "c26aa68c904a6a62f8c5982739e98590a819a7bf6dc622827c5670b1286eed5b" +content-hash = "cf55b1298048f8e353961e76ebccb12442121825c2cebe75f7cc6100909ed7ad" diff --git a/pyproject.toml b/pyproject.toml index cbd6b3e..636481f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "cappuccino" description = "Just another IRC bot." -authors = [{ name = "Lee Watson", email = "" }] +authors = [{ name = "Lee Watson", email = "me@lwatson.dev" }] version = "1.16.0" license = "GPL-3.0-only" requires-python = ">=3.13,<3.14" @@ -31,7 +31,7 @@ dev = [ "ruff (>=0.9.0,<1.0.0)", "shellcheck-py (>=0.10.0.1)", ] -docker = ["Jinja2 (>=3.1.3,<4.0.0)"] +docker = ["jinja2 (>=3.1.3,<4.0.0)"] [tool.poetry] package-mode = false