From bd1f1e38edf43280a635659f111ad6af1d87103f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 00:50:45 +0000 Subject: [PATCH 01/10] Bump stripe from 7.11.0 to 7.12.0 Bumps [stripe](https://github.com/stripe/stripe-python) from 7.11.0 to 7.12.0. - [Release notes](https://github.com/stripe/stripe-python/releases) - [Changelog](https://github.com/stripe/stripe-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/stripe/stripe-python/compare/v7.11.0...v7.12.0) --- updated-dependencies: - dependency-name: stripe dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 6c0208dbc..4b38debb6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2004,13 +2004,13 @@ test = ["pytest", "pytest-cov"] [[package]] name = "stripe" -version = "7.11.0" +version = "7.12.0" description = "Python bindings for the Stripe API" optional = false python-versions = ">=3.6" files = [ - {file = "stripe-7.11.0-py2.py3-none-any.whl", hash = "sha256:400a6c76497c19fa58ac295ba3d37f6e03bbefa7fd97bdbaa75a092f0e013d50"}, - {file = "stripe-7.11.0.tar.gz", hash = "sha256:bdff0827f8d9368a4c5e838876ff9dc1d5e1615b05ac98ab450c81eb9f3d3035"}, + {file = "stripe-7.12.0-py2.py3-none-any.whl", hash = "sha256:6c6e75c65191f5298f375f3697dbe9105426e7e89f6a8f0efdd31692e2931c29"}, + {file = "stripe-7.12.0.tar.gz", hash = "sha256:121971bef27a79a20c3f0676f4d4ccf1207d04b7758327b3725e694bf53106b6"}, ] [package.dependencies] @@ -2289,4 +2289,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "3.11.2" -content-hash = "5f58eb340702e041fe56c5d708247dee5a1494a7a5286f57fc6bcdce24daf0bd" +content-hash = "4b8ad0dca8cb63fe61d80e426de1ddc0f13dfdc9a16c634134e1fb1695c9e1d3" diff --git a/pyproject.toml b/pyproject.toml index bc77962e4..ad9be87d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ django-tz-detect = "^0.4.0" django-tellme = "^0.7.3" django-bootstrap-datepicker-plus = "^5.0.5" django-star-ratings = "^0.9.2" -stripe = "^7.11.0" +stripe = "^7.12.0" django-environ = "^0.11.2" django-humanize = "^0.1.2" drf-yasg = "^1.20.0" From ae6bf2a70d546836b351cfc7607d73c6724e5385 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 01:07:34 +0000 Subject: [PATCH 02/10] Bump beautifulsoup4 from 4.12.2 to 4.12.3 Bumps [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) from 4.12.2 to 4.12.3. --- updated-dependencies: - dependency-name: beautifulsoup4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 11 +++++++---- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 4b38debb6..e1e9c81cf 100644 --- a/poetry.lock +++ b/poetry.lock @@ -45,19 +45,22 @@ tests-no-zope = ["cloudpickle", "hypothesis", "mypy (>=1.1.1)", "pympler", "pyte [[package]] name = "beautifulsoup4" -version = "4.12.2" +version = "4.12.3" description = "Screen-scraping library" optional = false python-versions = ">=3.6.0" files = [ - {file = "beautifulsoup4-4.12.2-py3-none-any.whl", hash = "sha256:bd2520ca0d9d7d12694a53d44ac482d181b4ec1888909b035a3dbf40d0f57d4a"}, - {file = "beautifulsoup4-4.12.2.tar.gz", hash = "sha256:492bbc69dca35d12daac71c4db1bfff0c876c00ef4a2ffacce226d4638eb72da"}, + {file = "beautifulsoup4-4.12.3-py3-none-any.whl", hash = "sha256:b80878c9f40111313e55da8ba20bdba06d8fa3969fc68304167741bbf9e082ed"}, + {file = "beautifulsoup4-4.12.3.tar.gz", hash = "sha256:74e3d1928edc070d21748185c46e3fb33490f22f52a3addee9aee0f4f7781051"}, ] [package.dependencies] soupsieve = ">1.2" [package.extras] +cchardet = ["cchardet"] +chardet = ["chardet"] +charset-normalizer = ["charset-normalizer"] html5lib = ["html5lib"] lxml = ["lxml"] @@ -2289,4 +2292,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "3.11.2" -content-hash = "4b8ad0dca8cb63fe61d80e426de1ddc0f13dfdc9a16c634134e1fb1695c9e1d3" +content-hash = "ae10a3b7fd1074e7cb9a7086cf78232ed09f35906d10cc6ec2add18b3840f94c" diff --git a/pyproject.toml b/pyproject.toml index ad9be87d8..04fc3ff51 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ toml = "^0.10.2" Django = "^4.2.8" dj-database-url = "^1.0.0" django-allauth = "^0.51.0" -beautifulsoup4 = "^4.10.0" +beautifulsoup4 = "^4.12.3" colorthief = "^0.2.1" django-email-obfuscator = "^0.1.5" django-gravatar2 = "^1.4.4" From 620739c9ecbcbb86953d56a73c07cf2693195030 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jan 2024 00:35:39 +0000 Subject: [PATCH 03/10] Bump stripe from 7.12.0 to 7.13.0 Bumps [stripe](https://github.com/stripe/stripe-python) from 7.12.0 to 7.13.0. - [Release notes](https://github.com/stripe/stripe-python/releases) - [Changelog](https://github.com/stripe/stripe-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/stripe/stripe-python/compare/v7.12.0...v7.13.0) --- updated-dependencies: - dependency-name: stripe dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 9 +++++---- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index e1e9c81cf..616dacbba 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1780,6 +1780,7 @@ files = [ {file = "PyYAML-6.0.1-cp311-cp311-win_amd64.whl", hash = "sha256:bf07ee2fef7014951eeb99f56f39c9bb4af143d8aa3c21b1677805985307da34"}, {file = "PyYAML-6.0.1-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:855fb52b0dc35af121542a76b9a84f8d1cd886ea97c84703eaa6d88e37a2ad28"}, {file = "PyYAML-6.0.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:40df9b996c2b73138957fe23a16a4f0ba614f4c0efce1e9406a184b6d07fa3a9"}, + {file = "PyYAML-6.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a08c6f0fe150303c1c6b71ebcd7213c2858041a7e01975da3a99aed1e7a378ef"}, {file = "PyYAML-6.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6c22bec3fbe2524cde73d7ada88f6566758a8f7227bfbf93a408a9d86bcc12a0"}, {file = "PyYAML-6.0.1-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:8d4e9c88387b0f5c7d5f281e55304de64cf7f9c0021a3525bd3b1c542da3b0e4"}, {file = "PyYAML-6.0.1-cp312-cp312-win32.whl", hash = "sha256:d483d2cdf104e7c9fa60c544d92981f12ad66a457afae824d146093b8c294c54"}, @@ -2007,13 +2008,13 @@ test = ["pytest", "pytest-cov"] [[package]] name = "stripe" -version = "7.12.0" +version = "7.13.0" description = "Python bindings for the Stripe API" optional = false python-versions = ">=3.6" files = [ - {file = "stripe-7.12.0-py2.py3-none-any.whl", hash = "sha256:6c6e75c65191f5298f375f3697dbe9105426e7e89f6a8f0efdd31692e2931c29"}, - {file = "stripe-7.12.0.tar.gz", hash = "sha256:121971bef27a79a20c3f0676f4d4ccf1207d04b7758327b3725e694bf53106b6"}, + {file = "stripe-7.13.0-py2.py3-none-any.whl", hash = "sha256:812ff3faa3e234ed213a905a84451707ad4f09d898a5f700c7ea1f991fb2ae17"}, + {file = "stripe-7.13.0.tar.gz", hash = "sha256:93c1211ff788f94280d979c76f6b417da2dd2056c2aa4d4e1d4f5933062e5b10"}, ] [package.dependencies] @@ -2292,4 +2293,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "3.11.2" -content-hash = "ae10a3b7fd1074e7cb9a7086cf78232ed09f35906d10cc6ec2add18b3840f94c" +content-hash = "e1554de7763c3bd4e9784c0eee8afa5be504884653acad540756fd1eaf4bc21d" diff --git a/pyproject.toml b/pyproject.toml index 04fc3ff51..d088a37dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ django-tz-detect = "^0.4.0" django-tellme = "^0.7.3" django-bootstrap-datepicker-plus = "^5.0.5" django-star-ratings = "^0.9.2" -stripe = "^7.12.0" +stripe = "^7.13.0" django-environ = "^0.11.2" django-humanize = "^0.1.2" drf-yasg = "^1.20.0" From d3b0b6d401ceed12a07e2acb3949860356c807b3 Mon Sep 17 00:00:00 2001 From: Abhinav Kumar <96587705+kr-2003@users.noreply.github.com> Date: Mon, 22 Jan 2024 09:23:43 +0530 Subject: [PATCH 04/10] Fixed bug: Addressed issues with reply and edit comment features in the comment section. (#1680) --- website/static/js/issue.js | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/website/static/js/issue.js b/website/static/js/issue.js index ae174685e..a20d6b6af 100644 --- a/website/static/js/issue.js +++ b/website/static/js/issue.js @@ -81,13 +81,13 @@ $(function () { $('body').on('click', '.edit_comment', function (e) { e.preventDefault(); - comment_id = $(this).attr('name'); old_message = $(this).parent().next().next().text(); - $(this).parent().next().show(); - $(this).parent().next().find('textarea').val(old_message); + comment_id = $(this).attr('name'); $(this).hide(); + $(this).next('.edit_comment').hide(); $(this).next('.del_comment').hide(); - $(this).parent().next().next().hide(); + $(this).parent().next().find('textarea').val(old_message); + $(this).parent().parent().next().show(); }); $(document).on('click', '.edit_form button[type="submit"]', function (e) { @@ -113,10 +113,7 @@ $(function () { $('body').on('click', '.reply_comment', function (e) { e.preventDefault(); comment_id = $(this).attr('name'); - $(this).hide(); - $(this).next('.edit_comment').hide(); - $(this).next().next('.del_comment').hide(); - $(this).parent().parent().next().show(); + $(this).parent().parent().parent().next().toggle(); }); $(document).on('click', '.reply_form button[type="submit"]', function (e) { From f7931d6f4dc0e9ba63f7bab54d5b3093dc7dfb0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 06:47:53 +0000 Subject: [PATCH 05/10] Bump black from 22.12.0 to 23.12.1 (#1660) --- poetry.lock | 43 +++++++++++++++++++++++++++---------------- pyproject.toml | 2 +- 2 files changed, 28 insertions(+), 17 deletions(-) diff --git a/poetry.lock b/poetry.lock index 616dacbba..6ed503acc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -66,34 +66,45 @@ lxml = ["lxml"] [[package]] name = "black" -version = "22.12.0" +version = "23.12.1" description = "The uncompromising code formatter." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "black-22.12.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9eedd20838bd5d75b80c9f5487dbcb06836a43833a37846cf1d8c1cc01cef59d"}, - {file = "black-22.12.0-cp310-cp310-win_amd64.whl", hash = "sha256:159a46a4947f73387b4d83e87ea006dbb2337eab6c879620a3ba52699b1f4351"}, - {file = "black-22.12.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d30b212bffeb1e252b31dd269dfae69dd17e06d92b87ad26e23890f3efea366f"}, - {file = "black-22.12.0-cp311-cp311-win_amd64.whl", hash = "sha256:7412e75863aa5c5411886804678b7d083c7c28421210180d67dfd8cf1221e1f4"}, - {file = "black-22.12.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c116eed0efb9ff870ded8b62fe9f28dd61ef6e9ddd28d83d7d264a38417dcee2"}, - {file = "black-22.12.0-cp37-cp37m-win_amd64.whl", hash = "sha256:1f58cbe16dfe8c12b7434e50ff889fa479072096d79f0a7f25e4ab8e94cd8350"}, - {file = "black-22.12.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:77d86c9f3db9b1bf6761244bc0b3572a546f5fe37917a044e02f3166d5aafa7d"}, - {file = "black-22.12.0-cp38-cp38-win_amd64.whl", hash = "sha256:82d9fe8fee3401e02e79767016b4907820a7dc28d70d137eb397b92ef3cc5bfc"}, - {file = "black-22.12.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:101c69b23df9b44247bd88e1d7e90154336ac4992502d4197bdac35dd7ee3320"}, - {file = "black-22.12.0-cp39-cp39-win_amd64.whl", hash = "sha256:559c7a1ba9a006226f09e4916060982fd27334ae1998e7a38b3f33a37f7a2148"}, - {file = "black-22.12.0-py3-none-any.whl", hash = "sha256:436cc9167dd28040ad90d3b404aec22cedf24a6e4d7de221bec2730ec0c97bcf"}, - {file = "black-22.12.0.tar.gz", hash = "sha256:229351e5a18ca30f447bf724d007f890f97e13af070bb6ad4c0a441cd7596a2f"}, + {file = "black-23.12.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:e0aaf6041986767a5e0ce663c7a2f0e9eaf21e6ff87a5f95cbf3675bfd4c41d2"}, + {file = "black-23.12.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:c88b3711d12905b74206227109272673edce0cb29f27e1385f33b0163c414bba"}, + {file = "black-23.12.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a920b569dc6b3472513ba6ddea21f440d4b4c699494d2e972a1753cdc25df7b0"}, + {file = "black-23.12.1-cp310-cp310-win_amd64.whl", hash = "sha256:3fa4be75ef2a6b96ea8d92b1587dd8cb3a35c7e3d51f0738ced0781c3aa3a5a3"}, + {file = "black-23.12.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:8d4df77958a622f9b5a4c96edb4b8c0034f8434032ab11077ec6c56ae9f384ba"}, + {file = "black-23.12.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:602cfb1196dc692424c70b6507593a2b29aac0547c1be9a1d1365f0d964c353b"}, + {file = "black-23.12.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9c4352800f14be5b4864016882cdba10755bd50805c95f728011bcb47a4afd59"}, + {file = "black-23.12.1-cp311-cp311-win_amd64.whl", hash = "sha256:0808494f2b2df923ffc5723ed3c7b096bd76341f6213989759287611e9837d50"}, + {file = "black-23.12.1-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:25e57fd232a6d6ff3f4478a6fd0580838e47c93c83eaf1ccc92d4faf27112c4e"}, + {file = "black-23.12.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:2d9e13db441c509a3763a7a3d9a49ccc1b4e974a47be4e08ade2a228876500ec"}, + {file = "black-23.12.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6d1bd9c210f8b109b1762ec9fd36592fdd528485aadb3f5849b2740ef17e674e"}, + {file = "black-23.12.1-cp312-cp312-win_amd64.whl", hash = "sha256:ae76c22bde5cbb6bfd211ec343ded2163bba7883c7bc77f6b756a1049436fbb9"}, + {file = "black-23.12.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:1fa88a0f74e50e4487477bc0bb900c6781dbddfdfa32691e780bf854c3b4a47f"}, + {file = "black-23.12.1-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:a4d6a9668e45ad99d2f8ec70d5c8c04ef4f32f648ef39048d010b0689832ec6d"}, + {file = "black-23.12.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b18fb2ae6c4bb63eebe5be6bd869ba2f14fd0259bda7d18a46b764d8fb86298a"}, + {file = "black-23.12.1-cp38-cp38-win_amd64.whl", hash = "sha256:c04b6d9d20e9c13f43eee8ea87d44156b8505ca8a3c878773f68b4e4812a421e"}, + {file = "black-23.12.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:3e1b38b3135fd4c025c28c55ddfc236b05af657828a8a6abe5deec419a0b7055"}, + {file = "black-23.12.1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:4f0031eaa7b921db76decd73636ef3a12c942ed367d8c3841a0739412b260a54"}, + {file = "black-23.12.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:97e56155c6b737854e60a9ab1c598ff2533d57e7506d97af5481141671abf3ea"}, + {file = "black-23.12.1-cp39-cp39-win_amd64.whl", hash = "sha256:dd15245c8b68fe2b6bd0f32c1556509d11bb33aec9b5d0866dd8e2ed3dba09c2"}, + {file = "black-23.12.1-py3-none-any.whl", hash = "sha256:78baad24af0f033958cad29731e27363183e140962595def56423e626f4bee3e"}, + {file = "black-23.12.1.tar.gz", hash = "sha256:4ce3ef14ebe8d9509188014d96af1c456a910d5b5cbf434a09fef7e024b3d0d5"}, ] [package.dependencies] click = ">=8.0.0" mypy-extensions = ">=0.4.3" +packaging = ">=22.0" pathspec = ">=0.9.0" platformdirs = ">=2" [package.extras] colorama = ["colorama (>=0.4.3)"] -d = ["aiohttp (>=3.7.4)"] +d = ["aiohttp (>=3.7.4)", "aiohttp (>=3.7.4,!=3.9.0)"] jupyter = ["ipython (>=7.8.0)", "tokenize-rt (>=3.2.0)"] uvloop = ["uvloop (>=0.15.2)"] @@ -2293,4 +2304,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "3.11.2" -content-hash = "e1554de7763c3bd4e9784c0eee8afa5be504884653acad540756fd1eaf4bc21d" +content-hash = "f3949e80a3f775514b9300b2871bd4ec6152b4372b59d365058372a94c7d5d7b" diff --git a/pyproject.toml b/pyproject.toml index d088a37dd..5668abb5f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ chromedriver-autoinstaller = "^0.6.3" sentry-sdk = "^1.39.2" [tool.poetry.dev-dependencies] -black = "^22.3.0" +black = "^23.12.1" [build-system] requires = ["poetry-core>=1.0.0"] From ba4cccfb49fd72fcd34ee7e484121a2866eef20e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jan 2024 00:54:17 +0000 Subject: [PATCH 06/10] Bump selenium from 4.16.0 to 4.17.2 Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.16.0 to 4.17.2. - [Release notes](https://github.com/SeleniumHQ/Selenium/releases) - [Commits](https://github.com/SeleniumHQ/Selenium/commits) --- updated-dependencies: - dependency-name: selenium dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 19 ++++++++++--------- pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/poetry.lock b/poetry.lock index 6ed503acc..34c83eff0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1881,19 +1881,20 @@ pyasn1 = ">=0.1.3" [[package]] name = "selenium" -version = "4.16.0" +version = "4.17.2" description = "" optional = false python-versions = ">=3.8" files = [ - {file = "selenium-4.16.0-py3-none-any.whl", hash = "sha256:aec71f4e6ed6cb3ec25c9c1b5ed56ae31b6da0a7f17474c7566d303f84e6219f"}, - {file = "selenium-4.16.0.tar.gz", hash = "sha256:b2e987a445306151f7be0e6dfe2aa72a479c2ac6a91b9d5ef2d6dd4e49ad0435"}, + {file = "selenium-4.17.2-py3-none-any.whl", hash = "sha256:5aee79026c07985dc1b0c909f34084aa996dfe5b307602de9016d7a621a473f2"}, + {file = "selenium-4.17.2.tar.gz", hash = "sha256:d43d6972e516855fb242ef9ce4ce759057b115070e702e7b1c1032fe7b38d87b"}, ] [package.dependencies] certifi = ">=2021.10.8" trio = ">=0.17,<1.0" trio-websocket = ">=0.9,<1.0" +typing_extensions = ">=4.9.0" urllib3 = {version = ">=1.26,<3", extras = ["socks"]} [[package]] @@ -2143,13 +2144,13 @@ test = ["vcrpy (>=1.10.3)"] [[package]] name = "typing-extensions" -version = "4.7.1" -description = "Backported and Experimental Type Hints for Python 3.7+" +version = "4.9.0" +description = "Backported and Experimental Type Hints for Python 3.8+" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "typing_extensions-4.7.1-py3-none-any.whl", hash = "sha256:440d5dd3af93b060174bf433bccd69b0babc3b15b1a8dca43789fd7f61514b36"}, - {file = "typing_extensions-4.7.1.tar.gz", hash = "sha256:b75ddc264f0ba5615db7ba217daeb99701ad295353c45f9e95963337ceeeffb2"}, + {file = "typing_extensions-4.9.0-py3-none-any.whl", hash = "sha256:af72aea155e91adfc61c3ae9e0e342dbc0cba726d6cba4b6c72c1f34e47291cd"}, + {file = "typing_extensions-4.9.0.tar.gz", hash = "sha256:23478f88c37f27d76ac8aee6c905017a143b0b1b886c3c9f66bc2fd94f9f5783"}, ] [[package]] @@ -2304,4 +2305,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "3.11.2" -content-hash = "f3949e80a3f775514b9300b2871bd4ec6152b4372b59d365058372a94c7d5d7b" +content-hash = "58a5e80c3dbbded884b3192ad6500fda51b4d6596370bc5ce93b4404cdc71d07" diff --git a/pyproject.toml b/pyproject.toml index 5668abb5f..660f22d85 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ Unidecode = "^1.3.8" user-agents = "^2.2.0" whitenoise = "^6.6.0" django-debug-toolbar = "^3.7.0" -selenium = "^4.16.0" +selenium = "^4.17.2" pylibmc = "^1.6.1" psycopg2-binary = "^2.9.9" boto = "^2.49.0" From e76a4d1042a7b07a10612c9fc817fa607d925a50 Mon Sep 17 00:00:00 2001 From: ATHARVA-GAWAS <111885892+ATHARVA-GAWAS@users.noreply.github.com> Date: Fri, 26 Jan 2024 10:32:13 +0530 Subject: [PATCH 07/10] Added icons to the Sidebar. (#1694) --- website/templates/includes/sidenav.html | 70 ++++++++++++++----------- 1 file changed, 40 insertions(+), 30 deletions(-) diff --git a/website/templates/includes/sidenav.html b/website/templates/includes/sidenav.html index e92179c7d..0c9d9899b 100644 --- a/website/templates/includes/sidenav.html +++ b/website/templates/includes/sidenav.html @@ -8,33 +8,43 @@ -ms-overflow-style: none; /* IE and Edge */ scrollbar-width: none; /* Firefox */ } + a:link { + color: black; + background-color: transparent; + text-decoration: none; + } a:hover { text-decoration: none; + color: red; } + a:visited { + color: black; + }
@@ -42,17 +52,17 @@
  • EXPERIMENTAL
  • -
  • - Deletions +
  • +
    Deletions
  • -
  • - Trademarks +
  • +
    Trademarks
  • -
  • - BACON +
  • +
    BACON
  • -
  • - BLTV +
  • +
    BLTV
  • @@ -65,17 +75,17 @@
    From bd5475594b5caced593b6f8b896c6a3ffd029eab Mon Sep 17 00:00:00 2001 From: DonnieBLT <128622481+DonnieBLT@users.noreply.github.com> Date: Sat, 27 Jan 2024 20:06:17 -0500 Subject: [PATCH 08/10] Create test.yml --- .github/ISSUE_TEMPLATE/test.yml | 64 +++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/test.yml diff --git a/.github/ISSUE_TEMPLATE/test.yml b/.github/ISSUE_TEMPLATE/test.yml new file mode 100644 index 000000000..7bd634c6b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/test.yml @@ -0,0 +1,64 @@ +name: Bug Report +description: File a bug report +title: "[Bug]: " +labels: ["bug", "triage"] +projects: ["octo-org/1", "octo-org/44"] +assignees: + - octocat +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this bug report! + - type: input + id: contact + attributes: + label: Contact Details + description: How can we get in touch with you if we need more info? + placeholder: ex. email@example.com + validations: + required: false + - type: textarea + id: what-happened + attributes: + label: What happened? + description: Also tell us, what did you expect to happen? + placeholder: Tell us what you see! + value: "A bug happened!" + validations: + required: true + - type: dropdown + id: version + attributes: + label: Version + description: What version of our software are you running? + options: + - 1.0.2 (Default) + - 1.0.3 (Edge) + default: 0 + validations: + required: true + - type: dropdown + id: browsers + attributes: + label: What browsers are you seeing the problem on? + multiple: true + options: + - Firefox + - Chrome + - Safari + - Microsoft Edge + - type: textarea + id: logs + attributes: + label: Relevant log output + description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. + render: shell + - type: checkboxes + id: terms + attributes: + label: Code of Conduct + description: By submitting this issue, you agree to follow our [Code of Conduct](https://example.com) + options: + - label: I agree to follow this project's Code of Conduct + required: true From 690bf2db2c343a727450dc9ae94c5b8224ec0c01 Mon Sep 17 00:00:00 2001 From: DonnieBLT <128622481+DonnieBLT@users.noreply.github.com> Date: Sat, 27 Jan 2024 20:07:18 -0500 Subject: [PATCH 09/10] Update test.yml --- .github/ISSUE_TEMPLATE/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/test.yml b/.github/ISSUE_TEMPLATE/test.yml index 7bd634c6b..1cf5f40cd 100644 --- a/.github/ISSUE_TEMPLATE/test.yml +++ b/.github/ISSUE_TEMPLATE/test.yml @@ -1,4 +1,4 @@ -name: Bug Report +name: test description: File a bug report title: "[Bug]: " labels: ["bug", "triage"] From d4e7afa2331992ac8790507082e10f354f3d3823 Mon Sep 17 00:00:00 2001 From: Jayraj Dulange <117574289+Deus1704@users.noreply.github.com> Date: Sun, 28 Jan 2024 20:22:17 +0530 Subject: [PATCH 10/10] updated and fixed django-allauth. (#1697) --- blt/settings.py | 5 ++++- poetry.lock | 28 +++++----------------------- pyproject.toml | 5 ++--- 3 files changed, 11 insertions(+), 27 deletions(-) diff --git a/blt/settings.py b/blt/settings.py index 40a888ddb..ebb327b76 100644 --- a/blt/settings.py +++ b/blt/settings.py @@ -100,6 +100,7 @@ "django.middleware.csrf.CsrfViewMiddleware", "django.contrib.auth.middleware.AuthenticationMiddleware", "django.contrib.messages.middleware.MessageMiddleware", + 'allauth.account.middleware.AccountMiddleware',#Newly added for allauth 0.60.1 "django.middleware.clickjacking.XFrameOptionsMiddleware", "django.middleware.security.SecurityMiddleware", "whitenoise.middleware.WhiteNoiseMiddleware", @@ -176,7 +177,9 @@ # 'LOCATION': 'cache_table', # } # } - +REST_AUTH = { + 'SESSION_LOGIN': False +} CONN_MAX_AGE = None WSGI_APPLICATION = "blt.wsgi.application" diff --git a/poetry.lock b/poetry.lock index 34c83eff0..72de43013 100644 --- a/poetry.lock +++ b/poetry.lock @@ -429,12 +429,12 @@ typing-extensions = ">=3.10.0.0" [[package]] name = "dj-rest-auth" -version = "2.2.8" +version = "5.0.2" description = "Authentication and Registration in Django Rest Framework" optional = false python-versions = ">=3.5" files = [ - {file = "dj-rest-auth-2.2.8.tar.gz", hash = "sha256:9fb3492888185ede8b2064ad6803120c7b0b83ab08e2347a02e9b44282374242"}, + {file = "dj-rest-auth-5.0.2.tar.gz", hash = "sha256:aad7d912476169e9991547bf98645344d3939be2d7052098048d819524c115d9"}, ] [package.dependencies] @@ -442,7 +442,7 @@ Django = ">=2.0" djangorestframework = ">=3.7.0" [package.extras] -with-social = ["django-allauth (>=0.40.0,<0.53.0)"] +with-social = ["django-allauth (>=0.51.0,<0.61.0)"] [[package]] name = "django" @@ -466,12 +466,12 @@ bcrypt = ["bcrypt"] [[package]] name = "django-allauth" -version = "0.51.0" +version = "0.60.1" description = "Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party (social) account authentication." optional = false python-versions = "*" files = [ - {file = "django-allauth-0.51.0.tar.gz", hash = "sha256:ca1622733b6faa591580ccd3984042f12d8c79ade93438212de249b7ffb6f91f"}, + {file = "django-allauth-0.60.1.tar.gz", hash = "sha256:97b0f9a1807ca812d84204328cd55c273ce4ec1835f822d8fd1a28178708f192"}, ] [package.dependencies] @@ -674,24 +674,6 @@ files = [ [package.dependencies] django = "*" -[[package]] -name = "django-rest-auth" -version = "0.9.5" -description = "Create a set of REST API endpoints for Authentication and Registration" -optional = false -python-versions = "*" -files = [ - {file = "django-rest-auth-0.9.5.tar.gz", hash = "sha256:f11e12175dafeed772f50d740d22caeab27e99a3caca24ec65e66a8d6de16571"}, -] - -[package.dependencies] -Django = ">=1.8.0" -djangorestframework = ">=3.1.3" -six = ">=1.9.0" - -[package.extras] -with-social = ["django-allauth (>=0.25.0)"] - [[package]] name = "django-simple-captcha" version = "0.6.0" diff --git a/pyproject.toml b/pyproject.toml index 660f22d85..667d13b61 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,15 +10,14 @@ python = "3.11.2" toml = "^0.10.2" Django = "^4.2.8" dj-database-url = "^1.0.0" -django-allauth = "^0.51.0" +django-allauth = "^0.60.1" beautifulsoup4 = "^4.12.3" colorthief = "^0.2.1" django-email-obfuscator = "^0.1.5" django-gravatar2 = "^1.4.4" django-import-export = "^2.7.1" django-annoying = "^0.10.6" -django-rest-auth = "^0.9.5" -dj-rest-auth = "^2.2.4" +dj-rest-auth = "^5.0.2" tweepy = "^4.8.0" Unidecode = "^1.3.8" user-agents = "^2.2.0"