Skip to content

Commit

Permalink
build(dependencies): update version and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sepehr-akbarzadeh committed Aug 2, 2024
1 parent 340c19f commit f74862e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-sage-blog"
version = "0.1.5"
version = "0.1.6"
description = "Comprehensive Django package designed to seamlessly integrate blogging capabilities into your Django project."
authors = ["Sepehr Akbarzadeh <[email protected]>"]
readme = "README.md"
Expand Down Expand Up @@ -30,11 +30,11 @@ python = "^3.12"
django = "^5.0.7"
sorl-thumbnail = "^12.10.0"
readtime = "^3.0.0"
django-sage-seo = {extras = ["json-forms"], version = "^0.2.3"}
django-sage-tools = "^0.1.3"
django-jsonform = "^2.22.0"
pillow = "^10.4.0"
django-filter = "^24.2"
django-sage-seo = "^0.3.1"

[tool.poetry.group.dev.dependencies]
black = "^24.4.2"
Expand Down

0 comments on commit f74862e

Please sign in to comment.