mirror of
https://github.com/pretix/pretix.git
synced 2026-08-17 11:56:27 +00:00
Update libsass requirement from ==0.22.* to ==0.23.* (#3918)
--- updated-dependencies: - dependency-name: libsass dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent
178c40aee6
commit
24b5b9373d
+1
-1
@@ -63,7 +63,7 @@ dependencies = [
|
||||
"isoweek",
|
||||
"jsonschema",
|
||||
"kombu==5.3.*",
|
||||
"libsass==0.22.*",
|
||||
"libsass==0.23.*",
|
||||
"lxml",
|
||||
"markdown==3.5.2", # 3.3.5 requires importlib-metadata>=4.4, but django-bootstrap3 requires importlib-metadata<3.
|
||||
# We can upgrade markdown again once django-bootstrap3 upgrades or once we drop Python 3.6 and 3.7
|
||||
|
||||
Reference in New Issue
Block a user