diff --git a/poetry.lock b/poetry.lock index 71272c6..44cbbeb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -150,25 +150,22 @@ files = [ ] [[package]] -name = "AttrMagic" -version = "0.1.1b5" +name = "attrmagic" +version = "0.2.2" description = "Query-like access to nested attributes" optional = false python-versions = "<4.0,>=3.11" groups = ["main"] -files = [] -develop = false +files = [ + {file = "attrmagic-0.2.2-py3-none-any.whl", hash = "sha256:3dad80e8ec58cc5896152d89354be87a77f2211490da84d5915ee4abfeffcc9d"}, + {file = "attrmagic-0.2.2.tar.gz", hash = "sha256:d961093e4bd6a32fb5c03b8d66361d2244854ee78c751ba0cbff7c0ca4471eb4"}, +] [package.dependencies] pydantic = ">=2.7" +pydantic-core = ">=2.27.2" typing-extensions = {version = ">=4.5", markers = "python_full_version < \"3.12.0\""} -[package.source] -type = "git" -url = "https://github.com/WoosterTech/AttrMagic.git" -reference = "HEAD" -resolved_reference = "e94e653b3992905bb5502d5332755ec5c708c1c4" - [[package]] name = "attrs" version = "25.1.0" @@ -789,14 +786,14 @@ bcrypt = ["bcrypt"] [[package]] name = "django-admin-sortable2" -version = "2.2.4" +version = "2.3.1" description = "Generic drag-and-drop sorting for the List, the Stacked- and the Tabular-Inlines Views in the Django Admin" optional = false python-versions = "*" groups = ["main"] files = [ - {file = "django_admin_sortable2-2.2.4-py3-none-any.whl", hash = "sha256:406c5b6d6e84ad982cc6e53c3f34b5db5f0a3f34891126af90c9fb2c372f53d5"}, - {file = "django_admin_sortable2-2.2.4.tar.gz", hash = "sha256:155e6114c7a931bceed9513af014f782ff1e643d99e81ddfef934f1daecd669d"}, + {file = "django_admin_sortable2-2.3.1-py3-none-any.whl", hash = "sha256:5784f441f3532013438c3c3226fbccc39b9c733f867b26a5f477d6b05f734b93"}, + {file = "django_admin_sortable2-2.3.1.tar.gz", hash = "sha256:e397d08606f9e0da73e52661b841021ecab21be6f74783408e625ccddfe975af"}, ] [package.dependencies] @@ -1044,23 +1041,23 @@ hiredis = ["redis[hiredis] (>=3,!=4.0.0,!=4.0.1)"] [[package]] name = "django-rubble" -version = "0.7.0b6" +version = "0.7.1" description = "Extend django-model-utils and django-extensions." optional = false -python-versions = ">=3.11,<4.0" +python-versions = "<4.0,>=3.11" groups = ["main"] files = [] develop = false [package.dependencies] -attrmagic = {git = "https://github.com/WoosterTech/AttrMagic.git"} +attrmagic = ">=0.2.0" case-converter = ">=1.2.0,<2.0.0" croniter = ">=3.0" django = ">4,<5.3" django-model-utils = ">=4.5" -django-simple-history = {version = ">=3.7", optional = true} +django-simple-history = {version = ">=3.7", optional = true, markers = "extra == \"history\""} furl = ">=2.1.3,<3.0.0" -infisical-python = {version = ">=2.3.5", optional = true} +infisical-python = {version = ">=2.3.5", optional = true, markers = "extra == \"secrets\""} levenshtein = ">=0.26.1,<0.27.0" loguru = ">=0.7" pydantic = ">=2.7" @@ -1079,7 +1076,7 @@ secrets = ["infisical-python (>=2.3.5)"] type = "git" url = "https://github.com/WoosterTech/django-rubble.git" reference = "HEAD" -resolved_reference = "b63ac891788fa0d159e4210f6b9e65a5fd964921" +resolved_reference = "aa7e4506762a6a540ff7a2fb8e53c4cbe5545d18" [[package]] name = "django-simple-history"