diff --git a/pyproject.toml b/pyproject.toml index 4fb3e8e..95bf25a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "django-badges" -version = "1.1.4" +version = "1.1.5" authors = [ {name = "James Robert"}, {email = "jiaaro@gmail.com"} @@ -14,7 +14,7 @@ license = {text = "GPLv3"} keywords = ["django", "badges", "social"] urls = {homepage = "http://djangobadges.com"} requires-python = ">=3.8" -dependencies = ["django>=4.1.3", "Pillow>=9.0.1"] +dependencies = ["django>=4.2.6", "Pillow>=10.0.1"] readme = "README.md" classifiers = [ "Development Status :: 5 - Production/Stable", diff --git a/requirements.txt b/requirements.txt index 8269623..69b0255 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -Django==4.1.3 -Pillow==9.0.1 +Django==4.2.6 +Pillow==10.0.1