Skip to content

Commit

Permalink
Merge pull request #9 from weswil07/upgrade-django-4.2
Browse files Browse the repository at this point in the history
Upgrade Django to 4.2.
  • Loading branch information
weswil07 authored Oct 24, 2023
2 parents 2a979eb + ecebb5a commit 1cb8175
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]"}
Expand All @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Django==4.1.3
Pillow==9.0.1
Django==4.2.6
Pillow==10.0.1

0 comments on commit 1cb8175

Please sign in to comment.