Skip to content

Commit

Permalink
build(pyproject.toml): update new version of django-sage-tools and ne…
Browse files Browse the repository at this point in the history
…w build
  • Loading branch information
sepehr-akbarzadeh committed Oct 8, 2024
1 parent 0fa65aa commit 80b5df6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 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
Expand Up @@ -4,7 +4,7 @@ requires = [ "poetry-core" ]

[tool.poetry]
name = "django-sage-invoice"
version = "0.1.1"
version = "0.1.2"
description = "A project for invoice generation and NFC integration."
authors = [ "Radin Ghahremani <[email protected]>", "Sepehr Akbarzadeh <[email protected]>" ]
keywords = [ "django", "invoice", "sageteam", "django-packages" ]
Expand Down Expand Up @@ -36,10 +36,10 @@ django = [
]
jinja2 = "^3.1.4"
pillow = "^10.4.0"
django-sage-tools = "^0.2.2"
django-import-export = "^4.1.1"
bandit = { extras = [ "toml" ], version = "^1.7.9" }
django-jsonform = "^2.22.0"
django-sage-tools = "^0.3.5"

[tool.poetry.group.dev.dependencies]
ruff = "^0.6.1"
Expand Down

0 comments on commit 80b5df6

Please sign in to comment.