Skip to content

Commit 03330de

Browse files
authored
Merge pull request #57 from python-ellar/ellar_081_upgrade
Ellar 081 upgrade
2 parents 9b7d887 + 61148d1 commit 03330de

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

ellar_django/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Enables Django ORM and Admin feature in Ellar's application"""
22

3-
__version__ = "1.0.7"
3+
__version__ = "1.0.9"
44

55
from .module import DjangoModule
66

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ classifiers = [
4747
]
4848

4949
dependencies = [
50-
"ellar-cli >= 0.4.1",
50+
"ellar-cli >= 0.4.3",
5151
"Django >= 3.1",
5252
]
5353

requirements-tests.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ autoflake
22
httpx >=0.22.0
33
mypy == 1.10.1
44
pytest >=7.1.3,<9.0.0
5-
pytest-cov >=2.12.0,<6.0.0
65
pytest-asyncio==0.23.7
6+
pytest-cov >=2.12.0,<6.0.0
77
pytest-django
8-
ruff ==0.5.0
8+
ruff ==0.5.5

0 commit comments

Comments
 (0)