From 02045c4b24b0767617eea4202a4c570842fe9991 Mon Sep 17 00:00:00 2001 From: josecsotomorales <josecsmorales@gmail.com> Date: Fri, 22 Mar 2024 11:16:53 -0400 Subject: [PATCH] Update changelog --- .pre-commit-config.yaml | 6 +++--- CHANGES.rst | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f5e07f32..c6a93f92 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 + rev: v4.5.0 hooks: - id: check-yaml - id: end-of-file-fixer @@ -14,7 +14,7 @@ repos: - id: flake8 - repo: https://github.com/pycqa/isort - rev: 5.11.5 + rev: 5.13.2 hooks: - id: isort @@ -25,7 +25,7 @@ repos: stages: [manual] - repo: https://github.com/asottile/pyupgrade - rev: v3.1.0 + rev: v3.15.1 hooks: - id: pyupgrade args: [--py36-plus] diff --git a/CHANGES.rst b/CHANGES.rst index b3c69f65..093b6da7 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,7 +3,7 @@ Changelog Here you can see the full list of changes between each SQLAlchemy-Utils release. -0.41.1 (2024-03-21) +0.41.2 (2024-03-22) ^^^^^^^^^^^^^^^^^^^ - Fix breaking change introduced on SQLAlchemy 2.0.22 changes to `attributes.AttributeImpl` constructor (#733)