From dadd2cf39b77e1d4299e935b34c168d9e56c27c5 Mon Sep 17 00:00:00 2001 From: Alexander Pushkov Date: Wed, 13 Dec 2023 19:04:12 +0300 Subject: [PATCH 1/3] Fix .vertical-lr in Firefox --- web/styles/globals.css | 1 + 1 file changed, 1 insertion(+) diff --git a/web/styles/globals.css b/web/styles/globals.css index e94a751f3..8f77c8669 100644 --- a/web/styles/globals.css +++ b/web/styles/globals.css @@ -420,6 +420,7 @@ body { .vertical-lr { -webkit-writing-mode: vertical-lr; -ms-writing-mode: vertical-lr; + writing-mode: vertical-lr; } div.web-view-spinner { From e40f38e2e14f2c92764ba4a25173ae36b77007fd Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Mon, 18 Dec 2023 15:47:15 +0900 Subject: [PATCH 2/3] fix: typo in install.sh (#3136) availabe -> available --- deploy/selfhost/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/selfhost/install.sh b/deploy/selfhost/install.sh index 645e99cb8..15150aa40 100755 --- a/deploy/selfhost/install.sh +++ b/deploy/selfhost/install.sh @@ -39,7 +39,7 @@ function download(){ echo "" echo "Latest version is now available for you to use" echo "" - echo "In case of Upgrade, your new setting file is availabe as 'variables-upgrade.env'. Please compare and set the required values in '.env 'file." + echo "In case of Upgrade, your new setting file is available as 'variables-upgrade.env'. Please compare and set the required values in '.env 'file." echo "" } From 0ee6c20272256972bf274c39130a0fa9b736e6c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 13:26:21 +0530 Subject: [PATCH 3/3] chore(deps): bump cryptography in /apiserver/requirements (#3166) Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.5 to 41.0.6. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.5...41.0.6) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- apiserver/requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apiserver/requirements/base.txt b/apiserver/requirements/base.txt index 6832297e9..0e7a18fa8 100644 --- a/apiserver/requirements/base.txt +++ b/apiserver/requirements/base.txt @@ -30,7 +30,7 @@ openpyxl==3.1.2 beautifulsoup4==4.12.2 dj-database-url==2.1.0 posthog==3.0.2 -cryptography==41.0.5 +cryptography==41.0.6 lxml==4.9.3 boto3==1.28.40