Skip to content

Commit b9ef8ee

Browse files
authored
Merge branch 'master' into dependabot/pip/pytest-asyncio-0.23.8
2 parents 05ccff2 + 03330de commit b9ef8ee

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-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: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ 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.8
76
pytest-django
8-
ruff ==0.5.0
7+
ruff ==0.5.5

0 commit comments

Comments
 (0)