From 9216ddad00ebeb236dc689678ecf7c75a1744ee7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 21:16:14 +0000 Subject: [PATCH] Bump myst-parser from 3.0.0 to 3.0.1 Bumps [myst-parser](https://github.com/executablebooks/MyST-Parser) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/executablebooks/MyST-Parser/releases) - [Changelog](https://github.com/executablebooks/MyST-Parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/executablebooks/MyST-Parser/compare/v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: myst-parser dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Pipfile.lock | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index 1fc3c84..c5170f2 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -597,7 +597,7 @@ "sha256:30962b96c0c223483ed6cc7280e7f0199feb01a0e40cfae4d4450fc6fab1f570", "sha256:b78938b926ee8d5f020fc4772d487045805a55ddbad2ecf21c6d60938dc7fcd2" ], - "markers": "python_version >= '3.8'", + "markers": "python_version < '3.10'", "version": "==7.1.0" }, "jaraco.classes": { @@ -910,12 +910,12 @@ }, "myst-parser": { "hashes": [ - "sha256:0b4ae0b33a45800a748260cb40348c37089a8a456c35120609240bd1b32f9255", - "sha256:8ee926557b8e4c2940a1e62c5720e1667cfaf8480b94b1b9c77dc38e31d104aa" + "sha256:6457aaa33a5d474aca678b8ead9b3dc298e89c68e67012e73146ea6fd54babf1", + "sha256:88f0cb406cb363b077d176b51c476f62d60604d68a8dcdf4832e080441301a87" ], "index": "pypi", "markers": "python_version >= '3.8'", - "version": "==3.0.0" + "version": "==3.0.1" }, "networkx": { "hashes": [ @@ -1535,6 +1535,7 @@ "sha256:413f75440be4cacf328f580b4274ada4565fb2187d696a84970c23f77b64d8c3", "sha256:a4a7db75ed37531c05002d56ed6948d4c42f473a36f46e1382b0bd76ca9627bc" ], + "index": "pypi", "markers": "python_version >= '3.9'", "version": "==7.3.7" }, @@ -1656,7 +1657,7 @@ "sha256:34b97092d7e0a3a8cf7cd10e386f401b3737364026c45e622aa02903dffe0f07", "sha256:f8ecc1bba5667413457c529ab955bf8c67b45db799d159066261719e328580a0" ], - "markers": "python_version < '3.10'", + "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'", "version": "==1.26.18" }, "uvicorn": {