chore: update deps
Some checks failed
checks / tests-10 (push) Failing after 2m45s
checks / pre-commit (push) Successful in 3m51s
checks / tests-11 (push) Failing after 2m22s
checks / tests-12 (push) Failing after 2m7s

This commit is contained in:
cătălin 2024-09-07 16:26:15 +02:00
commit d7bf338d96
No known key found for this signature in database
4 changed files with 276 additions and 214 deletions

View file

@ -19,7 +19,7 @@ repos:
args: [ --fix=lf ] args: [ --fix=lf ]
- repo: https://github.com/charliermarsh/ruff-pre-commit - repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.6.3 rev: v0.6.4
hooks: hooks:
- id: ruff - id: ruff
args: args:

View file

@ -1,26 +0,0 @@
import nox
VERSIONS = ["3.10", "3.11", "3.12"]
@nox.session(python=VERSIONS)
def tests(session):
session.run(
"pdm",
"export",
"-G",
"testing",
"-f",
"requirements",
"-o",
"requirements.txt",
external=True,
)
session.install("-r", "requirements.txt")
session.run("make", "tests", external=True)
session.run("rm", "requirements.txt", external=True)
@nox.session(python=VERSIONS)
def linters(session):
session.run("make", "linters", external=True)

454
pdm.lock generated

File diff suppressed because it is too large Load diff

View file

@ -13,8 +13,8 @@ dependencies = [
"platformdirs>=4.2", "platformdirs>=4.2",
"pydantic-settings>=2", "pydantic-settings>=2",
"hishel>=0", "hishel>=0",
"whenever>=0.6.6", "whenever>=0.6",
"gitpython>=3.1.43", "gitpython>=3.1",
] ]
name = "halig" name = "halig"
dynamic = ["version"] dynamic = ["version"]