From 4e1fad3024df742e5771e63366cb24786bd4ac5e Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 11 Apr 2023 05:39:04 +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 2735abb560d76732ef2513d27f893272d66d1a74 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 11 Apr 2023 05:39:05 +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 2189a9a0ab1689b56e33cc412a8f5763ebbfcdb8 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 11 Apr 2023 05:39:05 +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 5140bc4708a1dd2e179823a18f055dcd887c6974 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 11 Apr 2023 05:39:06 +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 67e3189773d0e2df6e1721365f6d0b99039e0317 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 11 Apr 2023 05:39:06 +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 363976e7e8c81f6ba37e379178d18b38a41d0c2c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 11 Apr 2023 05:39:06 +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 62bf6e561edc358a3cdc19f99e6929648cc057da Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 11 Apr 2023 05:39:07 +0800 Subject: [PATCH 07/61] Update cython from 0.29.2 to 0.29.34 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9af58277..b78d437d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ # pip # wheel -cython==0.29.2 +cython==0.29.34 # key components for improving Python project # we will install them on "Testing" section From c5fe60a283afa5102162971224afc94e605c5b77 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 11 Apr 2023 05:39:07 +0800 Subject: [PATCH 08/61] Update cython from 0.29.2 to 0.29.34 --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index dd2e61f6..b13b2406 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.34" mypy-lang = "==0.5.0" pydocstyle = "==3.0.0" pylint = "==2.2.2" From bf62c5bfb0696031283cc20b086f025c225e3359 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 11 Apr 2023 05:39:08 +0800 Subject: [PATCH 09/61] Update cython from 0.29.2 to 0.29.34 --- Pipfile.lock | 33 ++------------------------------- 1 file changed, 2 insertions(+), 31 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index 90f14738..e4494366 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.34" }, "docopt": { "hashes": [ From 70fef1fabf7b2784e1bdef68c517a19d9b73f1f0 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 11 Apr 2023 05:39:08 +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 b78d437d..08708a9c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ cython==0.29.34 # 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 11fc405fd213a48f04dc259c31f942fd15e25574 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 11 Apr 2023 05:39:09 +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 b13b2406..ca005200 100644 --- a/Pipfile +++ b/Pipfile @@ -12,7 +12,7 @@ coverage = "==4.5.2" coveralls = "==1.5.1" cython = "==0.29.34" 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 6d061d4e5ca388a4fe9ebcdc909ba9e1bf11804d Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 11 Apr 2023 05:39:09 +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 e4494366..67950802 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 fd0af48812775769d29bac8e935cac433e914cf8 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 11 Apr 2023 05:39:10 +0800 Subject: [PATCH 13/61] Update pylint from 2.2.2 to 2.17.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 08708a9c..fdfa5d17 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ cython==0.29.34 # 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.17.2 # flake8==3.4.1 mypy-lang==0.5.0 coverage==4.5.2 From d7ee7d20d695d25526793a0ace7944a3eade035a Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 11 Apr 2023 05:39:10 +0800 Subject: [PATCH 14/61] Update pylint from 2.2.2 to 2.17.2 --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index ca005200..3dfeae56 100644 --- a/Pipfile +++ b/Pipfile @@ -13,7 +13,7 @@ coveralls = "==1.5.1" cython = "==0.29.34" mypy-lang = "==0.5.0" pydocstyle = "==6.3.0" -pylint = "==2.2.2" +pylint = "==2.17.2" pytest = "==4.0.2" pytest-cov = "==2.6.0" pytest-mypy = "==0.3.2" From 72d13e152a9af75d300acb42fe5fbd4abcb23fe4 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 11 Apr 2023 05:39:10 +0800 Subject: [PATCH 15/61] Update pylint from 2.2.2 to 2.17.2 --- Pipfile.lock | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index 67950802..50ade276 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.17.2" }, "pytest": { "hashes": [ From f7014fae8766c7106387618fd31063a08e42d62c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 11 Apr 2023 05:39:11 +0800 Subject: [PATCH 16/61] Update coverage from 4.5.2 to 7.2.3 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fdfa5d17..bd82cb87 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ pydocstyle==6.3.0 pylint==2.17.2 # flake8==3.4.1 mypy-lang==0.5.0 -coverage==4.5.2 +coverage==7.2.3 # Testing pytest==4.0.2 From 8d4c37fa4511cace3c5e6d81c3879ae105f18dc8 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 11 Apr 2023 05:39:11 +0800 Subject: [PATCH 17/61] Update coverage from 4.5.2 to 7.2.3 --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 3dfeae56..1af98b23 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.3" coveralls = "==1.5.1" cython = "==0.29.34" mypy-lang = "==0.5.0" From 6a8d8f850efd79d938130a16f89dd1eaf183cec3 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 11 Apr 2023 05:39:12 +0800 Subject: [PATCH 18/61] Update coverage from 4.5.2 to 7.2.3 --- Pipfile.lock | 46 ++-------------------------------------------- 1 file changed, 2 insertions(+), 44 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index 50ade276..1d31ee62 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.3" }, "coveralls": { "hashes": [ From b2d0dc0991f1562422683d809ea9512df1791d73 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 11 Apr 2023 05:39:12 +0800 Subject: [PATCH 19/61] Update pytest from 4.0.2 to 7.3.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bd82cb87..c81cca3b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ mypy-lang==0.5.0 coverage==7.2.3 # Testing -pytest==4.0.2 +pytest==7.3.0 # 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 cf2147c537264b03a9ca785f20c66dc4bd42cb0f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 11 Apr 2023 05:39:13 +0800 Subject: [PATCH 20/61] Update pytest from 4.0.2 to 7.3.0 --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 1af98b23..1dbba7b8 100644 --- a/Pipfile +++ b/Pipfile @@ -14,7 +14,7 @@ cython = "==0.29.34" mypy-lang = "==0.5.0" pydocstyle = "==6.3.0" pylint = "==2.17.2" -pytest = "==4.0.2" +pytest = "==7.3.0" pytest-cov = "==2.6.0" pytest-mypy = "==0.3.2" pytest-pylint = "==0.13.0" From a87162ba214a78784d31571c3528682161202667 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 11 Apr 2023 05:39:13 +0800 Subject: [PATCH 21/61] Update pytest from 4.0.2 to 7.3.0 --- Pipfile.lock | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index 1d31ee62..d2b8c93e 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -168,11 +168,8 @@ "version": "==2.17.2" }, "pytest": { - "hashes": [ - "sha256:f812ea39a0153566be53d88f8de94839db1e8a05352ed8a49525d7d7f37861e9", - "sha256:f689bf2fc18c4585403348dd56f47d87780bf217c53ed9ae7a3e2d7faa45f8e9" - ], - "version": "==4.0.2" + "hashes": [], + "version": "==7.3.0" }, "pytest-cov": { "hashes": [ From ef0f5e0b2fd074ffe578d0678a4d67e6b2ffea4b Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 11 Apr 2023 05:39:14 +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 c81cca3b..9f275bc7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ coverage==7.2.3 # Testing pytest==7.3.0 # 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 1de054a4250161adf92533326f52f993d1c540b6 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 11 Apr 2023 05:39:14 +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 1dbba7b8..515463d5 100644 --- a/Pipfile +++ b/Pipfile @@ -17,5 +17,5 @@ pylint = "==2.17.2" pytest = "==7.3.0" 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 420d7ad1a6b2e42f00a415c7b24b10db5b628685 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 11 Apr 2023 05:39:14 +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 d2b8c93e..7b294d1f 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 de744f80fbddf46c26b90dfb88f83327aac8e032 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 11 Apr 2023 05:39:15 +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 9f275bc7..5c9a4af5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ coverage==7.2.3 pytest==7.3.0 # 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 2fad9e14635c2cec14827a70f8f69ebded84e21b Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 11 Apr 2023 05:39:15 +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 515463d5..1536c28c 100644 --- a/Pipfile +++ b/Pipfile @@ -16,6 +16,6 @@ pydocstyle = "==6.3.0" pylint = "==2.17.2" pytest = "==7.3.0" 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 c881fffb363e03ffeab3e4f582f43c9903b95a2c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 11 Apr 2023 05:39:16 +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 7b294d1f..8f5922ae 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 db7fbd3af79b88e7823eafa26b03f8a2b240753e Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 11 Apr 2023 05:39:16 +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 5c9a4af5..1bea1bbb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ pytest==7.3.0 # 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 66e68edb0a6bc577e78e7f1b9866d6af09559766 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 11 Apr 2023 05:39:17 +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 1536c28c..af786c7a 100644 --- a/Pipfile +++ b/Pipfile @@ -15,7 +15,7 @@ mypy-lang = "==0.5.0" pydocstyle = "==6.3.0" pylint = "==2.17.2" pytest = "==7.3.0" -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 0443f96b31c5d98d2e1631aa0cdb2d8ac0c2eb24 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 11 Apr 2023 05:39:17 +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 8f5922ae..03f89d83 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -172,11 +172,8 @@ "version": "==7.3.0" }, "pytest-cov": { - "hashes": [ - "sha256:513c425e931a0344944f84ea47f3956be0e416d95acbd897a44970c8d926d5d7", - "sha256:e360f048b7dae3f2f2a9a4d067b2dd6b6a015d384d1577c994a43f3f7cbad762" - ], - "version": "==2.6.0" + "hashes": [], + "version": "==4.0.0" }, "pytest-mypy": { "hashes": [], From cda09751a2a916588dbc581e73c8d0d9f14e80eb Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 11 Apr 2023 05:39:18 +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 1bea1bbb..df8a275f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,6 +18,6 @@ pytest==7.3.0 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 84cc2a1547583bb6bafd3556ee6a25377b2da116 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 11 Apr 2023 05:39:18 +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 af786c7a..95136fe5 100644 --- a/Pipfile +++ b/Pipfile @@ -18,4 +18,4 @@ pytest = "==7.3.0" 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 046d9910a3463c84785281b116413dbc2ca8154b Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 11 Apr 2023 05:39:19 +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 03f89d83..e191b23e 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 309e584c964e22bf27c6cb07730400c412c14ca3 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 11 Apr 2023 05:39:19 +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 df8a275f..8f5753ff 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 44975604776fab58594b0f9d3596c869be065f72 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 11 Apr 2023 05:39:20 +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 95136fe5..72af0736 100644 --- a/Pipfile +++ b/Pipfile @@ -9,7 +9,7 @@ sphinx = "==6.1.3" [packages] coverage = "==7.2.3" -coveralls = "==1.5.1" +coveralls = "==3.3.1" cython = "==0.29.34" mypy-lang = "==0.5.0" pydocstyle = "==6.3.0" From 109ee07fce8e553ddaf3ebd3ad4468950dd4a96c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 11 Apr 2023 05:39:20 +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 e191b23e..6dfccbf5 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -53,11 +53,8 @@ "version": "==7.2.3" }, "coveralls": { - "hashes": [ - "sha256:b2388747e2529fa4c669fb1e3e2756e4e07b6ee56c7d9fce05f35ccccc913aa0", - "sha256:ab638e88d38916a6cedbf80a9cd8992d5fa55c77ab755e262e00b36792b7cd6d" - ], - "version": "==1.5.1" + "hashes": [], + "version": "==3.3.1" }, "cython": { "hashes": [], From 5da0e4c0d942593602df43d638a66f8797df6504 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 11 Apr 2023 05:39:20 +0800 Subject: [PATCH 37/61] Update astroid from 2.1.0 to 2.15.2 --- Pipfile.lock | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index 6dfccbf5..21f5b8ac 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.2" }, "certifi": { "hashes": [ From 291b7b3a1c85145bccaf662f656932807c6f294b Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 11 Apr 2023 05:39:21 +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 21f5b8ac..80589a48 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -32,11 +32,8 @@ "version": "==2.15.2" }, "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 c019dad98e12a36077608403d5031b5e5fe194d6 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 11 Apr 2023 05:39:21 +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 80589a48..8b426a52 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 5e4018db7c8770ed30959581b282ef1de06a1b0d Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 11 Apr 2023 05:39:22 +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 8b426a52..89140cfb 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 860759dbb0accdfd1506deb59db2e2e5160bbb89 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 11 Apr 2023 05:39:22 +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 89140cfb..fe5ae533 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 9e119ea6161363feb72f90d6b710201716bffc37 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 11 Apr 2023 05:39:23 +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 fe5ae533..157acfb5 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 4cd5944eb65e8842fa2794d5e2dd21cae9dac208 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 11 Apr 2023 05:39:23 +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 157acfb5..102b73e4 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 da00c5465cc5d8b679b3bd2bc4f8ac7de55f50bb Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 11 Apr 2023 05:39:23 +0800 Subject: [PATCH 44/61] Update mypy from 0.650 to 1.2.0 --- Pipfile.lock | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index 102b73e4..18d47cf4 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.2.0" }, "mypy-lang": { "hashes": [ From 1fd9d8ef1b6f04ce5be5935fd78d848e8e730cb4 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 11 Apr 2023 05:39:24 +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 18d47cf4..65e1a65c 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 19b3f62109b0ca62a1ccc451acb6461f0886080e Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 11 Apr 2023 05:39:24 +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 65e1a65c..2f3b1cbc 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 a3ebcd6ef4d74908f61f45388bf64993dac80b55 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 11 Apr 2023 05:39:25 +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 2f3b1cbc..c56bef6c 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 609a257ff2f8fc91d12aaa73eb775f1d565d97d3 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 11 Apr 2023 05:39:25 +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 c56bef6c..2b6e3863 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 21538187f5d3cc510604470dd79a3733cc6bc397 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 11 Apr 2023 05:39:26 +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 2b6e3863..e7fe6eaa 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 9c094a0ec4baa526743e46d12e2c612a93ba0da7 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 11 Apr 2023 05:39:26 +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 e7fe6eaa..7f275439 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 98e97589a1f193cc1b34900975d799c47862f86b Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 11 Apr 2023 05:39:27 +0800 Subject: [PATCH 51/61] Update urllib3 from 1.24.1 to 1.26.15 --- Pipfile.lock | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index 7f275439..b4b59ddf 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.15" }, "wrapt": { "hashes": [ @@ -273,11 +270,8 @@ "version": "==1.1.0" }, "urllib3": { - "hashes": [ - "sha256:61bf29cada3fc2fbefad4fdf059ea4bd1b4a86d2b6d15e1c7c0b582b9752fe39", - "sha256:de9529817c93f27c8ccbfead6985011db27bd0ddfcdb2d86f3f663385c6a9c22" - ], - "version": "==1.24.1" + "hashes": [], + "version": "==1.26.15" } } } From 4da87d1b0d1c9f43acde7d7909b62ca9b8f9c6e1 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 11 Apr 2023 05:39:27 +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 b4b59ddf..d9d41e09 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -140,10 +140,8 @@ "version": "==1.26.15" }, "wrapt": { - "hashes": [ - "sha256:d4d560d479f2c21e1b5443bbd15fe7ec4b37fe7e53d335d3b9b0a7b1226fe3c6" - ], - "version": "==1.10.11" + "hashes": [], + "version": "==1.15.0" } }, "develop": { From 44e1a808347fd06e7ea26d2d1559ecbb5edf5cbe Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 11 Apr 2023 05:39:28 +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 d9d41e09..9d672fab 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 2d04c9faf00b5c5b6b69f28ab7b7f11637dce057 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 11 Apr 2023 05:39:28 +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 9d672fab..24d069c9 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 718963ceea5922e28dcc396aa9739b77fbfa95e6 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 11 Apr 2023 05:39:29 +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 24d069c9..ab328864 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 740d7d42a961d3e5bc7f4e328d1d802eec633469 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 11 Apr 2023 05:39:29 +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 ab328864..e79fb3ab 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 6ebeb0c436790c1820f46c71c3f59fd876aacc8c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 11 Apr 2023 05:39:29 +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 e79fb3ab..4be530d8 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 fc99e0711e88768c85cd32e882f1dc28ee3e7bb5 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 11 Apr 2023 05:39:30 +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 4be530d8..b936ad8e 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 5af03bf3822b9c18e76239d37c0c699dd7176867 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 11 Apr 2023 05:39:30 +0800 Subject: [PATCH 59/61] Update pygments from 2.3.1 to 2.15.0 --- Pipfile.lock | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index b936ad8e..85e24876 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.15.0" }, "pytz": { "hashes": [ From 380ef8a5548089a3379ea1e16357832f41850b22 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 11 Apr 2023 05:39:31 +0800 Subject: [PATCH 60/61] Update pytz from 2018.7 to 2023.3 --- Pipfile.lock | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index 85e24876..6ebf7e30 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -190,11 +190,8 @@ "version": "==2.15.0" }, "pytz": { - "hashes": [ - "sha256:8e0f8568c118d3077b46be7d654cc8167fa916092e28320cde048e54bfc9f1e6", - "sha256:31cb35c89bd7d333cd32c5f278fca91b523b0834369e757f4c5641ea252236ca" - ], - "version": "==2018.7" + "hashes": [], + "version": "==2023.3" }, "requests": { "hashes": [], From fb19bd7764532c0f0c1557c8bcd1e9b31ff78b4c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 11 Apr 2023 05:39:31 +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 6ebf7e30..27593841 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": [],