From 1a426b55162937a5b0b6e88f95e063781c6fb2fa Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 7 Mar 2023 09:51:09 +0800 Subject: [PATCH 01/61] Update sphinx from 1.8.3 to 6.1.3 --- requirements-docs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-docs.txt b/requirements-docs.txt index 3e056179..779dbda0 100644 --- a/requirements-docs.txt +++ b/requirements-docs.txt @@ -1,2 +1,2 @@ -sphinx==1.8.3 +sphinx==6.1.3 ghp-import==0.5.5 From a0e0beac415299bd6a51d8f9e8cdb53d3a115c8e Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 7 Mar 2023 09:51:10 +0800 Subject: [PATCH 02/61] Update sphinx from 1.8.3 to 6.1.3 --- Pipfile | 23 +++++++++-------------- 1 file changed, 9 insertions(+), 14 deletions(-) diff --git a/Pipfile b/Pipfile index afe98580..6d01cfc4 100644 --- a/Pipfile +++ b/Pipfile @@ -1,26 +1,21 @@ [[source]] - +name = "pypi" url = "https://pypi.python.org/simple" verify_ssl = true -name = "pypi" +[dev-packages] +ghp-import = "==0.5.5" +sphinx = "==6.1.3" [packages] - +coverage = "==4.5.2" +coveralls = "==1.5.1" cython = "==0.29.2" +mypy-lang = "==0.5.0" pydocstyle = "==3.0.0" pylint = "==2.2.2" -mypy-lang = "==0.5.0" -coverage = "==4.5.2" pytest = "==4.0.2" -pytest-pylint = "==0.13.0" -pytest-mypy = "==0.3.2" pytest-cov = "==2.6.0" +pytest-mypy = "==0.3.2" +pytest-pylint = "==0.13.0" pytest-runner = "==4.2" -coveralls = "==1.5.1" - - -[dev-packages] - -sphinx = "==1.8.3" -ghp-import = "==0.5.5" From 47aaad2de98fd1752b1219a4070668adda92405d Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 7 Mar 2023 09:51:10 +0800 Subject: [PATCH 03/61] Update sphinx from 1.8.3 to 6.1.3 --- Pipfile.lock | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index e762f301..e5617d38 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -475,11 +475,8 @@ "version": "==1.2.1" }, "sphinx": { - "hashes": [ - "sha256:429e3172466df289f0f742471d7e30ba3ee11f3b5aecd9a840480d03f14bcfe5", - "sha256:c4cb17ba44acffae3d3209646b6baec1e215cad3065e852c68cc569d4df1b9f8" - ], - "version": "==1.8.3" + "hashes": [], + "version": "==6.1.3" }, "sphinxcontrib-websupport": { "hashes": [ From 27646ab467c4b9d94938f7998074ee7465a8bb92 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 7 Mar 2023 09:51:11 +0800 Subject: [PATCH 04/61] Update ghp-import from 0.5.5 to 2.1.0 --- requirements-docs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-docs.txt b/requirements-docs.txt index 779dbda0..24a62bda 100644 --- a/requirements-docs.txt +++ b/requirements-docs.txt @@ -1,2 +1,2 @@ sphinx==6.1.3 -ghp-import==0.5.5 +ghp-import==2.1.0 From 366f680f4251b4d56b7870c4f55d0abe4106a722 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 7 Mar 2023 09:51:11 +0800 Subject: [PATCH 05/61] Update ghp-import from 0.5.5 to 2.1.0 --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 6d01cfc4..dd2e61f6 100644 --- a/Pipfile +++ b/Pipfile @@ -4,7 +4,7 @@ url = "https://pypi.python.org/simple" verify_ssl = true [dev-packages] -ghp-import = "==0.5.5" +ghp-import = "==2.1.0" sphinx = "==6.1.3" [packages] From 8e727388843c7c57f598e09a3d7aaa327326ad9b Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 7 Mar 2023 09:51:12 +0800 Subject: [PATCH 06/61] Update ghp-import from 0.5.5 to 2.1.0 --- Pipfile.lock | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index e5617d38..90f14738 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -380,10 +380,8 @@ "version": "==0.14" }, "ghp-import": { - "hashes": [ - "sha256:3e924ea720e4e1f82d56753db2154bfb86067472c5830732159c3a4c4fbc75d7" - ], - "version": "==0.5.5" + "hashes": [], + "version": "==2.1.0" }, "idna": { "hashes": [ From f122e8a6b4c92b8b996839732e491b4c6576cbbf Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 7 Mar 2023 09:51:12 +0800 Subject: [PATCH 07/61] Update cython from 0.29.2 to 0.29.33 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9af58277..948b1649 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ # pip # wheel -cython==0.29.2 +cython==0.29.33 # key components for improving Python project # we will install them on "Testing" section From dace9b9ea2f6785ed278b859758533d31e9fedaf Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 7 Mar 2023 09:51:12 +0800 Subject: [PATCH 08/61] Update cython from 0.29.2 to 0.29.33 --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index dd2e61f6..b142a8c9 100644 --- a/Pipfile +++ b/Pipfile @@ -10,7 +10,7 @@ sphinx = "==6.1.3" [packages] coverage = "==4.5.2" coveralls = "==1.5.1" -cython = "==0.29.2" +cython = "==0.29.33" mypy-lang = "==0.5.0" pydocstyle = "==3.0.0" pylint = "==2.2.2" From bb4a4b76971ee59e40b8ec3899c8241d3cf9ff28 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 7 Mar 2023 09:51:13 +0800 Subject: [PATCH 09/61] Update cython from 0.29.2 to 0.29.33 --- Pipfile.lock | 33 ++------------------------------- 1 file changed, 2 insertions(+), 31 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index 90f14738..3bf8bb92 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -102,37 +102,8 @@ "version": "==1.5.1" }, "cython": { - "hashes": [ - "sha256:a6581d3dda15adea19ac70b89211aadbf21f45c7f3ee3bc8e1536e5437c9faf9", - "sha256:cdfb68eb11c6c4e90e34cf54ffd678a7813782fae980d648db6185e6b0c8a0ba", - "sha256:ca7daccffb14896767b20d69bfc8de9e41e9589b9377110292c3af8460ef9c2b", - "sha256:9e60b83afe8914ab6607f7150fd282d1cb0531a45cf98d2a40159f976ae4cd7a", - "sha256:382c1e0f8f8be36e9057264677fd60b669a41c5810113694cbbb4060ee0cefc0", - "sha256:085d596c016130f5b1e2fe72446e3e63bfcf67535e7ff6772eaa05c5d2ad6fd5", - "sha256:e8420326e4b40bcbb06f070efb218ca2ca21827891b7c69d4cc4802b3ce1afc9", - "sha256:12c007d3704ca9840734748fd6c052960be67562ff15609c3b85d1ca638289d2", - "sha256:3669dfe4117ee8825a48cf527cb4ac15a39a0142fcb72ecedfd75fe6545b2cda", - "sha256:bc524cc603f0aa23af00111ddd1aa0aad12d629f5a9a5207f425a1af66393094", - "sha256:6f1a5344ff1f0f44023c41d4b0e52215b490658b42e017520cb89a56250ecbca", - "sha256:af515924b8aebb729f631590eb43300ce948fa67d3885fdae9238717c0a68821", - "sha256:e7f71b489959d478cff72d8dcab1531efd43299341e3f8b85ab980beec452ded", - "sha256:998af90092cd1231990eb878e2c71ed92716d6a758aa03a2e6673e077a7dd072", - "sha256:7a29f9d780ac497dcd76ce814a9d170575bedddeb89ecc25fe738abef4c87172", - "sha256:3585fbe18d8666d91ecb3b3366ca6e9ea49001cd0a7c38a226cececb7852aa0d", - "sha256:eec1b890cf5c16cb656a7062769ac276c0fccf898ce215ff8ef75eac740063f7", - "sha256:44bb606d8c60d8acaa7f72b3bbc2ebd9816785124c58d33c057ca326f1185dae", - "sha256:1014758344717844a05882c92ebd76d8fab15b0a8e9b42b378a99a6c5299ab3b", - "sha256:1b6f201228368ec9b307261b46512f3605f84d4994bb6eb78cdab71455810424", - "sha256:e17104c6871e7c0eee4de12717892a1083bd3b8b1da0ec103fa464b1c6c80964", - "sha256:b49ea3bb357bc34eaa7b461633ce7c2d79186fe681297115ff9e2b8f5ceba2fd", - "sha256:d21fb6e7a3831f1f8346275839d46ed1eb2abd350fc81bad2fdf208cc9e4f998", - "sha256:1a20f575197e814453f2814829715fcb21436075e298d883a34c7ffe4d567a1d", - "sha256:004c181b75f926f48dc0570372ca2cfb06a1b3210cb647185977ce9fde98b66e", - "sha256:8022a5b83ef442584f2efd941fe8678de1c67e28bf81e6671b20627ec8a79387", - "sha256:f04e21ba7c117b20f57b0af2d4c8ed760495e5bb3f21b0352dbcfe5d2221678b", - "sha256:2ac187ff998a95abb7fae452b5178f91e1a713698c9ced89836c94e6b1d3f41e" - ], - "version": "==0.29.2" + "hashes": [], + "version": "==0.29.33" }, "docopt": { "hashes": [ From ef6cd8983b00933723b3ec8bdc94263a42771cee Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 7 Mar 2023 09:51:13 +0800 Subject: [PATCH 10/61] Update pydocstyle from 3.0.0 to 6.3.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 948b1649..0b0d88e9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ cython==0.29.33 # key components for improving Python project # we will install them on "Testing" section # but let's lock version here and use bot to trigger each version update -pydocstyle==3.0.0 +pydocstyle==6.3.0 pylint==2.2.2 # flake8==3.4.1 mypy-lang==0.5.0 From 2d4cf730f782a5a9377d2796040a6fca369ded92 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 7 Mar 2023 09:51:14 +0800 Subject: [PATCH 11/61] Update pydocstyle from 3.0.0 to 6.3.0 --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index b142a8c9..323899f1 100644 --- a/Pipfile +++ b/Pipfile @@ -12,7 +12,7 @@ coverage = "==4.5.2" coveralls = "==1.5.1" cython = "==0.29.33" mypy-lang = "==0.5.0" -pydocstyle = "==3.0.0" +pydocstyle = "==6.3.0" pylint = "==2.2.2" pytest = "==4.0.2" pytest-cov = "==2.6.0" From a2815b50d1bd903e44d5bcf71d627837fdee4189 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 7 Mar 2023 09:51:14 +0800 Subject: [PATCH 12/61] Update pydocstyle from 3.0.0 to 6.3.0 --- Pipfile.lock | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index 3bf8bb92..68b40451 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -202,12 +202,8 @@ "version": "==1.7.0" }, "pydocstyle": { - "hashes": [ - "sha256:2258f9b0df68b97bf3a6c29003edc5238ff8879f1efb6f1999988d934e432bd8", - "sha256:ed79d4ec5e92655eccc21eb0c6cf512e69512b4a97d215ace46d17e4990f2039", - "sha256:5741c85e408f9e0ddf873611085e819b809fca90b619f5fd7f34bd4959da3dd4" - ], - "version": "==3.0.0" + "hashes": [], + "version": "==6.3.0" }, "pylint": { "hashes": [ From 6082d19de7cc5ae02b406e0a6c3dc02599e283d1 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 7 Mar 2023 09:51:15 +0800 Subject: [PATCH 13/61] Update pylint from 2.2.2 to 2.16.4 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0b0d88e9..ecaa169a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ cython==0.29.33 # we will install them on "Testing" section # but let's lock version here and use bot to trigger each version update pydocstyle==6.3.0 -pylint==2.2.2 +pylint==2.16.4 # flake8==3.4.1 mypy-lang==0.5.0 coverage==4.5.2 From bbccb8e0f2842ad879f7bc02d3bc0dba97562ba7 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 7 Mar 2023 09:51:15 +0800 Subject: [PATCH 14/61] Update pylint from 2.2.2 to 2.16.4 --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 323899f1..78bab423 100644 --- a/Pipfile +++ b/Pipfile @@ -13,7 +13,7 @@ coveralls = "==1.5.1" cython = "==0.29.33" mypy-lang = "==0.5.0" pydocstyle = "==6.3.0" -pylint = "==2.2.2" +pylint = "==2.16.4" pytest = "==4.0.2" pytest-cov = "==2.6.0" pytest-mypy = "==0.3.2" From 3eab04f5d59ca960d7087a26030df62c99cb4899 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 7 Mar 2023 09:51:15 +0800 Subject: [PATCH 15/61] Update pylint from 2.2.2 to 2.16.4 --- Pipfile.lock | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index 68b40451..953fbfea 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -206,11 +206,8 @@ "version": "==6.3.0" }, "pylint": { - "hashes": [ - "sha256:771467c434d0d9f081741fec1d64dfb011ed26e65e12a28fe06ca2f61c4d556c", - "sha256:689de29ae747642ab230c6d37be2b969bf75663176658851f456619aacf27492" - ], - "version": "==2.2.2" + "hashes": [], + "version": "==2.16.4" }, "pytest": { "hashes": [ From 96b25974148d6d8c06f96c82b281d95d853baf41 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 7 Mar 2023 09:51:16 +0800 Subject: [PATCH 16/61] Update coverage from 4.5.2 to 7.2.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ecaa169a..e562d4d2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ pydocstyle==6.3.0 pylint==2.16.4 # flake8==3.4.1 mypy-lang==0.5.0 -coverage==4.5.2 +coverage==7.2.1 # Testing pytest==4.0.2 From ce5f5df002306f7df08300616d9331374d130a16 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 7 Mar 2023 09:51:16 +0800 Subject: [PATCH 17/61] Update coverage from 4.5.2 to 7.2.1 --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 78bab423..bc28ecee 100644 --- a/Pipfile +++ b/Pipfile @@ -8,7 +8,7 @@ ghp-import = "==2.1.0" sphinx = "==6.1.3" [packages] -coverage = "==4.5.2" +coverage = "==7.2.1" coveralls = "==1.5.1" cython = "==0.29.33" mypy-lang = "==0.5.0" From f3c21c633bf769ba375bf94a2b255fa0311e81ee Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 7 Mar 2023 09:51:17 +0800 Subject: [PATCH 18/61] Update coverage from 4.5.2 to 7.2.1 --- Pipfile.lock | 46 ++-------------------------------------------- 1 file changed, 2 insertions(+), 44 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index 953fbfea..41e6e8de 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -49,50 +49,8 @@ "version": "==3.0.4" }, "coverage": { - "hashes": [ - "sha256:a5c58664b23b248b16b96253880b2868fb34358911400a7ba39d7f6399935389", - "sha256:b3b0c8f660fae65eac74fbf003f3103769b90012ae7a460863010539bb7a80da", - "sha256:8cb4febad0f0b26c6f62e1628f2053954ad2c555d67660f28dfb1b0496711952", - "sha256:447c450a093766744ab53bf1e7063ec82866f27bcb4f4c907da25ad293bba7e3", - "sha256:1b4276550b86caa60606bd3572b52769860a81a70754a54acc8ba789ce74d607", - "sha256:6694d5573e7790a0e8d3d177d7a416ca5f5c150742ee703f3c18df76260de794", - "sha256:510986f9a280cd05189b42eee2b69fecdf5bf9651d4cd315ea21d24a964a3c36", - "sha256:09e47c529ff77bf042ecfe858fb55c3e3eb97aac2c87f0349ab5a7efd6b3939f", - "sha256:5535dda5739257effef56e49a1c51c71f1d37a6e5607bb25a5eee507c59580d1", - "sha256:0a1f9b0eb3aa15c990c328535655847b3420231af299386cfe5efc98f9c250fe", - "sha256:0cc941b37b8c2ececfed341444a456912e740ecf515d560de58b9a76562d966d", - "sha256:da969da069a82bbb5300b59161d8d7c8d423bc4ccd3b410a9b4d8932aeefc14b", - "sha256:6831e1ac20ac52634da606b658b0b2712d26984999c9d93f0c6e59fe62ca741b", - "sha256:5f55028169ef85e1fa8e4b8b1b91c0b3b0fa3297c4fb22990d46ff01d22c2d6c", - "sha256:10e8af18d1315de936d67775d3a814cc81d0747a1a0312d84e27ae5610e313b0", - "sha256:2b224052bfd801beb7478b03e8a66f3f25ea56ea488922e98903914ac9ac930b", - "sha256:77f0d9fa5e10d03aa4528436e33423bfa3718b86c646615f04616294c935f840", - "sha256:5a7524042014642b39b1fcae85fb37556c200e64ec90824ae9ecf7b667ccfc14", - "sha256:85a06c61598b14b015d4df233d249cd5abfa61084ef5b9f64a48e997fd829a82", - "sha256:ed02c7539705696ecb7dc9d476d861f3904a8d2b7e894bd418994920935d36bb", - "sha256:aaa0f296e503cda4bc07566f592cd7a28779d433f3a23c48082af425d6d5a78f", - "sha256:1e8a2627c48266c7b813975335cfdea58c706fe36f607c97d9392e61502dc79d", - "sha256:46101fc20c6f6568561cdd15a54018bb42980954b79aa46da8ae6f008066a30e", - "sha256:ee5b8abc35b549012e03a7b1e86c09491457dba6c94112a2482b18589cc2bdb9", - "sha256:c45297bbdbc8bb79b02cf41417d63352b70bcb76f1bbb1ee7d47b3e89e42f95d", - "sha256:d64b4340a0c488a9e79b66ec9f9d77d02b99b772c8b8afd46c1294c1d39ca478", - "sha256:828ad813c7cdc2e71dcf141912c685bfe4b548c0e6d9540db6418b807c345ddd", - "sha256:d19bca47c8a01b92640c614a9147b081a1974f69168ecd494687c827109e8f42", - "sha256:4710dc676bb4b779c4361b54eb308bc84d64a2fa3d78e5f7228921eccce5d815", - "sha256:bab8e6d510d2ea0f1d14f12642e3f35cefa47a9b2e4c7cea1852b52bc9c49647", - "sha256:ab235d9fe64833f12d1334d29b558aacedfbca2356dfb9691f2d0d38a8a7bfb4", - "sha256:99bd767c49c775b79fdcd2eabff405f1063d9d959039c0bdd720527a7738748a", - "sha256:71afc1f5cd72ab97330126b566bbf4e8661aab7449f08895d21a5d08c6b051ff", - "sha256:06123b58a1410873e22134ca2d88bd36680479fe354955b3579fb8ff150e4d27", - "sha256:7349c27128334f787ae63ab49d90bf6d47c7288c63a0a5dfaa319d4b4541dd2c", - "sha256:869ef4a19f6e4c6987e18b315721b8b971f7048e6eaea29c066854242b4e98d9", - "sha256:859714036274a75e6e57c7bab0c47a4602d2a8cfaaa33bbdb68c8359b2ed4f5c", - "sha256:0d34245f824cc3140150ab7848d08b7e2ba67ada959d77619c986f2062e1f0e8", - "sha256:977e2d9a646773cc7428cdd9a34b069d6ee254fadfb4d09b3f430e95472f3cf3", - "sha256:3ad59c84c502cd134b0088ca9038d100e8fb5081bbd5ccca4863f3804d81f61d", - "sha256:258b21c5cafb0c3768861a6df3ab0cfb4d8b495eee5ec660e16f928bf7385390" - ], - "version": "==4.5.2" + "hashes": [], + "version": "==7.2.1" }, "coveralls": { "hashes": [ From a35b1403da79902009891e4ee77cdf7cd738b7a5 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 7 Mar 2023 09:51:17 +0800 Subject: [PATCH 19/61] Update pytest from 4.0.2 to 7.2.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e562d4d2..af6be319 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ mypy-lang==0.5.0 coverage==7.2.1 # Testing -pytest==4.0.2 +pytest==7.2.2 # pytest-flake8==0.8.1 # pytest plugin of flake8 pytest-pylint==0.13.0 # pytest plugin of pylint pytest-mypy==0.3.2 # pytest plugin of mypy From fc4d950242407f24e40f6aa6532271853582e3aa Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 7 Mar 2023 09:51:17 +0800 Subject: [PATCH 20/61] Update pytest from 4.0.2 to 7.2.2 --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index bc28ecee..c077e2a3 100644 --- a/Pipfile +++ b/Pipfile @@ -14,7 +14,7 @@ cython = "==0.29.33" mypy-lang = "==0.5.0" pydocstyle = "==6.3.0" pylint = "==2.16.4" -pytest = "==4.0.2" +pytest = "==7.2.2" pytest-cov = "==2.6.0" pytest-mypy = "==0.3.2" pytest-pylint = "==0.13.0" From af88be1c36fbe309e4046e53ecf85db81a7bee87 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 7 Mar 2023 09:51:18 +0800 Subject: [PATCH 21/61] Update pytest from 4.0.2 to 7.2.2 --- Pipfile.lock | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index 41e6e8de..76b01e92 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -168,11 +168,8 @@ "version": "==2.16.4" }, "pytest": { - "hashes": [ - "sha256:f812ea39a0153566be53d88f8de94839db1e8a05352ed8a49525d7d7f37861e9", - "sha256:f689bf2fc18c4585403348dd56f47d87780bf217c53ed9ae7a3e2d7faa45f8e9" - ], - "version": "==4.0.2" + "hashes": [], + "version": "==7.2.2" }, "pytest-cov": { "hashes": [ From c14f47e08cfa81ba2c58a3937eaceb6de7e2a883 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 7 Mar 2023 09:51:18 +0800 Subject: [PATCH 22/61] Update pytest-pylint from 0.13.0 to 0.19.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index af6be319..66975ef8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ coverage==7.2.1 # Testing pytest==7.2.2 # pytest-flake8==0.8.1 # pytest plugin of flake8 -pytest-pylint==0.13.0 # pytest plugin of pylint +pytest-pylint==0.19.0 # pytest plugin of pylint pytest-mypy==0.3.2 # pytest plugin of mypy pytest-cov==2.6.0 # testing coverage pytest-runner==4.2 # add setup.py test support for pytest From 4aba4f9e9e53661028bdba851a31bbde16b59cdc Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 7 Mar 2023 09:51:19 +0800 Subject: [PATCH 23/61] Update pytest-pylint from 0.13.0 to 0.19.0 --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index c077e2a3..3cb8deb2 100644 --- a/Pipfile +++ b/Pipfile @@ -17,5 +17,5 @@ pylint = "==2.16.4" pytest = "==7.2.2" pytest-cov = "==2.6.0" pytest-mypy = "==0.3.2" -pytest-pylint = "==0.13.0" +pytest-pylint = "==0.19.0" pytest-runner = "==4.2" From a6f743f355fdb709a1ee46ae0835e7713addddf2 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 7 Mar 2023 09:51:19 +0800 Subject: [PATCH 24/61] Update pytest-pylint from 0.13.0 to 0.19.0 --- Pipfile.lock | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index 76b01e92..00555e49 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -186,12 +186,8 @@ "version": "==0.3.2" }, "pytest-pylint": { - "hashes": [ - "sha256:5265fc9f9b8286c56535f521c8bed22d2510e54f779e161f01306e6a53390730", - "sha256:605bc4eea24b15e45bc7658dabce8c6932a8e9ded765cfa4a5f5cd62db77794d", - "sha256:50500fa8ecd7f7ca8e1d08e4c2c8748ae376a95745d3574861a86d642d9ed9b3" - ], - "version": "==0.13.0" + "hashes": [], + "version": "==0.19.0" }, "pytest-runner": { "hashes": [ From 87828cb87d1e4575a8f0885c1f29dd884cc5f77e Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 7 Mar 2023 09:51:20 +0800 Subject: [PATCH 25/61] Update pytest-mypy from 0.3.2 to 0.10.3 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 66975ef8..b0deaa21 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ coverage==7.2.1 pytest==7.2.2 # pytest-flake8==0.8.1 # pytest plugin of flake8 pytest-pylint==0.19.0 # pytest plugin of pylint -pytest-mypy==0.3.2 # pytest plugin of mypy +pytest-mypy==0.10.3 # pytest plugin of mypy pytest-cov==2.6.0 # testing coverage pytest-runner==4.2 # add setup.py test support for pytest From 0a4c1de7e2c12dc8c0e9bd1971300e6cbda35c25 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 7 Mar 2023 09:51:20 +0800 Subject: [PATCH 26/61] Update pytest-mypy from 0.3.2 to 0.10.3 --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 3cb8deb2..04119b66 100644 --- a/Pipfile +++ b/Pipfile @@ -16,6 +16,6 @@ pydocstyle = "==6.3.0" pylint = "==2.16.4" pytest = "==7.2.2" pytest-cov = "==2.6.0" -pytest-mypy = "==0.3.2" +pytest-mypy = "==0.10.3" pytest-pylint = "==0.19.0" pytest-runner = "==4.2" From 3eefc949e12cefbd88b9afaaf1eb0eea0c373e17 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 7 Mar 2023 09:51:20 +0800 Subject: [PATCH 27/61] Update pytest-mypy from 0.3.2 to 0.10.3 --- Pipfile.lock | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index 00555e49..5f07defc 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -179,11 +179,8 @@ "version": "==2.6.0" }, "pytest-mypy": { - "hashes": [ - "sha256:8f6436eed8118afd6c10a82b3b60fb537336736b0fd7a29262a656ac42ce01ac", - "sha256:acc653210e7d8d5c72845a5248f00fd33f4f3379ca13fe56cfc7b749b5655c3e" - ], - "version": "==0.3.2" + "hashes": [], + "version": "==0.10.3" }, "pytest-pylint": { "hashes": [], From da79686355b4fb2f7c974347a55558b0bdf2a306 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 7 Mar 2023 09:51:21 +0800 Subject: [PATCH 28/61] Update pytest-cov from 2.6.0 to 4.0.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b0deaa21..03382514 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ pytest==7.2.2 # pytest-flake8==0.8.1 # pytest plugin of flake8 pytest-pylint==0.19.0 # pytest plugin of pylint pytest-mypy==0.10.3 # pytest plugin of mypy -pytest-cov==2.6.0 # testing coverage +pytest-cov==4.0.0 # testing coverage pytest-runner==4.2 # add setup.py test support for pytest coveralls==1.5.1 From 7f0b96b84f9182d0a4ee48d46b78cd040ea5ff59 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 7 Mar 2023 09:51:21 +0800 Subject: [PATCH 29/61] Update pytest-cov from 2.6.0 to 4.0.0 --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 04119b66..02a8d7f2 100644 --- a/Pipfile +++ b/Pipfile @@ -15,7 +15,7 @@ mypy-lang = "==0.5.0" pydocstyle = "==6.3.0" pylint = "==2.16.4" pytest = "==7.2.2" -pytest-cov = "==2.6.0" +pytest-cov = "==4.0.0" pytest-mypy = "==0.10.3" pytest-pylint = "==0.19.0" pytest-runner = "==4.2" From 147a39da61b13f79e1167f88deb0956b66ee972a Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 7 Mar 2023 09:51:22 +0800 Subject: [PATCH 30/61] Update pytest-cov from 2.6.0 to 4.0.0 --- Pipfile.lock | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index 5f07defc..856dea08 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -172,11 +172,8 @@ "version": "==7.2.2" }, "pytest-cov": { - "hashes": [ - "sha256:513c425e931a0344944f84ea47f3956be0e416d95acbd897a44970c8d926d5d7", - "sha256:e360f048b7dae3f2f2a9a4d067b2dd6b6a015d384d1577c994a43f3f7cbad762" - ], - "version": "==2.6.0" + "hashes": [], + "version": "==4.0.0" }, "pytest-mypy": { "hashes": [], From 324d6eae89f80be9c3dfe875645b9bee87e8b96f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 7 Mar 2023 09:51:22 +0800 Subject: [PATCH 31/61] Update pytest-runner from 4.2 to 6.0.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 03382514..dc93cc2f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,6 +18,6 @@ pytest==7.2.2 pytest-pylint==0.19.0 # pytest plugin of pylint pytest-mypy==0.10.3 # pytest plugin of mypy pytest-cov==4.0.0 # testing coverage -pytest-runner==4.2 # add setup.py test support for pytest +pytest-runner==6.0.0 # add setup.py test support for pytest coveralls==1.5.1 From b3ed570b6c8d3466db39c92ca01e292b6f1c8aad Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 7 Mar 2023 09:51:22 +0800 Subject: [PATCH 32/61] Update pytest-runner from 4.2 to 6.0.0 --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 02a8d7f2..a94a43be 100644 --- a/Pipfile +++ b/Pipfile @@ -18,4 +18,4 @@ pytest = "==7.2.2" pytest-cov = "==4.0.0" pytest-mypy = "==0.10.3" pytest-pylint = "==0.19.0" -pytest-runner = "==4.2" +pytest-runner = "==6.0.0" From 2c82fc21459ae2d5637132855d658140d9e6c59b Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 7 Mar 2023 09:51:23 +0800 Subject: [PATCH 33/61] Update pytest-runner from 4.2 to 6.0.0 --- Pipfile.lock | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index 856dea08..c73920ac 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -184,11 +184,8 @@ "version": "==0.19.0" }, "pytest-runner": { - "hashes": [ - "sha256:d987fec1e31287592ffe1cb823a8c613c533db4c6aaca0ee1191dbc91e2fcc61", - "sha256:d23f117be39919f00dd91bffeb4f15e031ec797501b717a245e377aee0f577be" - ], - "version": "==4.2" + "hashes": [], + "version": "==6.0.0" }, "requests": { "hashes": [ From 22f46a6820b229af77a09a1989f23a42b73e3a95 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 7 Mar 2023 09:51:23 +0800 Subject: [PATCH 34/61] Update coveralls from 1.5.1 to 3.3.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index dc93cc2f..5aa24a03 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,4 +20,4 @@ pytest-mypy==0.10.3 # pytest plugin of mypy pytest-cov==4.0.0 # testing coverage pytest-runner==6.0.0 # add setup.py test support for pytest -coveralls==1.5.1 +coveralls==3.3.1 From a12f6c1a337160b8231f357f8e2b2e58e9e9f24e Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 7 Mar 2023 09:51:23 +0800 Subject: [PATCH 35/61] Update coveralls from 1.5.1 to 3.3.1 --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index a94a43be..1e151b8d 100644 --- a/Pipfile +++ b/Pipfile @@ -9,7 +9,7 @@ sphinx = "==6.1.3" [packages] coverage = "==7.2.1" -coveralls = "==1.5.1" +coveralls = "==3.3.1" cython = "==0.29.33" mypy-lang = "==0.5.0" pydocstyle = "==6.3.0" From 2af487222167fb5bf64ff4130558541cb65a32d8 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 7 Mar 2023 09:51:24 +0800 Subject: [PATCH 36/61] Update coveralls from 1.5.1 to 3.3.1 --- Pipfile.lock | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index c73920ac..8e38bade 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -53,11 +53,8 @@ "version": "==7.2.1" }, "coveralls": { - "hashes": [ - "sha256:b2388747e2529fa4c669fb1e3e2756e4e07b6ee56c7d9fce05f35ccccc913aa0", - "sha256:ab638e88d38916a6cedbf80a9cd8992d5fa55c77ab755e262e00b36792b7cd6d" - ], - "version": "==1.5.1" + "hashes": [], + "version": "==3.3.1" }, "cython": { "hashes": [], From b90a6b289258d11cf3f7865c1fbc382d9f5fd274 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 7 Mar 2023 09:51:24 +0800 Subject: [PATCH 37/61] Update astroid from 2.1.0 to 2.15.0 --- Pipfile.lock | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index 8e38bade..e1fadbef 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -28,11 +28,8 @@ }, "default": { "astroid": { - "hashes": [ - "sha256:6a5d668d7dc69110de01cdf7aeec69a679ef486862a0850cc0fd5571505b6b7e", - "sha256:35b032003d6a863f5dcd7ec11abd5cd5893428beaa31ab164982403bcb311f22" - ], - "version": "==2.1.0" + "hashes": [], + "version": "==2.15.0" }, "certifi": { "hashes": [ From e29fe8d0c0daa233b18034d18b0f968c72cc286d Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 7 Mar 2023 09:51:25 +0800 Subject: [PATCH 38/61] Update certifi from 2018.11.29 to 2022.12.7 --- Pipfile.lock | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index e1fadbef..96c70a08 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -32,11 +32,8 @@ "version": "==2.15.0" }, "certifi": { - "hashes": [ - "sha256:993f830721089fef441cdfeb4b2c8c9df86f0c63239f06bd025a76a7daddb033", - "sha256:47f9c83ef4c0c621eaef743f133f09fa8a74a9b75f037e8624f83bd1b6626cb7" - ], - "version": "==2018.11.29" + "hashes": [], + "version": "==2022.12.7" }, "chardet": { "hashes": [ @@ -258,11 +255,8 @@ "version": "==2.6.0" }, "certifi": { - "hashes": [ - "sha256:993f830721089fef441cdfeb4b2c8c9df86f0c63239f06bd025a76a7daddb033", - "sha256:47f9c83ef4c0c621eaef743f133f09fa8a74a9b75f037e8624f83bd1b6626cb7" - ], - "version": "==2018.11.29" + "hashes": [], + "version": "==2022.12.7" }, "chardet": { "hashes": [ From 1718d0f79a74c46625a3e521c84dca54fdba9a8e Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 7 Mar 2023 09:51:25 +0800 Subject: [PATCH 39/61] Update chardet from 3.0.4 to 5.1.0 --- Pipfile.lock | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index 96c70a08..0c938c89 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -36,11 +36,8 @@ "version": "==2022.12.7" }, "chardet": { - "hashes": [ - "sha256:fc323ffcaeaed0e0a02bf4d117757b98aed530d9ed4531e3e15460124c106691", - "sha256:84ab92ed1c4d4f16916e05906b6b75a6c0fb5db821cc65e70cbd64a3e2a5eaae" - ], - "version": "==3.0.4" + "hashes": [], + "version": "==5.1.0" }, "coverage": { "hashes": [], @@ -259,11 +256,8 @@ "version": "==2022.12.7" }, "chardet": { - "hashes": [ - "sha256:fc323ffcaeaed0e0a02bf4d117757b98aed530d9ed4531e3e15460124c106691", - "sha256:84ab92ed1c4d4f16916e05906b6b75a6c0fb5db821cc65e70cbd64a3e2a5eaae" - ], - "version": "==3.0.4" + "hashes": [], + "version": "==5.1.0" }, "docutils": { "hashes": [ From cb76b600f51be47042e344797a4cd465aeb619fe Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 7 Mar 2023 09:51:26 +0800 Subject: [PATCH 40/61] Update idna from 2.8 to 3.4 --- Pipfile.lock | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index 0c938c89..8cc31d36 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -58,11 +58,8 @@ "version": "==0.6.2" }, "idna": { - "hashes": [ - "sha256:ea8b7f6188e6fa117537c3df7da9fc686d485087abf6ac197f9c46432f7e4a3c", - "sha256:c357b3f628cf53ae2c4c05627ecc484553142ca23264e593d327bcde5e9c3407" - ], - "version": "==2.8" + "hashes": [], + "version": "==3.4" }, "isort": { "hashes": [ @@ -272,11 +269,8 @@ "version": "==2.1.0" }, "idna": { - "hashes": [ - "sha256:ea8b7f6188e6fa117537c3df7da9fc686d485087abf6ac197f9c46432f7e4a3c", - "sha256:c357b3f628cf53ae2c4c05627ecc484553142ca23264e593d327bcde5e9c3407" - ], - "version": "==2.8" + "hashes": [], + "version": "==3.4" }, "imagesize": { "hashes": [ From f27a9912a9b33a137aa37dad8f5c62b042b54928 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 7 Mar 2023 09:51:26 +0800 Subject: [PATCH 41/61] Update isort from 4.3.4 to 5.12.0 --- Pipfile.lock | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index 8cc31d36..0aa13be2 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -62,12 +62,8 @@ "version": "==3.4" }, "isort": { - "hashes": [ - "sha256:ec9ef8f4a9bc6f71eec99e1806bfa2de401650d996c59330782b89a5555c1497", - "sha256:1153601da39a25b14ddc54955dbbacbb6b2d19135386699e2ad58517953b34af", - "sha256:b9c40e9750f3d77e6e4d441d8b0266cf555e7cdabdcff33c4fd06366ca761ef8" - ], - "version": "==4.3.4" + "hashes": [], + "version": "==5.12.0" }, "lazy-object-proxy": { "hashes": [ From 0b99dceaac6955d66745a338c09c1796ba745876 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 7 Mar 2023 09:51:27 +0800 Subject: [PATCH 42/61] Update lazy-object-proxy from 1.3.1 to 1.9.0 --- Pipfile.lock | 34 ++-------------------------------- 1 file changed, 2 insertions(+), 32 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index 0aa13be2..c3ed7042 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -66,38 +66,8 @@ "version": "==5.12.0" }, "lazy-object-proxy": { - "hashes": [ - "sha256:209615b0fe4624d79e50220ce3310ca1a9445fd8e6d3572a896e7f9146bbf019", - "sha256:1b668120716eb7ee21d8a38815e5eb3bb8211117d9a90b0f8e21722c0758cc39", - "sha256:cb924aa3e4a3fb644d0c463cad5bc2572649a6a3f68a7f8e4fbe44aaa6d77e4c", - "sha256:2c1b21b44ac9beb0fc848d3993924147ba45c4ebc24be19825e57aabbe74a99e", - "sha256:320ffd3de9699d3892048baee45ebfbbf9388a7d65d832d7e580243ade426d2b", - "sha256:2df72ab12046a3496a92476020a1a0abf78b2a7db9ff4dc2036b8dd980203ae6", - "sha256:27ea6fd1c02dcc78172a82fc37fcc0992a94e4cecf53cb6d73f11749825bd98b", - "sha256:e5b9e8f6bda48460b7b143c3821b21b452cb3a835e6bbd5dd33aa0c8d3f5137d", - "sha256:7661d401d60d8bf15bb5da39e4dd72f5d764c5aff5a86ef52a042506e3e970ff", - "sha256:61a6cf00dcb1a7f0c773ed4acc509cb636af2d6337a08f362413c76b2b47a8dd", - "sha256:bd6292f565ca46dee4e737ebcc20742e3b5be2b01556dafe169f6c65d088875f", - "sha256:933947e8b4fbe617a51528b09851685138b49d511af0b6c0da2539115d6d4514", - "sha256:d0fc7a286feac9077ec52a927fc9fe8fe2fabab95426722be4c953c9a8bede92", - "sha256:7f3a2d740291f7f2c111d86a1c4851b70fb000a6c8883a59660d95ad57b9df35", - "sha256:5276db7ff62bb7b52f77f1f51ed58850e315154249aceb42e7f4c611f0f847ff", - "sha256:94223d7f060301b3a8c09c9b3bc3294b56b2188e7d8179c762a1cda72c979252", - "sha256:6ae6c4cb59f199d8827c5a07546b2ab7e85d262acaccaacd49b62f53f7c456f7", - "sha256:f460d1ceb0e4a5dcb2a652db0904224f367c9b3c1470d5a7683c0480e582468b", - "sha256:e81ebf6c5ee9684be8f2c87563880f93eedd56dd2b6146d8a725b50b7e5adb0f", - "sha256:81304b7d8e9c824d058087dcb89144842c8e0dea6d281c031f59f0acf66963d4", - "sha256:ddc34786490a6e4ec0a855d401034cbd1242ef186c20d79d2166d6a4bd449577", - "sha256:7bd527f36a605c914efca5d3d014170b2cb184723e423d26b1fb2fd9108e264d", - "sha256:ab3ca49afcb47058393b0122428358d2fbe0408cf99f1b58b295cfeb4ed39109", - "sha256:7cb54db3535c8686ea12e9535eb087d32421184eacc6939ef15ef50f83a5e7e2", - "sha256:0ce34342b419bd8f018e6666bfef729aec3edf62345a53b537a4dcc115746a33", - "sha256:e34b155e36fa9da7e1b7c738ed7767fc9491a62ec6af70fe9da4a057759edc2d", - "sha256:50e3b9a464d5d08cc5227413db0d1c4707b6172e4d4d915c1c70e4de0bbff1f5", - "sha256:27bf62cb2b1a2068d443ff7097ee33393f8483b570b475db8ebf7e1cba64f088", - "sha256:eb91be369f945f10d3a49f5f9be8b3d0b93a4c2be8f8a5b83b0571b8123e0a7a" - ], - "version": "==1.3.1" + "hashes": [], + "version": "==1.9.0" }, "mccabe": { "hashes": [ From 4adcbef5a4540bb1ee92ad8a53cf94ab331b0457 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 7 Mar 2023 09:51:27 +0800 Subject: [PATCH 43/61] Update mccabe from 0.6.1 to 0.7.0 --- Pipfile.lock | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index c3ed7042..1edb6d32 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -70,11 +70,8 @@ "version": "==1.9.0" }, "mccabe": { - "hashes": [ - "sha256:ab8a6258860da4b6677da4bd2fe5dc2c659cff31b3ee4f7f5d64e79735b80d42", - "sha256:dd8d182285a0fe56bace7f45b5e7d1a6ebcbf524e8f3bd87eb0f125271b8831f" - ], - "version": "==0.6.1" + "hashes": [], + "version": "==0.7.0" }, "mypy": { "hashes": [ From 9840c3776d05cbaa3b594664178821b28d60e3cc Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 7 Mar 2023 09:51:28 +0800 Subject: [PATCH 44/61] Update mypy from 0.650 to 1.0.1 --- Pipfile.lock | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index 1edb6d32..83cf2828 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -74,11 +74,8 @@ "version": "==0.7.0" }, "mypy": { - "hashes": [ - "sha256:12d965c9c4e8a625673aec493162cf390e66de12ef176b1f4821ac00d55f3ab3", - "sha256:38d5b5f835a81817dcc0af8d155bce4e9aefa03794fe32ed154d6612e83feafa" - ], - "version": "==0.650" + "hashes": [], + "version": "==1.0.1" }, "mypy-lang": { "hashes": [ From 915a50d9d89080db0fa6477efc1cb3fe8da869a1 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 7 Mar 2023 09:51:28 +0800 Subject: [PATCH 45/61] Update psutil from 5.4.8 to 5.9.4 --- Pipfile.lock | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index 83cf2828..9b1ee5cc 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -84,18 +84,8 @@ "version": "==0.5.0" }, "psutil": { - "hashes": [ - "sha256:809c9cef0402e3e48b5a1dddc390a8a6ff58b15362ea5714494073fa46c3d293", - "sha256:3b7a4daf4223dae171a67a89314ac5ca0738e94064a78d99cfd751c55d05f315", - "sha256:bbffac64cfd01c6bcf90eb1bedc6c80501c4dae8aef4ad6d6dd49f8f05f6fc5a", - "sha256:b4d1b735bf5b120813f4c89db8ac22d89162c558cbd7fdd298866125fe906219", - "sha256:3e19be3441134445347af3767fa7770137d472a484070840eee6653b94ac5576", - "sha256:1c19957883e0b93d081d41687089ad630e370e26dc49fd9df6951d6c891c4736", - "sha256:bfcea4f189177b2d2ce4a34b03c4ac32c5b4c22e21f5b093d9d315e6e253cd81", - "sha256:1c71b9716790e202a00ab0931a6d1e25db1aa1198bcacaea2f5329f75d257fff", - "sha256:6e265c8f3da00b015d24b842bfeb111f856b13d24f2c57036582568dc650d6c3" - ], - "version": "==5.4.8" + "hashes": [], + "version": "==5.9.4" }, "py": { "hashes": [ From b89c715503028dc137d4006e7f92ec17a74eceb9 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 7 Mar 2023 09:51:28 +0800 Subject: [PATCH 46/61] Update py from 1.7.0 to 1.11.0 --- Pipfile.lock | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index 9b1ee5cc..86660ef3 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -88,11 +88,8 @@ "version": "==5.9.4" }, "py": { - "hashes": [ - "sha256:e76826342cefe3c3d5f7e8ee4316b80d1dd8a300781612ddbc765c17ba25a6c6", - "sha256:bf92637198836372b520efcba9e020c330123be8ce527e535d185ed4b6f45694" - ], - "version": "==1.7.0" + "hashes": [], + "version": "==1.11.0" }, "pydocstyle": { "hashes": [], From af582d477968ac776b7f8bb9424c2a470e628d0c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 7 Mar 2023 09:51:29 +0800 Subject: [PATCH 47/61] Update requests from 2.21.0 to 2.28.2 --- Pipfile.lock | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index 86660ef3..8196d7af 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -120,11 +120,8 @@ "version": "==6.0.0" }, "requests": { - "hashes": [ - "sha256:7bf2a778576d825600030a110f3c0e3e8edc51dfaafe1c146e39a2027784957b", - "sha256:502a824f31acdacb3a35b6690b5fbf0bc41d63a24a45c4004352b0242707598e" - ], - "version": "==2.21.0" + "hashes": [], + "version": "==2.28.2" }, "six": { "hashes": [ @@ -281,11 +278,8 @@ "version": "==2018.7" }, "requests": { - "hashes": [ - "sha256:7bf2a778576d825600030a110f3c0e3e8edc51dfaafe1c146e39a2027784957b", - "sha256:502a824f31acdacb3a35b6690b5fbf0bc41d63a24a45c4004352b0242707598e" - ], - "version": "==2.21.0" + "hashes": [], + "version": "==2.28.2" }, "six": { "hashes": [ From 98fa52331cf69744cbbd1a24a486831321c8d12e Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 7 Mar 2023 09:51:29 +0800 Subject: [PATCH 48/61] Update six from 1.12.0 to 1.16.0 --- Pipfile.lock | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index 8196d7af..b0944a20 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -124,11 +124,8 @@ "version": "==2.28.2" }, "six": { - "hashes": [ - "sha256:3350809f0555b11f552448330d0b52d5f24c91a322ea4a15ef22629740f3761c", - "sha256:d16a0141ec1a18405cd4ce8b4613101da75da0e9a7aec5bdd4fa804d0e0eba73" - ], - "version": "==1.12.0" + "hashes": [], + "version": "==1.16.0" }, "snowballstemmer": { "hashes": [ @@ -282,11 +279,8 @@ "version": "==2.28.2" }, "six": { - "hashes": [ - "sha256:3350809f0555b11f552448330d0b52d5f24c91a322ea4a15ef22629740f3761c", - "sha256:d16a0141ec1a18405cd4ce8b4613101da75da0e9a7aec5bdd4fa804d0e0eba73" - ], - "version": "==1.12.0" + "hashes": [], + "version": "==1.16.0" }, "snowballstemmer": { "hashes": [ From 5602e40bdab53b92b992bb67b9528bd67e13ba9e Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 7 Mar 2023 09:51:30 +0800 Subject: [PATCH 49/61] Update snowballstemmer from 1.2.1 to 2.2.0 --- Pipfile.lock | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index b0944a20..343f390c 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -128,11 +128,8 @@ "version": "==1.16.0" }, "snowballstemmer": { - "hashes": [ - "sha256:9f3bcd3c401c3e862ec0ebe6d2c069ebc012ce142cce209c098ccb5b09136e89", - "sha256:919f26a68b2c17a7634da993d91339e288964f93c274f1343e3bbbe2096e1128" - ], - "version": "==1.2.1" + "hashes": [], + "version": "==2.2.0" }, "typed-ast": { "hashes": [ @@ -283,11 +280,8 @@ "version": "==1.16.0" }, "snowballstemmer": { - "hashes": [ - "sha256:9f3bcd3c401c3e862ec0ebe6d2c069ebc012ce142cce209c098ccb5b09136e89", - "sha256:919f26a68b2c17a7634da993d91339e288964f93c274f1343e3bbbe2096e1128" - ], - "version": "==1.2.1" + "hashes": [], + "version": "==2.2.0" }, "sphinx": { "hashes": [], From 8386f1ff34fddd867bbe28909d169045665aecc8 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 7 Mar 2023 09:51:30 +0800 Subject: [PATCH 50/61] Update typed-ast from 1.1.1 to 1.5.4 --- Pipfile.lock | 26 ++------------------------ 1 file changed, 2 insertions(+), 24 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index 343f390c..8390df88 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -132,30 +132,8 @@ "version": "==2.2.0" }, "typed-ast": { - "hashes": [ - "sha256:e7ec9a1445d27dbd0446568035f7106fa899a36f55e52ade28020f7b3845180d", - "sha256:6306ffa64922a7b58ee2e8d6f207813460ca5a90213b4a400c2e730375049246", - "sha256:16ccd06d614cf81b96de42a37679af12526ea25a208bce3da2d9226f44563868", - "sha256:fe800a58547dd424cd286b7270b967b5b3316b993d86453ede184a17b5a6b17d", - "sha256:5b972bbb3819ece283a67358103cc6671da3646397b06e7acea558444daf54b2", - "sha256:cb061a959fec9a514d243831c514b51ccb940b58a5ce572a4e209810f2507dcf", - "sha256:7e19d439fee23620dea6468d85bfe529b873dace39b7e5b0c82c7099681f8a22", - "sha256:1e21ae7b49a3f744958ffad1737dfbdb43e1137503ccc59f4e32c4ac33b0bd1c", - "sha256:7f5cd83af6b3ca9757e1127d852f497d11c7b09b4716c355acfbebf783d028da", - "sha256:dc76738331d61818ce0b90647aedde17bbba3d3f9e969d83c1d9087b4f978862", - "sha256:37670c6fd857b5eb68aa5d193e14098354783b5138de482afa401cc2644f5a7f", - "sha256:94af325c9fe354019a29f9016277c547ad5d8a2d98a02806f27a7436b2da6735", - "sha256:cc8d0b703d573cbabe0d51c9d68ab68df42a81409e4ed6af45a04a95484b96a5", - "sha256:b1e5445c6075f509d5764b84ce641a1535748801253b97f3b7ea9d948a22853a", - "sha256:81e885a713e06faeef37223a5b1167615db87f947ecc73f815b9d1bbd6b585be", - "sha256:0ca96128ea66163aea13911c9b4b661cb345eb729a20be15c034271360fc7474", - "sha256:f741ba03feb480061ab91a465d1a3ed2d40b52822ada5b4017770dfcb88f839f", - "sha256:0555eca1671ebe09eb5f2176723826f6f44cca5060502fea259de9b0e893ab53", - "sha256:46d84c8e3806619ece595aaf4f37743083f9454c9ea68a517f1daa05126daf1d", - "sha256:da0afa955865920edb146926455ec49da20965389982f91e926389666f5cf86a", - "sha256:6cb25dc95078931ecbd6cbcc4178d1b8ae8f2b513ae9c3bd0b7f81c2191db4c6" - ], - "version": "==1.1.1" + "hashes": [], + "version": "==1.5.4" }, "urllib3": { "hashes": [ From 49ca9ec9fbcbd481134e5d9adcd29c8e3e93340f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 7 Mar 2023 09:51:31 +0800 Subject: [PATCH 51/61] Update urllib3 from 1.24.1 to 1.26.14 --- Pipfile.lock | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index 8390df88..edfda1c0 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -136,11 +136,8 @@ "version": "==1.5.4" }, "urllib3": { - "hashes": [ - "sha256:61bf29cada3fc2fbefad4fdf059ea4bd1b4a86d2b6d15e1c7c0b582b9752fe39", - "sha256:de9529817c93f27c8ccbfead6985011db27bd0ddfcdb2d86f3f663385c6a9c22" - ], - "version": "==1.24.1" + "hashes": [], + "version": "==1.26.14" }, "wrapt": { "hashes": [ @@ -273,11 +270,8 @@ "version": "==1.1.0" }, "urllib3": { - "hashes": [ - "sha256:61bf29cada3fc2fbefad4fdf059ea4bd1b4a86d2b6d15e1c7c0b582b9752fe39", - "sha256:de9529817c93f27c8ccbfead6985011db27bd0ddfcdb2d86f3f663385c6a9c22" - ], - "version": "==1.24.1" + "hashes": [], + "version": "==1.26.14" } } } From 21a17575d6126447e7329c8d9118eb3b74be8db6 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 7 Mar 2023 09:51:31 +0800 Subject: [PATCH 52/61] Update wrapt from 1.10.11 to 1.15.0 --- Pipfile.lock | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index edfda1c0..93fb0bd0 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -140,10 +140,8 @@ "version": "==1.26.14" }, "wrapt": { - "hashes": [ - "sha256:d4d560d479f2c21e1b5443bbd15fe7ec4b37fe7e53d335d3b9b0a7b1226fe3c6" - ], - "version": "==1.10.11" + "hashes": [], + "version": "==1.15.0" } }, "develop": { From 9a866043980fa629bb70eded09ffc86dee058276 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 7 Mar 2023 09:51:32 +0800 Subject: [PATCH 53/61] Update alabaster from 0.7.12 to 0.7.13 --- Pipfile.lock | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index 93fb0bd0..0b3da088 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -146,11 +146,8 @@ }, "develop": { "alabaster": { - "hashes": [ - "sha256:446438bdcca0e05bd45ea2de1668c1d9b032e1a9154c2c259092d77031ddd359", - "sha256:a661d72d58e6ea8a57f7a86e37d86716863ee5e92788398526d58b26a4e4dc02" - ], - "version": "==0.7.12" + "hashes": [], + "version": "==0.7.13" }, "babel": { "hashes": [ From 0b14f8e361644545743da814330ec45b30832fa0 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 7 Mar 2023 09:51:32 +0800 Subject: [PATCH 54/61] Update babel from 2.6.0 to 2.12.1 --- Pipfile.lock | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index 0b3da088..64ca756e 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -150,11 +150,8 @@ "version": "==0.7.13" }, "babel": { - "hashes": [ - "sha256:6778d85147d5d85345c14a26aada5e478ab04e39b078b0745ee6870c2b5cf669", - "sha256:8cba50f48c529ca3fa18cf81fa9403be176d374ac4d60738b839122dfaaa3d23" - ], - "version": "==2.6.0" + "hashes": [], + "version": "==2.12.1" }, "certifi": { "hashes": [], From 63a342a84933076e4cd437dade9484cef47dce12 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 7 Mar 2023 09:51:33 +0800 Subject: [PATCH 55/61] Update docutils from 0.14 to 0.19 --- Pipfile.lock | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index 64ca756e..09c64a63 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -162,12 +162,8 @@ "version": "==5.1.0" }, "docutils": { - "hashes": [ - "sha256:7a4bd47eaf6596e1295ecb11361139febe29b084a87bf005bf899f9a42edc3c6", - "sha256:02aec4bd92ab067f6ff27a38a38a41173bf01bed8f89157768c1573f53e474a6", - "sha256:51e64ef2ebfb29cae1faa133b3710143496eca21c530f3f71424d77687764274" - ], - "version": "==0.14" + "hashes": [], + "version": "==0.19" }, "ghp-import": { "hashes": [], From e9108d7626a9b176f26383ae71ad822138927e0d Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 7 Mar 2023 09:51:33 +0800 Subject: [PATCH 56/61] Update imagesize from 1.1.0 to 1.4.1 --- Pipfile.lock | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index 09c64a63..db423bae 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -174,11 +174,8 @@ "version": "==3.4" }, "imagesize": { - "hashes": [ - "sha256:3f349de3eb99145973fefb7dbe38554414e5c30abd0c8e4b970a7c9d09f3a1d8", - "sha256:f3832918bc3c66617f92e35f5d70729187676313caa60c187eb0f28b8fe5e3b5" - ], - "version": "==1.1.0" + "hashes": [], + "version": "==1.4.1" }, "jinja2": { "hashes": [ From 99932221387f08dc4b564398bcae2d71d5e0abe8 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 7 Mar 2023 09:51:33 +0800 Subject: [PATCH 57/61] Update jinja2 from 2.10 to 3.1.2 --- Pipfile.lock | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index db423bae..3af615d7 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -178,11 +178,8 @@ "version": "==1.4.1" }, "jinja2": { - "hashes": [ - "sha256:74c935a1b8bb9a3947c50a54766a969d4846290e1e788ea44c1392163723c3bd", - "sha256:f84be1bb0040caca4cea721fcbbbbd61f9be9464ca236387158b0feea01914a4" - ], - "version": "==2.10" + "hashes": [], + "version": "==3.1.2" }, "markupsafe": { "hashes": [ From 2561d71edc74d436e4d8d9b91c053d8535cf2686 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 7 Mar 2023 09:51:34 +0800 Subject: [PATCH 58/61] Update markupsafe from 1.1.0 to 2.1.2 --- Pipfile.lock | 33 ++------------------------------- 1 file changed, 2 insertions(+), 31 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index 3af615d7..a1f95ec2 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -182,37 +182,8 @@ "version": "==3.1.2" }, "markupsafe": { - "hashes": [ - "sha256:efdc45ef1afc238db84cb4963aa689c0408912a0239b0721cb172b4016eb31d6", - "sha256:52ccb45e77a1085ec5461cde794e1aa037df79f473cbc69b974e73940655c8d7", - "sha256:525396ee324ee2da82919f2ee9c9e73b012f23e7640131dd1b53a90206a0f09c", - "sha256:5c3fbebd7de20ce93103cb3183b47671f2885307df4a17a0ad56a1dd51273d36", - "sha256:f82e347a72f955b7017a39708a3667f106e6ad4d10b25f237396a7115d8ed5fd", - "sha256:31cbb1359e8c25f9f48e156e59e2eaad51cd5242c05ed18a8de6dbe85184e4b7", - "sha256:edce2ea7f3dfc981c4ddc97add8a61381d9642dc3273737e756517cc03e84dd6", - "sha256:19f637c2ac5ae9da8bfd98cef74d64b7e1bb8a63038a3505cd182c3fac5eb4d9", - "sha256:98e439297f78fca3a6169fd330fbe88d78b3bb72f967ad9961bcac0d7fdd1550", - "sha256:fb7c206e01ad85ce57feeaaa0bf784b97fa3cad0d4a5737bc5295785f5c613a1", - "sha256:1fa6058938190ebe8290e5cae6c351e14e7bb44505c4a7624555ce57fbbeba0d", - "sha256:e982fe07ede9fada6ff6705af70514a52beb1b2c3d25d4e873e82114cf3c5401", - "sha256:5e5851969aea17660e55f6a3be00037a25b96a9b44d2083651812c99d53b14d1", - "sha256:f137c02498f8b935892d5c0172560d7ab54bc45039de8805075e19079c639a9c", - "sha256:3e835d8841ae7863f64e40e19477f7eb398674da6a47f09871673742531e6f4b", - "sha256:5edfa27b2d3eefa2210fb2f5d539fbed81722b49f083b2c6566455eb7422fd7e", - "sha256:857eebb2c1dc60e4219ec8e98dfa19553dae33608237e107db9c6078b1167856", - "sha256:bf54103892a83c64db58125b3f2a43df6d2cb2d28889f14c78519394feb41492", - "sha256:048ef924c1623740e70204aa7143ec592504045ae4429b59c30054cb31e3c432", - "sha256:83381342bfc22b3c8c06f2dd93a505413888694302de25add756254beee8449c", - "sha256:130f844e7f5bdd8e9f3f42e7102ef1d49b2e6fdf0d7526df3f87281a532d8c8b", - "sha256:52b07fbc32032c21ad4ab060fec137b76eb804c4b9a1c7c7dc562549306afad2", - "sha256:1f19ef5d3908110e1e891deefb5586aae1b49a7440db952454b4e281b41620cd", - "sha256:1b8a7a87ad1b92bd887568ce54b23565f3fd7018c4180136e1cf412b405a47af", - "sha256:d9ac82be533394d341b41d78aca7ed0e0f4ba5a2231602e2f05aa87f25c51672", - "sha256:1c25694ca680b6919de53a4bb3bdd0602beafc63ff001fea2f2fc16ec3a11834", - "sha256:7d263e5770efddf465a9e31b78362d84d015cc894ca2c131901a4445eaa61ee1", - "sha256:4e97332c9ce444b0c2c38dd22ddc61c743eb208d916e4265a2a3b575bdccb1d3" - ], - "version": "==1.1.0" + "hashes": [], + "version": "==2.1.2" }, "pygments": { "hashes": [ From 8d72d5fd82fd441faed9e3cd71315fba03a4df63 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 7 Mar 2023 09:51:34 +0800 Subject: [PATCH 59/61] Update pygments from 2.3.1 to 2.14.0 --- Pipfile.lock | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index a1f95ec2..f7980462 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -186,11 +186,8 @@ "version": "==2.1.2" }, "pygments": { - "hashes": [ - "sha256:e8218dd399a61674745138520d0d4cf2621d7e032439341bc3f647bff125818d", - "sha256:5ffada19f6203563680669ee7f53b64dabbeb100eb51b61996085e99c03b284a" - ], - "version": "==2.3.1" + "hashes": [], + "version": "==2.14.0" }, "pytz": { "hashes": [ From 738cd68a648defe9fb50ea50e1ce7c02f3801916 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 7 Mar 2023 09:51:35 +0800 Subject: [PATCH 60/61] Update pytz from 2018.7 to 2022.7.1 --- Pipfile.lock | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index f7980462..ef21a8ab 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -190,11 +190,8 @@ "version": "==2.14.0" }, "pytz": { - "hashes": [ - "sha256:8e0f8568c118d3077b46be7d654cc8167fa916092e28320cde048e54bfc9f1e6", - "sha256:31cb35c89bd7d333cd32c5f278fca91b523b0834369e757f4c5641ea252236ca" - ], - "version": "==2018.7" + "hashes": [], + "version": "==2022.7.1" }, "requests": { "hashes": [], From 2245281d0f4a69003feee35f801eb59aeb4339ab Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 7 Mar 2023 09:51:35 +0800 Subject: [PATCH 61/61] Update sphinxcontrib-websupport from 1.1.0 to 1.2.4 --- Pipfile.lock | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index ef21a8ab..9d8a26ad 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -210,11 +210,8 @@ "version": "==6.1.3" }, "sphinxcontrib-websupport": { - "hashes": [ - "sha256:68ca7ff70785cbe1e7bccc71a48b5b6d965d79ca50629606c7861a21b206d9dd", - "sha256:9de47f375baf1ea07cdb3436ff39d7a9c76042c10a769c52353ec46e4e8fc3b9" - ], - "version": "==1.1.0" + "hashes": [], + "version": "==1.2.4" }, "urllib3": { "hashes": [],