Skip to content

Commit

Permalink
v.23.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GitRon committed Dec 4, 2023
1 parent 49b5cb8 commit e5acddd
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion ambient_package_update/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Ambient package update tool for clean and swift maintenance"""

__version__ = "23.11.2"
__version__ = "23.12.1"
3 changes: 2 additions & 1 deletion ambient_package_update/metadata/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

DEV_DEPENDENCIES = [
# Updater
"typer~=0.9"
"typer~=0.9",
# Test runner
"freezegun~=1.2",
"pytest-django~=4.5",
Expand All @@ -24,6 +24,7 @@
"3.2",
"4.1",
"4.2",
"5.0",
]

SUPPORTED_PYTHON_VERSIONS = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 2 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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

0 comments on commit e5acddd

Please sign in to comment.