Stripe checkout #104411

Merged
Anna Sirota merged 61 commits from stripe into main 2024-06-17 18:08:41 +02:00
2 changed files with 4 additions and 4 deletions
Showing only changes of commit 69c59c3d47 - Show all commits

6
poetry.lock generated
View File

@ -1329,8 +1329,8 @@ zeep = "4.0.0"
[package.source] [package.source]
type = "git" type = "git"
url = "https://projects.blender.org/infrastructure/looper.git" url = "https://projects.blender.org/infrastructure/looper.git"
reference = "e3190f3e19" reference = "8cd4da9"
resolved_reference = "e3190f3e19548949cc01c17fbe1168c1b5c55f7a" resolved_reference = "8cd4da950b21b85e0a5ecfa8e8e3d62774215a67"
[[package]] [[package]]
name = "lxml" name = "lxml"
@ -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 = "01778defae9b5d605eff86fe5dcd70376622fb35a67353dd9678c093de86137d" content-hash = "69a6d187007cb4d99d90cf4472b9295a03c6c18518efcea4b6c50dc0d3dfef9f"

View File

@ -14,7 +14,7 @@ libsasscompiler = "^0.1.5"
jsmin = "3.0.0" jsmin = "3.0.0"
sorl-thumbnail = "^12.10.0" sorl-thumbnail = "^12.10.0"
mistune = "2.0.0a4" mistune = "2.0.0a4"
looper = {git = "https://projects.blender.org/infrastructure/looper.git", rev = "e3190f3e19"} looper = {git = "https://projects.blender.org/infrastructure/looper.git", rev = "8cd4da9"}
Pillow = "^8.0" Pillow = "^8.0"
django-storages = {extras = ["google"], version = "1.11.1"} django-storages = {extras = ["google"], version = "1.11.1"}
pymongo = "^3.10.1" pymongo = "^3.10.1"