From 628a7922cca68731e28eedfbffa7fbe2b1cc1141 Mon Sep 17 00:00:00 2001 From: Ronny Vedrilla Date: Wed, 28 Feb 2024 12:14:29 +0100 Subject: [PATCH] v9.5.1 --- .pre-commit-config.yaml | 2 +- docs/conf.py | 2 +- pyproject.toml | 4 +++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 029bf28..e0b5157 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.1.6 + rev: v0.1.14 hooks: # Run the Ruff linter. - id: ruff diff --git a/docs/conf.py b/docs/conf.py index a38601e..42fd29a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -36,7 +36,7 @@ # -- Project information ----------------------------------------------------- project = "ambient-toolbox" -copyright = "2023, Ambient Innovation: GmbH" # noqa: A001 +copyright = "2024, Ambient Innovation: GmbH" # noqa: A001 author = "Ambient Innovation: GmbH " version = __version__ release = __version__ diff --git a/pyproject.toml b/pyproject.toml index 9c98895..839ac4b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,8 +51,10 @@ dev = [ 'sphinx-rtd-theme~=2.0', 'm2r2==0.3.3.post2', 'mistune<2.0.0', - 'ambient-package-update~=23.12.3', + 'flit~=3.9', + 'ambient-package-update~=23.12.4', 'gevent~=23.9', + 'httpx~=0.27', ] drf = [ 'djangorestframework>=3.8.2',