From ac27c41394bd3c5cd18c8ab0887a64e91c6657b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 09:11:19 +0000 Subject: [PATCH 1/2] chore(deps): bump idna from 3.6 to 3.7 Bumps [idna](https://github.com/kjd/idna) from 3.6 to 3.7. - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](https://github.com/kjd/idna/compare/v3.6...v3.7) --- updated-dependencies: - dependency-name: idna dependency-type: indirect ... Signed-off-by: dependabot[bot] --- poetry.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index 685faaf2..242c3c4f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -625,13 +625,13 @@ lxml = ["lxml"] [[package]] name = "idna" -version = "3.6" +version = "3.7" description = "Internationalized Domain Names in Applications (IDNA)" optional = false python-versions = ">=3.5" files = [ - {file = "idna-3.6-py3-none-any.whl", hash = "sha256:c05567e9c24a6b9faaa835c4821bad0590fbb9d5779e7caa6e1cc4978e7eb24f"}, - {file = "idna-3.6.tar.gz", hash = "sha256:9ecdbbd083b06798ae1e86adcbfe8ab1479cf864e4ee30fe4e46a003d12491ca"}, + {file = "idna-3.7-py3-none-any.whl", hash = "sha256:82fee1fc78add43492d3a1898bfa6d8a904cc97d8427f683ed8e798d07761aa0"}, + {file = "idna-3.7.tar.gz", hash = "sha256:028ff3aadf0609c1fd278d8ea3089299412a7a8b9bd005dd08b9f8285bcb5cfc"}, ] [[package]] From 59146ea71beba47eaf7f5964f7af9aaa1f5c4fbe Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 09:11:37 +0000 Subject: [PATCH 2/2] docs(changeset): add changeset fragment for chore(deps): bump idna from 3.6 to 3.7 --- .changeset/dangerous-yellow-angelfish.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/dangerous-yellow-angelfish.md diff --git a/.changeset/dangerous-yellow-angelfish.md b/.changeset/dangerous-yellow-angelfish.md new file mode 100644 index 00000000..5bc885f9 --- /dev/null +++ b/.changeset/dangerous-yellow-angelfish.md @@ -0,0 +1,5 @@ +--- +'arcane-scripts': patch +--- + +chore(deps): bump idna from 3.6 to 3.7