diff --git a/Pipfile b/Pipfile index 9088c3f58..cba104a19 100644 --- a/Pipfile +++ b/Pipfile @@ -8,7 +8,7 @@ autopep8 = "==2.0.4" pylint = "==3.0.2" mypy = "==1.7.1" flake8 = "==6.1.0" -importlib-metadata = "==6.9.0" +importlib-metadata = "==6.11.0" toml = "==0.10.2" types-toml = "==0.10.8.7" diff --git a/Pipfile.lock b/Pipfile.lock index 604e36fd3..d290e7e83 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "0ff2396e7ac58a5ad111e7c6eb2b929bba8103c506c323f8d8c4d034b1efbdc5" + "sha256": "03cca3e7dd1cf02a380f9ed2be01cb27405f9c4fd7e51f6a6facf69e13a06973" }, "pipfile-spec": 6, "requires": { @@ -79,12 +79,12 @@ }, "importlib-metadata": { "hashes": [ - "sha256:1c8dc6839ddc9771412596926f24cb5a553bbd40624ee2c7e55e531542bed3b8", - "sha256:e8acb523c335a91822674e149b46c0399ec4d328c4d1f6e49c273da5ff0201b9" + "sha256:1231cf92d825c9e03cfc4da076a16de6422c863558229ea0b22b675657463443", + "sha256:f0afba6205ad8f8947c7d338b5342d5db2afbfd82f9cbef7879a9539cc12eb9b" ], "index": "pypi", "markers": "python_version >= '3.8'", - "version": "==6.9.0" + "version": "==6.11.0" }, "isort": { "hashes": [ @@ -183,7 +183,7 @@ "sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f" ], "index": "pypi", - "markers": "python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2'", + "markers": "python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'", "version": "==0.10.2" }, "tomlkit": {