Stripe checkout #104411
8
poetry.lock
generated
8
poetry.lock
generated
@ -408,14 +408,14 @@ Django = ">3.2"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "django"
|
name = "django"
|
||||||
version = "3.2.16"
|
version = "3.2.24"
|
||||||
description = "A high-level Python Web framework that encourages rapid development and clean, pragmatic design."
|
description = "A high-level Python Web framework that encourages rapid development and clean, pragmatic design."
|
||||||
category = "main"
|
category = "main"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.6"
|
python-versions = ">=3.6"
|
||||||
files = [
|
files = [
|
||||||
{file = "Django-3.2.16-py3-none-any.whl", hash = "sha256:18ba8efa36b69cfcd4b670d0fa187c6fe7506596f0ababe580e16909bcdec121"},
|
{file = "Django-3.2.24-py3-none-any.whl", hash = "sha256:5dd5b787c3ba39637610fe700f54bf158e33560ea0dba600c19921e7ff926ec5"},
|
||||||
{file = "Django-3.2.16.tar.gz", hash = "sha256:3adc285124244724a394fa9b9839cc8cd116faf7d159554c43ecdaa8cdf0b94d"},
|
{file = "Django-3.2.24.tar.gz", hash = "sha256:aaee9fb0fb4ebd4311520887ad2e33313d368846607f82a9a0ed461cd4c35b18"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
@ -2957,4 +2957,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools"
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.8"
|
python-versions = "^3.8"
|
||||||
content-hash = "386b423472b0adf961feb4bbb54dcb2d1170ca5600c843f7bb92d519235193c1"
|
content-hash = "34cdbc694525a513020cde63ced98fd6a0762dcc059fa9193fda516f5589662b"
|
||||||
|
@ -6,7 +6,7 @@ authors = ["Sem Mulder <sem@blender.studio>"]
|
|||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.8"
|
python = "^3.8"
|
||||||
django = "^3.2"
|
django = "3.2.24"
|
||||||
django-pipeline = "^2.0"
|
django-pipeline = "^2.0"
|
||||||
psycopg2 = "^2.8"
|
psycopg2 = "^2.8"
|
||||||
blender_id_oauth_client = {git = "https://projects.blender.org/infrastructure/blender-id-oauth-client.git", rev = "cca32643e"}
|
blender_id_oauth_client = {git = "https://projects.blender.org/infrastructure/blender-id-oauth-client.git", rev = "cca32643e"}
|
||||||
|
Loading…
Reference in New Issue
Block a user