diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ec357a7a..f60be9d9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,14 +24,14 @@ repos: hooks: - id: black - repo: https://github.com/pycqa/flake8 - rev: 7.1.0 + rev: 7.1.1 hooks: - id: flake8 additional_dependencies: - flake8-bugbear - flake8-implicit-str-concat - repo: https://github.com/Riverside-Healthcare/djLint - rev: v1.34.1 + rev: v1.35.2 hooks: - id: djlint-jinja files: "\\.html" diff --git a/README.rst b/README.rst index 2bccc8e2..b5159e7b 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ Flask-Security =================== -.. image:: https://github.com/pallets-eco/flask-security/workflows/tests/badge.svg?branch=main&event=push +.. image:: https://github.com/pallets-eco/flask-security/actions/workflows/tests.yml/badge.svg?branch=main&event=push :target: https://github.com/pallets-eco/flask-security .. image:: https://codecov.io/gh/pallets-eco/flask-security/graph/badge.svg?token=ZYS0AST5M3 @@ -40,7 +40,8 @@ Notes on this repo ------------------ As of 7/30/2024, the independent fork Flask-Security-Too replaced the archived Flask-Security repo (now called Flask-Security-3.0). This repo is published at PyPI at -both Flask-Security and Flask-Security-Too. +both Flask-Security and Flask-Security-Too. Please consider changing your +requirements file to point to flask-security. Flask-Security-Too was a fork from the 3.0.0 version of the `Original `_ diff --git a/pyproject.toml b/pyproject.toml index 6101752d..afe251e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,7 @@ low = [ "jinja2==3.1.2", "itsdangerous==2.1.2", "markupsafe==2.1.2", - "mongoengine==0.27.0", + "mongoengine==0.29.1", "mongomock==4.1.2", "pony==0.7.16;python_version<'3.11'", "phonenumberslite==8.13.11",