From 3e3fc6d2dda476418eb3c733c8631c373ec22779 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 04:25:14 +0000 Subject: [PATCH] build(deps): Bump django-active-link from 0.2.1 to 0.2.2 Bumps [django-active-link](https://github.com/valerymelou/django-active-link) from 0.2.1 to 0.2.2. - [Release notes](https://github.com/valerymelou/django-active-link/releases) - [Changelog](https://github.com/valerymelou/django-active-link/blob/master/HISTORY.rst) - [Commits](https://github.com/valerymelou/django-active-link/compare/v0.2.1...v0.2.2) --- updated-dependencies: - dependency-name: django-active-link dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 9cd40078..7ac1d1eb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -350,13 +350,13 @@ bcrypt = ["bcrypt"] [[package]] name = "django-active-link" -version = "0.2.1" +version = "0.2.2" description = "The best and simplest way to highlight active links in your Django app." optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "django_active_link-0.2.1-py3-none-any.whl", hash = "sha256:a9096497dd23dd0c5929872304f4ce26717e1904b82efa7592493328db5b6edf"}, - {file = "django_active_link-0.2.1.tar.gz", hash = "sha256:70e1812fd08319bd814568e36a56ece1b72195dcc43bb5992d492867bbf2dc0e"}, + {file = "django_active_link-0.2.2-py3-none-any.whl", hash = "sha256:8bd88b0102904886887e4fbf329eb454b62c35fe000d700801b7153f6894f0df"}, + {file = "django_active_link-0.2.2.tar.gz", hash = "sha256:d5ff2c08cbda0632e2ac0fdda187743734d74e2ad5bffc68795768ad8721fee7"}, ] [[package]] @@ -1307,4 +1307,4 @@ brotli = ["brotli"] [metadata] lock-version = "2.0" python-versions = "3.11.9" -content-hash = "7187352be3a400bf622f8989d53d957b44351b9f261b1043b9a9b26099862ff6" +content-hash = "ac81c1974f41e154da51165a93aeefc432bd894075d5bf597015905ea5b0809d" diff --git a/pyproject.toml b/pyproject.toml index e2aece4d..73dea7d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ python = "3.11.9" arrow = "^1.3.0" boto3 = "^1.34.136" django = "^5.0" -django-active-link = "^0.2.1" +django-active-link = "^0.2.2" django-allauth = {extras = ["socialaccount"], version = "^0.63.3"} django-anymail = "^11.0" django-appconf = "^1.0.6"