diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2f451e0..029bf28 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.4 + rev: v0.1.6 hooks: # Run the Ruff linter. - id: ruff diff --git a/CHANGES.md b/CHANGES.md index c9ad8eb..fed4c14 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # Changelog +**23.12.1 (2023-12-04)** +* Added Django 5.0 support +* Updated Ruff version + **23.11.2 (2023-11-20)** * Added typer as package dev dependency * Improved Readme template diff --git a/ambient_package_update/__init__.py b/ambient_package_update/__init__.py index 2103f01..49364e3 100644 --- a/ambient_package_update/__init__.py +++ b/ambient_package_update/__init__.py @@ -1,3 +1,3 @@ """Ambient package update tool for clean and swift maintenance""" -__version__ = "23.11.2" +__version__ = "23.12.1" diff --git a/ambient_package_update/metadata/constants.py b/ambient_package_update/metadata/constants.py index 269c30f..76f772a 100644 --- a/ambient_package_update/metadata/constants.py +++ b/ambient_package_update/metadata/constants.py @@ -2,7 +2,7 @@ DEV_DEPENDENCIES = [ # Updater - "typer~=0.9" + "typer~=0.9", # Test runner "freezegun~=1.2", "pytest-django~=4.5", @@ -24,6 +24,7 @@ "3.2", "4.1", "4.2", + "5.0", ] SUPPORTED_PYTHON_VERSIONS = [ diff --git a/ambient_package_update/templates/.pre-commit-config.yaml.tpl b/ambient_package_update/templates/.pre-commit-config.yaml.tpl index 2e849f9..861516e 100644 --- a/ambient_package_update/templates/.pre-commit-config.yaml.tpl +++ b/ambient_package_update/templates/.pre-commit-config.yaml.tpl @@ -3,7 +3,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.1.4 + rev: v0.1.6 hooks: # Run the Ruff linter. - id: ruff diff --git a/requirements.txt b/requirements.txt index 63de649..4dfc42b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,8 @@ # -# This file is autogenerated by pip-compile with Python 3.11 +# This file is autogenerated by pip-compile with Python 3.12 # by the following command: # -# pip-compile --extra=dev --output-file=requirements.txt --resolver=backtracking pyproject.toml +# pip-compile --extra=dev --output-file=requirements.txt pyproject.toml # certifi==2023.7.22 # via requests @@ -28,8 +28,6 @@ identify==2.5.31 # via pre-commit idna==3.4 # via requests -importlib-metadata==6.8.0 - # via keyring jaraco-classes==3.3.0 # via keyring jinja2==3.1.2 @@ -64,8 +62,6 @@ urllib3==2.0.7 # via requests virtualenv==20.24.6 # via pre-commit -zipp==3.17.0 - # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: # setuptools