diff --git a/poetry.lock b/poetry.lock index b62481a..7425f5c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -312,14 +312,14 @@ test = ["pytest (>=6)"] [[package]] name = "idna" -version = "3.13" +version = "3.15" description = "Internationalized Domain Names in Applications (IDNA)" optional = false python-versions = ">=3.8" groups = ["main"] files = [ - {file = "idna-3.13-py3-none-any.whl", hash = "sha256:892ea0cde124a99ce773decba204c5552b69c3c67ffd5f232eb7696135bc8bb3"}, - {file = "idna-3.13.tar.gz", hash = "sha256:585ea8fe5d69b9181ec1afba340451fba6ba764af97026f92a91d4eef164a242"}, + {file = "idna-3.15-py3-none-any.whl", hash = "sha256:048adeaf8c2d788c40fee287673ccaa74c24ffd8dcf09ffa555a2fbb59f10ac8"}, + {file = "idna-3.15.tar.gz", hash = "sha256:ca962446ea538f7092a95e057da437618e886f4d349216d2b1e294abfdb65fdc"}, ] [package.extras] @@ -438,14 +438,14 @@ testing = ["process-tests", "pytest-xdist", "virtualenv"] [[package]] name = "requests" -version = "2.33.1" +version = "2.34.2" description = "Python HTTP for Humans." optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "requests-2.33.1-py3-none-any.whl", hash = "sha256:4e6d1ef462f3626a1f0a0a9c42dd93c63bad33f9f1c1937509b8c5c8718ab56a"}, - {file = "requests-2.33.1.tar.gz", hash = "sha256:18817f8c57c6263968bc123d237e3b8b08ac046f5456bd1e307ee8f4250d3517"}, + {file = "requests-2.34.2-py3-none-any.whl", hash = "sha256:2a0d60c172f83ac6ab31e4554906c0f3b3588d37b5cb939b1c061f4907e278e0"}, + {file = "requests-2.34.2.tar.gz", hash = "sha256:f288924cae4e29463698d6d60bc6a4da69c89185ad1e0bcc4104f584e960b9ed"}, ] [package.dependencies] @@ -587,4 +587,4 @@ zstd = ["backports-zstd (>=1.0.0) ; python_version < \"3.14\""] [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "f2904629a43c062e1b04c8ab44f4bcb94288a4fe70a8c762fa7a6c0283fe24a3" +content-hash = "f5d1e5fd48750d8b13f7c4fe94b6896d69096bb85d2138df740f64e406d90ed3" diff --git a/pyproject.toml b/pyproject.toml index ee335eb..546b046 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,9 +11,9 @@ packages = [{include = "badgesort"}] python = "^3.10" certifi = "2026.4.22" chardet = "7.4.3" -idna = "3.13" +idna = "3.15" poetry-core = "2.4.0" -requests = "2.33.1" +requests = "2.34.2" simpleicons = "7.21.0" urllib3 = "2.7.0" scour = "^0.38.2"