diff --git a/poetry.lock b/poetry.lock index 0694864..b1bca1b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.5.0 and should not be changed by hand. [[package]] name = "aniso8601" @@ -434,17 +434,17 @@ Django = ">=3.2" [[package]] name = "django-filter" -version = "23.5" +version = "24.2" description = "Django-filter is a reusable Django application for allowing users to filter querysets dynamically." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "django-filter-23.5.tar.gz", hash = "sha256:67583aa43b91fe8c49f74a832d95f4d8442be628fd4c6d65e9f811f5153a4e5c"}, - {file = "django_filter-23.5-py3-none-any.whl", hash = "sha256:99122a201d83860aef4fe77758b69dda913e874cc5e0eaa50a86b0b18d708400"}, + {file = "django-filter-24.2.tar.gz", hash = "sha256:48e5fc1da3ccd6ca0d5f9bb550973518ce977a4edde9d2a8a154a7f4f0b9f96e"}, + {file = "django_filter-24.2-py3-none-any.whl", hash = "sha256:df2ee9857e18d38bed203c8745f62a803fa0f31688c9fe6f8e868120b1848e48"}, ] [package.dependencies] -Django = ">=3.2" +Django = ">=4.2" [[package]] name = "django-graphql-playground" @@ -622,21 +622,21 @@ name = "graphene-django-extras" version = "1.0.0" description = "This library add some extra funcionalities to graphene-django to facilitate the graphql use without Relay, allow paginations and filtering integration and add some extra directives" optional = false -python-versions = "^3.7 || ^3.8 || ^3.9 || ^3.10" +python-versions = "^3.8 || ^3.9 || ^3.10 || ^3.11 || ^3.12" files = [] develop = false [package.dependencies] -django-filter = "^23.2" +django-filter = "^24.0" djangorestframework = "^3" -graphene-django = "^3.0.2" +graphene-django = "^3.2.1" python-dateutil = "^2.8.0" [package.source] type = "git" -url = "https://github.com/wax911/graphene-django-extras.git" -reference = "0.1.0" -resolved_reference = "6f330cc2eb116b7a1f73791daca39e7560f7a6b0" +url = "https://github.com/anitrend/graphene-django-extras.git" +reference = "0.1.1" +resolved_reference = "5d00cfdba90199777d3000da2c4d26405d4f994b" [[package]] name = "graphql-core" @@ -1536,4 +1536,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "34eb234c03b94bfdc84c3edb9fde5df167443b7d06f4129c9ca7284f57877b19" +content-hash = "dec91630a3fd449c13d2fc96fbf75a62d7563ccd2ace1ed8228bbfee6f434f32" diff --git a/pyproject.toml b/pyproject.toml index 94693eb..387ec04 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "anitrend" -version = "0.1.0" +version = "0.2.1" description = "" authors = ["Maxwell "] license = "GPL" @@ -13,9 +13,9 @@ uplink = "0.9.7" requests = "2.31.0" marshmallow = "3.21.1" python-decouple = "3.8" -django-filter = "23.5" +django-filter = "24.2" graphene-django = "3.2.1" -graphene-django-extras = { git = "https://github.com/anitrend/graphene-django-extras.git", tag = "0.1.0" } +graphene-django-extras = { git = "https://github.com/anitrend/graphene-django-extras.git", tag = "0.1.1" } django-cors-headers = "4.3.1" graphene = "3.3" django-enumfield = "3.1"