From 925c8b04c5af3548f8776130d667acde3fee0d54 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 15 Aug 2022 21:50:05 +0000 Subject: [PATCH 01/60] Update sphinx from 1.8.3 to 5.1.1 --- requirements-docs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-docs.txt b/requirements-docs.txt index 3e056179..5267d668 100644 --- a/requirements-docs.txt +++ b/requirements-docs.txt @@ -1,2 +1,2 @@ -sphinx==1.8.3 +sphinx==5.1.1 ghp-import==0.5.5 From 730474b2c3f3b20045e2327cf92938203497c5b7 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 15 Aug 2022 21:50:05 +0000 Subject: [PATCH 02/60] Update sphinx from 1.8.3 to 5.1.1 --- Pipfile | 23 +++++++++-------------- 1 file changed, 9 insertions(+), 14 deletions(-) diff --git a/Pipfile b/Pipfile index afe98580..06cbac71 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 = "==5.1.1" [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 6fc727d7b7fb8060eb29dcc476c64cb39fd6ab76 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 15 Aug 2022 21:50:06 +0000 Subject: [PATCH 03/60] Update sphinx from 1.8.3 to 5.1.1 --- Pipfile.lock | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index e762f301..2b82e4d8 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": "==5.1.1" }, "sphinxcontrib-websupport": { "hashes": [ From 807ff597ae07eb085f8306cc6eccabf58ed28f75 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 15 Aug 2022 21:50:06 +0000 Subject: [PATCH 04/60] 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 5267d668..8349eb67 100644 --- a/requirements-docs.txt +++ b/requirements-docs.txt @@ -1,2 +1,2 @@ sphinx==5.1.1 -ghp-import==0.5.5 +ghp-import==2.1.0 From 7dda9e027b77e78256cf70b97a273002fdb410e2 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 15 Aug 2022 21:50:06 +0000 Subject: [PATCH 05/60] 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 06cbac71..1bef03e9 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 = "==5.1.1" [packages] From 04111447742fc1e72d052abb5a0df1dfd09be8c2 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 15 Aug 2022 21:50:07 +0000 Subject: [PATCH 06/60] 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 2b82e4d8..d920142b 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 043b570588dce5768d58d97f2bb3a63a650383be Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 15 Aug 2022 21:50:07 +0000 Subject: [PATCH 07/60] Update cython from 0.29.2 to 0.29.32 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9af58277..be2395e4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ # pip # wheel -cython==0.29.2 +cython==0.29.32 # key components for improving Python project # we will install them on "Testing" section From 5d35457d89b48f21f6dc70423e73d6e2f8fadfef Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 15 Aug 2022 21:50:07 +0000 Subject: [PATCH 08/60] Update cython from 0.29.2 to 0.29.32 --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 1bef03e9..a6d5af07 100644 --- a/Pipfile +++ b/Pipfile @@ -10,7 +10,7 @@ sphinx = "==5.1.1" [packages] coverage = "==4.5.2" coveralls = "==1.5.1" -cython = "==0.29.2" +cython = "==0.29.32" mypy-lang = "==0.5.0" pydocstyle = "==3.0.0" pylint = "==2.2.2" From fed04e855ac0564d2b0e2f33d70c1d2f07b12dde Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 15 Aug 2022 21:50:08 +0000 Subject: [PATCH 09/60] Update cython from 0.29.2 to 0.29.32 --- Pipfile.lock | 33 ++------------------------------- 1 file changed, 2 insertions(+), 31 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index d920142b..2b2eb6b0 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.32" }, "docopt": { "hashes": [ From d1a95cdf84f2face2f3744f0842ad236ecb2deb8 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 15 Aug 2022 21:50:08 +0000 Subject: [PATCH 10/60] Update pydocstyle from 3.0.0 to 6.1.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index be2395e4..75237f58 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ cython==0.29.32 # 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.1.1 pylint==2.2.2 # flake8==3.4.1 mypy-lang==0.5.0 From aa3908cf14474ad7e99a7904d212bc61ccb71f36 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 15 Aug 2022 21:50:09 +0000 Subject: [PATCH 11/60] Update pydocstyle from 3.0.0 to 6.1.1 --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index a6d5af07..8154f94e 100644 --- a/Pipfile +++ b/Pipfile @@ -12,7 +12,7 @@ coverage = "==4.5.2" coveralls = "==1.5.1" cython = "==0.29.32" mypy-lang = "==0.5.0" -pydocstyle = "==3.0.0" +pydocstyle = "==6.1.1" pylint = "==2.2.2" pytest = "==4.0.2" pytest-cov = "==2.6.0" From 8da8c1ee41f921f201481f7fee5bc9b1281ec089 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 15 Aug 2022 21:50:09 +0000 Subject: [PATCH 12/60] Update pydocstyle from 3.0.0 to 6.1.1 --- Pipfile.lock | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index 2b2eb6b0..5d30fa44 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.1.1" }, "pylint": { "hashes": [ From 68238d182154e4189d2f4b34e9fdebda361baec5 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 15 Aug 2022 21:50:09 +0000 Subject: [PATCH 13/60] Update pylint from 2.2.2 to 2.14.5 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 75237f58..6919a3c4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ cython==0.29.32 # we will install them on "Testing" section # but let's lock version here and use bot to trigger each version update pydocstyle==6.1.1 -pylint==2.2.2 +pylint==2.14.5 # flake8==3.4.1 mypy-lang==0.5.0 coverage==4.5.2 From 4085650f91c1734ddbf12520710d43b42e02144d Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 15 Aug 2022 21:50:10 +0000 Subject: [PATCH 14/60] Update pylint from 2.2.2 to 2.14.5 --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 8154f94e..22978686 100644 --- a/Pipfile +++ b/Pipfile @@ -13,7 +13,7 @@ coveralls = "==1.5.1" cython = "==0.29.32" mypy-lang = "==0.5.0" pydocstyle = "==6.1.1" -pylint = "==2.2.2" +pylint = "==2.14.5" pytest = "==4.0.2" pytest-cov = "==2.6.0" pytest-mypy = "==0.3.2" From fa9d55ca7dfbf9283c2be354a099f6f5da79ae78 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 15 Aug 2022 21:50:10 +0000 Subject: [PATCH 15/60] Update pylint from 2.2.2 to 2.14.5 --- Pipfile.lock | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index 5d30fa44..26617a68 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -206,11 +206,8 @@ "version": "==6.1.1" }, "pylint": { - "hashes": [ - "sha256:771467c434d0d9f081741fec1d64dfb011ed26e65e12a28fe06ca2f61c4d556c", - "sha256:689de29ae747642ab230c6d37be2b969bf75663176658851f456619aacf27492" - ], - "version": "==2.2.2" + "hashes": [], + "version": "==2.14.5" }, "pytest": { "hashes": [ From 3671cecf987d0093809be45b043d02016c5a03fa Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 15 Aug 2022 21:50:10 +0000 Subject: [PATCH 16/60] Update coverage from 4.5.2 to 6.4.3 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6919a3c4..3e43e60a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ pydocstyle==6.1.1 pylint==2.14.5 # flake8==3.4.1 mypy-lang==0.5.0 -coverage==4.5.2 +coverage==6.4.3 # Testing pytest==4.0.2 From cfac8c8e5e2d6015d5824f0a0c29eb879bcce6d8 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 15 Aug 2022 21:50:11 +0000 Subject: [PATCH 17/60] Update coverage from 4.5.2 to 6.4.3 --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 22978686..622ac53a 100644 --- a/Pipfile +++ b/Pipfile @@ -8,7 +8,7 @@ ghp-import = "==2.1.0" sphinx = "==5.1.1" [packages] -coverage = "==4.5.2" +coverage = "==6.4.3" coveralls = "==1.5.1" cython = "==0.29.32" mypy-lang = "==0.5.0" From 51bdc3c781f8791ba943eae4a19ef935837587eb Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 15 Aug 2022 21:50:11 +0000 Subject: [PATCH 18/60] Update coverage from 4.5.2 to 6.4.3 --- Pipfile.lock | 46 ++-------------------------------------------- 1 file changed, 2 insertions(+), 44 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index 26617a68..a4d986e1 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": "==6.4.3" }, "coveralls": { "hashes": [ From 6b809021d13a59ef0a41842881200f6c5ed3aa02 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 15 Aug 2022 21:50:12 +0000 Subject: [PATCH 19/60] Update pytest from 4.0.2 to 7.1.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3e43e60a..fef7fb13 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ mypy-lang==0.5.0 coverage==6.4.3 # Testing -pytest==4.0.2 +pytest==7.1.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 0a68d50691f2b83bd4dbf0fa69f2f97819822ff3 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 15 Aug 2022 21:50:12 +0000 Subject: [PATCH 20/60] Update pytest from 4.0.2 to 7.1.2 --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 622ac53a..1cee6d77 100644 --- a/Pipfile +++ b/Pipfile @@ -14,7 +14,7 @@ cython = "==0.29.32" mypy-lang = "==0.5.0" pydocstyle = "==6.1.1" pylint = "==2.14.5" -pytest = "==4.0.2" +pytest = "==7.1.2" pytest-cov = "==2.6.0" pytest-mypy = "==0.3.2" pytest-pylint = "==0.13.0" From b4403da37c11852698df1733f9199886301d7f0a Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 15 Aug 2022 21:50:12 +0000 Subject: [PATCH 21/60] Update pytest from 4.0.2 to 7.1.2 --- Pipfile.lock | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index a4d986e1..06da3321 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -168,11 +168,8 @@ "version": "==2.14.5" }, "pytest": { - "hashes": [ - "sha256:f812ea39a0153566be53d88f8de94839db1e8a05352ed8a49525d7d7f37861e9", - "sha256:f689bf2fc18c4585403348dd56f47d87780bf217c53ed9ae7a3e2d7faa45f8e9" - ], - "version": "==4.0.2" + "hashes": [], + "version": "==7.1.2" }, "pytest-cov": { "hashes": [ From 279987558d5598e8b2e0acc80247dd279ea158e7 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 15 Aug 2022 21:50:13 +0000 Subject: [PATCH 22/60] Update pytest-pylint from 0.13.0 to 0.18.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fef7fb13..8f698e0d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ coverage==6.4.3 # Testing pytest==7.1.2 # pytest-flake8==0.8.1 # pytest plugin of flake8 -pytest-pylint==0.13.0 # pytest plugin of pylint +pytest-pylint==0.18.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 13683e7545eac485c7bb3968eb0ebba5ff635cd8 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 15 Aug 2022 21:50:13 +0000 Subject: [PATCH 23/60] Update pytest-pylint from 0.13.0 to 0.18.0 --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 1cee6d77..e2ad36dc 100644 --- a/Pipfile +++ b/Pipfile @@ -17,5 +17,5 @@ pylint = "==2.14.5" pytest = "==7.1.2" pytest-cov = "==2.6.0" pytest-mypy = "==0.3.2" -pytest-pylint = "==0.13.0" +pytest-pylint = "==0.18.0" pytest-runner = "==4.2" From 47c4dc8434fc0773473a96e8bd8dcb0bb49fd3e4 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 15 Aug 2022 21:50:13 +0000 Subject: [PATCH 24/60] Update pytest-pylint from 0.13.0 to 0.18.0 --- Pipfile.lock | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index 06da3321..f7a60b3c 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.18.0" }, "pytest-runner": { "hashes": [ From 54db3225c6441403fe7490f96567bdc5d2e3d4a9 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 15 Aug 2022 21:50:14 +0000 Subject: [PATCH 25/60] Update pytest-mypy from 0.3.2 to 0.9.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8f698e0d..7eb874ce 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ coverage==6.4.3 pytest==7.1.2 # pytest-flake8==0.8.1 # pytest plugin of flake8 pytest-pylint==0.18.0 # pytest plugin of pylint -pytest-mypy==0.3.2 # pytest plugin of mypy +pytest-mypy==0.9.1 # pytest plugin of mypy pytest-cov==2.6.0 # testing coverage pytest-runner==4.2 # add setup.py test support for pytest From 54597ec8a0c21723c7913b89ca92f262d92a210f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 15 Aug 2022 21:50:14 +0000 Subject: [PATCH 26/60] Update pytest-mypy from 0.3.2 to 0.9.1 --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index e2ad36dc..6d3ac474 100644 --- a/Pipfile +++ b/Pipfile @@ -16,6 +16,6 @@ pydocstyle = "==6.1.1" pylint = "==2.14.5" pytest = "==7.1.2" pytest-cov = "==2.6.0" -pytest-mypy = "==0.3.2" +pytest-mypy = "==0.9.1" pytest-pylint = "==0.18.0" pytest-runner = "==4.2" From d25d66b7cc0e102acb68df6af6733c29a7d105f2 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 15 Aug 2022 21:50:14 +0000 Subject: [PATCH 27/60] Update pytest-mypy from 0.3.2 to 0.9.1 --- Pipfile.lock | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index f7a60b3c..add6ccfd 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.9.1" }, "pytest-pylint": { "hashes": [], From c359c06b2f47d014a8f0fc58fec3cb9e88a8c20f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 15 Aug 2022 21:50:15 +0000 Subject: [PATCH 28/60] Update pytest-cov from 2.6.0 to 3.0.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7eb874ce..86d77d64 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ pytest==7.1.2 # pytest-flake8==0.8.1 # pytest plugin of flake8 pytest-pylint==0.18.0 # pytest plugin of pylint pytest-mypy==0.9.1 # pytest plugin of mypy -pytest-cov==2.6.0 # testing coverage +pytest-cov==3.0.0 # testing coverage pytest-runner==4.2 # add setup.py test support for pytest coveralls==1.5.1 From 3158e8a2866b3479c5be9cad20dddabd83e18ceb Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 15 Aug 2022 21:50:15 +0000 Subject: [PATCH 29/60] Update pytest-cov from 2.6.0 to 3.0.0 --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 6d3ac474..b528d6b0 100644 --- a/Pipfile +++ b/Pipfile @@ -15,7 +15,7 @@ mypy-lang = "==0.5.0" pydocstyle = "==6.1.1" pylint = "==2.14.5" pytest = "==7.1.2" -pytest-cov = "==2.6.0" +pytest-cov = "==3.0.0" pytest-mypy = "==0.9.1" pytest-pylint = "==0.18.0" pytest-runner = "==4.2" From 7ac462497c62e74c73ad0806899d8a89079f7909 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 15 Aug 2022 21:50:15 +0000 Subject: [PATCH 30/60] Update pytest-cov from 2.6.0 to 3.0.0 --- Pipfile.lock | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index add6ccfd..7941400c 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -172,11 +172,8 @@ "version": "==7.1.2" }, "pytest-cov": { - "hashes": [ - "sha256:513c425e931a0344944f84ea47f3956be0e416d95acbd897a44970c8d926d5d7", - "sha256:e360f048b7dae3f2f2a9a4d067b2dd6b6a015d384d1577c994a43f3f7cbad762" - ], - "version": "==2.6.0" + "hashes": [], + "version": "==3.0.0" }, "pytest-mypy": { "hashes": [], From 2513fc843e1d106105e6b497db057d538389f65a Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 15 Aug 2022 21:50:16 +0000 Subject: [PATCH 31/60] 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 86d77d64..2deffe04 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,6 +18,6 @@ pytest==7.1.2 pytest-pylint==0.18.0 # pytest plugin of pylint pytest-mypy==0.9.1 # pytest plugin of mypy pytest-cov==3.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 208020ff22550dfbf1a660abc73410e0957c60d5 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 15 Aug 2022 21:50:16 +0000 Subject: [PATCH 32/60] 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 b528d6b0..06420c4d 100644 --- a/Pipfile +++ b/Pipfile @@ -18,4 +18,4 @@ pytest = "==7.1.2" pytest-cov = "==3.0.0" pytest-mypy = "==0.9.1" pytest-pylint = "==0.18.0" -pytest-runner = "==4.2" +pytest-runner = "==6.0.0" From f18e81425c071d6fae9cd6fcc56a51e47dadb312 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 15 Aug 2022 21:50:17 +0000 Subject: [PATCH 33/60] 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 7941400c..aa02a771 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -184,11 +184,8 @@ "version": "==0.18.0" }, "pytest-runner": { - "hashes": [ - "sha256:d987fec1e31287592ffe1cb823a8c613c533db4c6aaca0ee1191dbc91e2fcc61", - "sha256:d23f117be39919f00dd91bffeb4f15e031ec797501b717a245e377aee0f577be" - ], - "version": "==4.2" + "hashes": [], + "version": "==6.0.0" }, "requests": { "hashes": [ From 593f7058cf09875f2f11f2df2a238d8ae913fa88 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 15 Aug 2022 21:50:17 +0000 Subject: [PATCH 34/60] 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 2deffe04..1bab6770 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,4 +20,4 @@ pytest-mypy==0.9.1 # pytest plugin of mypy pytest-cov==3.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 9ec8badfb62e0bd20e3822bf19e25da09e8dd50c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 15 Aug 2022 21:50:17 +0000 Subject: [PATCH 35/60] 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 06420c4d..0a37c39d 100644 --- a/Pipfile +++ b/Pipfile @@ -9,7 +9,7 @@ sphinx = "==5.1.1" [packages] coverage = "==6.4.3" -coveralls = "==1.5.1" +coveralls = "==3.3.1" cython = "==0.29.32" mypy-lang = "==0.5.0" pydocstyle = "==6.1.1" From bab33f253b0115ebd474e4e4e470eca0e2b5c157 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 15 Aug 2022 21:50:18 +0000 Subject: [PATCH 36/60] 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 aa02a771..453b05c8 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -53,11 +53,8 @@ "version": "==6.4.3" }, "coveralls": { - "hashes": [ - "sha256:b2388747e2529fa4c669fb1e3e2756e4e07b6ee56c7d9fce05f35ccccc913aa0", - "sha256:ab638e88d38916a6cedbf80a9cd8992d5fa55c77ab755e262e00b36792b7cd6d" - ], - "version": "==1.5.1" + "hashes": [], + "version": "==3.3.1" }, "cython": { "hashes": [], From 65cf59edb317b98a7d6e05100805d7899bd26c95 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 15 Aug 2022 21:50:18 +0000 Subject: [PATCH 37/60] Update astroid from 2.1.0 to 2.12.2 --- Pipfile.lock | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index 453b05c8..d2b43671 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.12.2" }, "certifi": { "hashes": [ From 1fedc0fa8db41bd49ff8480c43aca9645f3aac81 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 15 Aug 2022 21:50:19 +0000 Subject: [PATCH 38/60] Update certifi from 2018.11.29 to 2022.6.15 --- Pipfile.lock | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index d2b43671..cb3d5710 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -32,11 +32,8 @@ "version": "==2.12.2" }, "certifi": { - "hashes": [ - "sha256:993f830721089fef441cdfeb4b2c8c9df86f0c63239f06bd025a76a7daddb033", - "sha256:47f9c83ef4c0c621eaef743f133f09fa8a74a9b75f037e8624f83bd1b6626cb7" - ], - "version": "==2018.11.29" + "hashes": [], + "version": "==2022.6.15" }, "chardet": { "hashes": [ @@ -258,11 +255,8 @@ "version": "==2.6.0" }, "certifi": { - "hashes": [ - "sha256:993f830721089fef441cdfeb4b2c8c9df86f0c63239f06bd025a76a7daddb033", - "sha256:47f9c83ef4c0c621eaef743f133f09fa8a74a9b75f037e8624f83bd1b6626cb7" - ], - "version": "==2018.11.29" + "hashes": [], + "version": "==2022.6.15" }, "chardet": { "hashes": [ From 3f275dca031009da724573fe7844ec3a88eca427 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 15 Aug 2022 21:50:19 +0000 Subject: [PATCH 39/60] Update chardet from 3.0.4 to 5.0.0 --- Pipfile.lock | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index cb3d5710..6feeebb3 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -36,11 +36,8 @@ "version": "==2022.6.15" }, "chardet": { - "hashes": [ - "sha256:fc323ffcaeaed0e0a02bf4d117757b98aed530d9ed4531e3e15460124c106691", - "sha256:84ab92ed1c4d4f16916e05906b6b75a6c0fb5db821cc65e70cbd64a3e2a5eaae" - ], - "version": "==3.0.4" + "hashes": [], + "version": "==5.0.0" }, "coverage": { "hashes": [], @@ -259,11 +256,8 @@ "version": "==2022.6.15" }, "chardet": { - "hashes": [ - "sha256:fc323ffcaeaed0e0a02bf4d117757b98aed530d9ed4531e3e15460124c106691", - "sha256:84ab92ed1c4d4f16916e05906b6b75a6c0fb5db821cc65e70cbd64a3e2a5eaae" - ], - "version": "==3.0.4" + "hashes": [], + "version": "==5.0.0" }, "docutils": { "hashes": [ From 25fc9246198374147f8d9ce6ec10803b87fb8fae Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 15 Aug 2022 21:50:20 +0000 Subject: [PATCH 40/60] Update idna from 2.8 to 3.3 --- Pipfile.lock | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index 6feeebb3..6082e594 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.3" }, "isort": { "hashes": [ @@ -272,11 +269,8 @@ "version": "==2.1.0" }, "idna": { - "hashes": [ - "sha256:ea8b7f6188e6fa117537c3df7da9fc686d485087abf6ac197f9c46432f7e4a3c", - "sha256:c357b3f628cf53ae2c4c05627ecc484553142ca23264e593d327bcde5e9c3407" - ], - "version": "==2.8" + "hashes": [], + "version": "==3.3" }, "imagesize": { "hashes": [ From e9c29cd3bba7f2ec6c08fb4dc1751976dca2a1fc Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 15 Aug 2022 21:50:20 +0000 Subject: [PATCH 41/60] Update isort from 4.3.4 to 5.10.1 --- Pipfile.lock | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index 6082e594..69c4b298 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -62,12 +62,8 @@ "version": "==3.3" }, "isort": { - "hashes": [ - "sha256:ec9ef8f4a9bc6f71eec99e1806bfa2de401650d996c59330782b89a5555c1497", - "sha256:1153601da39a25b14ddc54955dbbacbb6b2d19135386699e2ad58517953b34af", - "sha256:b9c40e9750f3d77e6e4d441d8b0266cf555e7cdabdcff33c4fd06366ca761ef8" - ], - "version": "==4.3.4" + "hashes": [], + "version": "==5.10.1" }, "lazy-object-proxy": { "hashes": [ From dee67f454ad77932e2138d48cedfc39528f5833b Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 15 Aug 2022 21:50:21 +0000 Subject: [PATCH 42/60] Update lazy-object-proxy from 1.3.1 to 1.7.1 --- Pipfile.lock | 34 ++-------------------------------- 1 file changed, 2 insertions(+), 32 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index 69c4b298..896b4ebc 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -66,38 +66,8 @@ "version": "==5.10.1" }, "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.7.1" }, "mccabe": { "hashes": [ From 4d458284f28cc5a8f6ea7b2e94f8903675f9e28f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 15 Aug 2022 21:50:21 +0000 Subject: [PATCH 43/60] 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 896b4ebc..02d74bfe 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -70,11 +70,8 @@ "version": "==1.7.1" }, "mccabe": { - "hashes": [ - "sha256:ab8a6258860da4b6677da4bd2fe5dc2c659cff31b3ee4f7f5d64e79735b80d42", - "sha256:dd8d182285a0fe56bace7f45b5e7d1a6ebcbf524e8f3bd87eb0f125271b8831f" - ], - "version": "==0.6.1" + "hashes": [], + "version": "==0.7.0" }, "mypy": { "hashes": [ From 40a926d95a76025cb1b287ea76b523f92ce5e82b Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 15 Aug 2022 21:50:21 +0000 Subject: [PATCH 44/60] Update mypy from 0.650 to 0.971 --- Pipfile.lock | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index 02d74bfe..65bf4495 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": "==0.971" }, "mypy-lang": { "hashes": [ From 6129dc2419c8b352559ed43870a477271fb0b34d Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 15 Aug 2022 21:50:22 +0000 Subject: [PATCH 45/60] Update psutil from 5.4.8 to 5.9.1 --- Pipfile.lock | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index 65bf4495..02f50f4e 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.1" }, "py": { "hashes": [ From 603b0aaec7c0d73889fa426e4af4041693b01d93 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 15 Aug 2022 21:50:22 +0000 Subject: [PATCH 46/60] 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 02f50f4e..0b3d2f25 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -88,11 +88,8 @@ "version": "==5.9.1" }, "py": { - "hashes": [ - "sha256:e76826342cefe3c3d5f7e8ee4316b80d1dd8a300781612ddbc765c17ba25a6c6", - "sha256:bf92637198836372b520efcba9e020c330123be8ce527e535d185ed4b6f45694" - ], - "version": "==1.7.0" + "hashes": [], + "version": "==1.11.0" }, "pydocstyle": { "hashes": [], From a294d52ee7bffe171a1f872f30d2b51da9880a34 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 15 Aug 2022 21:50:23 +0000 Subject: [PATCH 47/60] Update requests from 2.21.0 to 2.28.1 --- Pipfile.lock | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index 0b3d2f25..35d28fbb 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.1" }, "six": { "hashes": [ @@ -281,11 +278,8 @@ "version": "==2018.7" }, "requests": { - "hashes": [ - "sha256:7bf2a778576d825600030a110f3c0e3e8edc51dfaafe1c146e39a2027784957b", - "sha256:502a824f31acdacb3a35b6690b5fbf0bc41d63a24a45c4004352b0242707598e" - ], - "version": "==2.21.0" + "hashes": [], + "version": "==2.28.1" }, "six": { "hashes": [ From 827b2d5b6b0f64a183bd37d48563ee4383d65e06 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 15 Aug 2022 21:50:23 +0000 Subject: [PATCH 48/60] 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 35d28fbb..1263edb7 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -124,11 +124,8 @@ "version": "==2.28.1" }, "six": { - "hashes": [ - "sha256:3350809f0555b11f552448330d0b52d5f24c91a322ea4a15ef22629740f3761c", - "sha256:d16a0141ec1a18405cd4ce8b4613101da75da0e9a7aec5bdd4fa804d0e0eba73" - ], - "version": "==1.12.0" + "hashes": [], + "version": "==1.16.0" }, "snowballstemmer": { "hashes": [ @@ -282,11 +279,8 @@ "version": "==2.28.1" }, "six": { - "hashes": [ - "sha256:3350809f0555b11f552448330d0b52d5f24c91a322ea4a15ef22629740f3761c", - "sha256:d16a0141ec1a18405cd4ce8b4613101da75da0e9a7aec5bdd4fa804d0e0eba73" - ], - "version": "==1.12.0" + "hashes": [], + "version": "==1.16.0" }, "snowballstemmer": { "hashes": [ From be3b342b297859cce3e6ed15ffe1bed7e64db89a Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 15 Aug 2022 21:50:24 +0000 Subject: [PATCH 49/60] 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 1263edb7..b1c02598 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 566ad093d347c7f16366eb52301dd066d532a243 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 15 Aug 2022 21:50:24 +0000 Subject: [PATCH 50/60] 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 b1c02598..f68ec5b6 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 4d0d618e37cd00aedb2dda63b175ee7f81a81c98 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 15 Aug 2022 21:50:25 +0000 Subject: [PATCH 51/60] Update urllib3 from 1.24.1 to 1.26.11 --- Pipfile.lock | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index f68ec5b6..d65a1d88 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.11" }, "wrapt": { "hashes": [ @@ -273,11 +270,8 @@ "version": "==1.1.0" }, "urllib3": { - "hashes": [ - "sha256:61bf29cada3fc2fbefad4fdf059ea4bd1b4a86d2b6d15e1c7c0b582b9752fe39", - "sha256:de9529817c93f27c8ccbfead6985011db27bd0ddfcdb2d86f3f663385c6a9c22" - ], - "version": "==1.24.1" + "hashes": [], + "version": "==1.26.11" } } } From 2c097e698dab5efff4adc118c60cfd8a670d1452 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 15 Aug 2022 21:50:25 +0000 Subject: [PATCH 52/60] Update wrapt from 1.10.11 to 1.14.1 --- Pipfile.lock | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index d65a1d88..6545ef69 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -140,10 +140,8 @@ "version": "==1.26.11" }, "wrapt": { - "hashes": [ - "sha256:d4d560d479f2c21e1b5443bbd15fe7ec4b37fe7e53d335d3b9b0a7b1226fe3c6" - ], - "version": "==1.10.11" + "hashes": [], + "version": "==1.14.1" } }, "develop": { From f452e0f2cbdb89829707c12ad52ac1a9e2c34543 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 15 Aug 2022 21:50:26 +0000 Subject: [PATCH 53/60] Update babel from 2.6.0 to 2.10.3 --- Pipfile.lock | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index 6545ef69..fb0df591 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -153,11 +153,8 @@ "version": "==0.7.12" }, "babel": { - "hashes": [ - "sha256:6778d85147d5d85345c14a26aada5e478ab04e39b078b0745ee6870c2b5cf669", - "sha256:8cba50f48c529ca3fa18cf81fa9403be176d374ac4d60738b839122dfaaa3d23" - ], - "version": "==2.6.0" + "hashes": [], + "version": "==2.10.3" }, "certifi": { "hashes": [], From 7a8d740cd5034614fc3e22c62129ef8ad5ee62d7 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 15 Aug 2022 21:50:26 +0000 Subject: [PATCH 54/60] 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 fb0df591..10cb1ea3 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -165,12 +165,8 @@ "version": "==5.0.0" }, "docutils": { - "hashes": [ - "sha256:7a4bd47eaf6596e1295ecb11361139febe29b084a87bf005bf899f9a42edc3c6", - "sha256:02aec4bd92ab067f6ff27a38a38a41173bf01bed8f89157768c1573f53e474a6", - "sha256:51e64ef2ebfb29cae1faa133b3710143496eca21c530f3f71424d77687764274" - ], - "version": "==0.14" + "hashes": [], + "version": "==0.19" }, "ghp-import": { "hashes": [], From 93c18df8c80a42ed5a766dc7dc9c851f1b84efa3 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 15 Aug 2022 21:50:26 +0000 Subject: [PATCH 55/60] 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 10cb1ea3..86f2be09 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -177,11 +177,8 @@ "version": "==3.3" }, "imagesize": { - "hashes": [ - "sha256:3f349de3eb99145973fefb7dbe38554414e5c30abd0c8e4b970a7c9d09f3a1d8", - "sha256:f3832918bc3c66617f92e35f5d70729187676313caa60c187eb0f28b8fe5e3b5" - ], - "version": "==1.1.0" + "hashes": [], + "version": "==1.4.1" }, "jinja2": { "hashes": [ From 1a00a43bb5519f23300a2f4e1474d11525320a34 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 15 Aug 2022 21:50:27 +0000 Subject: [PATCH 56/60] 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 86f2be09..d2b81f61 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -181,11 +181,8 @@ "version": "==1.4.1" }, "jinja2": { - "hashes": [ - "sha256:74c935a1b8bb9a3947c50a54766a969d4846290e1e788ea44c1392163723c3bd", - "sha256:f84be1bb0040caca4cea721fcbbbbd61f9be9464ca236387158b0feea01914a4" - ], - "version": "==2.10" + "hashes": [], + "version": "==3.1.2" }, "markupsafe": { "hashes": [ From b949acf73638fc81dacab4d67f7e45eea597f69a Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 15 Aug 2022 21:50:27 +0000 Subject: [PATCH 57/60] Update markupsafe from 1.1.0 to 2.1.1 --- Pipfile.lock | 33 ++------------------------------- 1 file changed, 2 insertions(+), 31 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index d2b81f61..e7f69d34 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -185,37 +185,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.1" }, "pygments": { "hashes": [ From 9adc07ce5b4b362fb20e064f030afadd4bc8fd8e Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 15 Aug 2022 21:50:27 +0000 Subject: [PATCH 58/60] Update pygments from 2.3.1 to 2.13.0 --- Pipfile.lock | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index e7f69d34..74811aaf 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -189,11 +189,8 @@ "version": "==2.1.1" }, "pygments": { - "hashes": [ - "sha256:e8218dd399a61674745138520d0d4cf2621d7e032439341bc3f647bff125818d", - "sha256:5ffada19f6203563680669ee7f53b64dabbeb100eb51b61996085e99c03b284a" - ], - "version": "==2.3.1" + "hashes": [], + "version": "==2.13.0" }, "pytz": { "hashes": [ From 27db69b220c7c5663340c6d632c7e05dbaacb4d2 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 15 Aug 2022 21:50:28 +0000 Subject: [PATCH 59/60] Update pytz from 2018.7 to 2022.2.1 --- Pipfile.lock | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index 74811aaf..13bcad83 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -193,11 +193,8 @@ "version": "==2.13.0" }, "pytz": { - "hashes": [ - "sha256:8e0f8568c118d3077b46be7d654cc8167fa916092e28320cde048e54bfc9f1e6", - "sha256:31cb35c89bd7d333cd32c5f278fca91b523b0834369e757f4c5641ea252236ca" - ], - "version": "==2018.7" + "hashes": [], + "version": "==2022.2.1" }, "requests": { "hashes": [], From 74247ea480c1e5d33ec1d6f6768cf2d01818e007 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 15 Aug 2022 21:50:28 +0000 Subject: [PATCH 60/60] 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 13bcad83..27b4c010 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -213,11 +213,8 @@ "version": "==5.1.1" }, "sphinxcontrib-websupport": { - "hashes": [ - "sha256:68ca7ff70785cbe1e7bccc71a48b5b6d965d79ca50629606c7861a21b206d9dd", - "sha256:9de47f375baf1ea07cdb3436ff39d7a9c76042c10a769c52353ec46e4e8fc3b9" - ], - "version": "==1.1.0" + "hashes": [], + "version": "==1.2.4" }, "urllib3": { "hashes": [],