diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a64ef1b..2a78304 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,7 +12,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: 3.12 + python-version: 3.13 - name: install python dependencies run: | diff --git a/pyproject.toml b/pyproject.toml index 4261d5f..4f156f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "django-badges" -version = "1.1.10" +version = "1.1.11" 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.12" -dependencies = ["django>=5.0.6", "Pillow>=10.3.0"] +dependencies = ["django>=5.2.8", "Pillow>=12.1.1"] readme = "README.md" classifiers = [ "Development Status :: 5 - Production/Stable", diff --git a/requirements.txt b/requirements.txt index 7302ec8..005b429 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ Django==5.2.8 -Pillow==10.3.0 +Pillow==12.1.1