Skip to content

Commit

Permalink
fix(deps): update dependency graphene-django-extras to v0.1.1 (#121)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency graphene-django-extras to v0.1.1

* fix(deps): update dependency django-filter to v24

* fix(deps): update poetry.lock

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Maxwell <[email protected]>
  • Loading branch information
renovate[bot] and wax911 authored Apr 28, 2024
1 parent 8106565 commit c9f1cdd
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
26 changes: 13 additions & 13 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "anitrend"
version = "0.1.0"
version = "0.2.1"
description = ""
authors = ["Maxwell <[email protected]>"]
license = "GPL"
Expand All @@ -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"
Expand Down

0 comments on commit c9f1cdd

Please sign in to comment.