Skip to content

Commit

Permalink
Merge pull request #77 from octue/update-djgcp
Browse files Browse the repository at this point in the history
Widen django-gcp dependency range
  • Loading branch information
thclark committed May 23, 2024
2 parents 424eedc + 785cead commit 1e99bc7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-twined"
version = "0.8.2"
version = "0.8.3"
description = "A django app to manage octue services"
authors = ["Tom Clark <tom@octue.com>", "Marcus Lugg <marcus@octue.com>"]
license = "MIT"
Expand All @@ -23,7 +23,7 @@ packages = [{ include = "django_twined" },]
python = ">=3.9,<4"
django = ">=3.0,<5.0"
octue = ">=0.52.0,<1"
django-gcp = ">=0.11.5,<0.12"
django-gcp = ">=0.11.5,<0.13"
django-jsoneditor = "^0.2.2"
django-model-utils = "^4.2.0"

Expand Down

0 comments on commit 1e99bc7

Please sign in to comment.