diff --git a/Pipfile b/Pipfile index 3838ca67a7..99d637edc5 100644 --- a/Pipfile +++ b/Pipfile @@ -22,6 +22,6 @@ Pygments = "==2.16.1" requests = "==2.31.0" result = "==0.15.0" tenacity = "==8.2.3" -widlparser = "==1.1.3" +widlparser = "==1.1.4" setuptools = "*" kdl-py = "==1.1.6" diff --git a/Pipfile.lock b/Pipfile.lock index e4abeb6b34..ba260c550c 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "c727b2f09b4cdb0090edbd76337c055fe9a96485d1eb98798c8a972f9d96a75f" + "sha256": "a18c5de580d6da772a2a83634b4d590fa893af7c5050a825f5eb8827882fb805" }, "pipfile-spec": 6, "requires": {}, @@ -666,11 +666,11 @@ }, "typing-extensions": { "hashes": [ - "sha256:8f92fc8806f9a6b641eaa5318da32b44d401efaac0f6678c9bc448ba3605faa0", - "sha256:df8e4339e9cb77357558cbdbceca33c303714cf861d1eef15e1070055ae8b7ef" + "sha256:23478f88c37f27d76ac8aee6c905017a143b0b1b886c3c9f66bc2fd94f9f5783", + "sha256:af72aea155e91adfc61c3ae9e0e342dbc0cba726d6cba4b6c72c1f34e47291cd" ], "markers": "python_version >= '3.8'", - "version": "==4.8.0" + "version": "==4.9.0" }, "uri-template": { "hashes": [ @@ -697,11 +697,12 @@ }, "widlparser": { "hashes": [ - "sha256:80ddc4be7c2cc1747a6b19b87f6d9338fbc88c73ecf3922d88ea52347c3b9f04", - "sha256:d7491d6e3d5be3d6a2c57c684aa09f8b57419b4ea12c0d20f577b5a80b8d23f7" + "sha256:2343bed22c53287eb658c754874182df7d5d61180dbc8f4598c35d70864acf87", + "sha256:575b265b01fdeccf25086db483faf4ba8530626553b8b10dc81f0244b87b1a5f" ], "index": "pypi", - "version": "==1.1.3" + "markers": "python_version >= '3.7'", + "version": "==1.1.4" }, "yarl": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index 02482d85fe..62f0541754 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ alive-progress==3.1.5; python_version >= '3.7' and python_version < '4' async-timeout==4.0.3; python_full_version >= '3.7.0' attrs==22.1.0; python_version >= '3.5' certifi==2023.11.17; python_version >= '3.6' -charset-normalizer==3.3.2; python_full_version >= '3.7.0' +charset-normalizer==3.3.1; python_full_version >= '3.7.0' cssselect==1.2.0 frozenlist==1.4.0; python_version >= '3.8' grapheme==0.6.0 @@ -22,12 +22,12 @@ pillow==10.0.0 pygments==2.16.1 requests==2.31.0 result==0.15.0; python_version >= '3.8' -setuptools==69.0.2; python_version >= '3.8' +setuptools==68.2.2; python_version >= '3.8' six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' tenacity==8.2.3 -typing-extensions==4.8.0; python_version >= '3.8' +typing-extensions==4.9.0; python_version >= '3.8' uri-template==1.3.0; python_full_version >= '3.7.0' urllib3==2.0.7; python_full_version >= '3.7.0' webencodings==0.5.1 -widlparser==1.1.3 -yarl==1.9.4; python_version >= '3.7' +widlparser==1.1.4; python_version >= '3.7' +yarl==1.9.3; python_version >= '3.7'