From f96ddc9585de8d4c7bef3bc06410d2e67a1504aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 15:50:30 +0000 Subject: [PATCH] Bump urllib3 from 2.5.0 to 2.7.0 Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.5.0 to 2.7.0. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.5.0...2.7.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- poetry.lock | 32 ++++++++++++++++---------------- pyproject.toml | 2 +- 2 files changed, 17 insertions(+), 17 deletions(-) mode change 100755 => 100644 pyproject.toml diff --git a/poetry.lock b/poetry.lock index d84be821..4cb6f444 100644 --- a/poetry.lock +++ b/poetry.lock @@ -216,7 +216,7 @@ description = "Asynchronous Python ODM for MongoDB" optional = true python-versions = "<4.0,>=3.9" groups = ["main"] -markers = "extra == \"beanie\" or extra == \"all\"" +markers = "extra == \"all\" or extra == \"beanie\"" files = [ {file = "beanie-2.0.0-py3-none-any.whl", hash = "sha256:0d5c0e0de09f2a316c74d17bbba1ceb68ebcbfd3046ae5be69038b2023682372"}, {file = "beanie-2.0.0.tar.gz", hash = "sha256:07982e42618cea01722f62d2b4028514a508a2c2c2c71ff85f07f6009112ffb3"}, @@ -468,7 +468,7 @@ files = [ {file = "click-8.4.1-py3-none-any.whl", hash = "sha256:482be17c6991b8c19c5429a1e995d9b0efdbb63172824c41f99965dc0ade8ec2"}, {file = "click-8.4.1.tar.gz", hash = "sha256:918b5633eddf6b41c32d4f454bf0de810065c74e3f7dbf8ee5452f8be88d3e96"}, ] -markers = {main = "extra == \"beanie\" or extra == \"all\""} +markers = {main = "extra == \"all\" or extra == \"beanie\""} [package.dependencies] colorama = {version = "*", markers = "platform_system == \"Windows\""} @@ -484,7 +484,7 @@ files = [ {file = "colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6"}, {file = "colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"}, ] -markers = {main = "(extra == \"beanie\" or extra == \"all\") and platform_system == \"Windows\""} +markers = {main = "(extra == \"all\" or extra == \"beanie\") and platform_system == \"Windows\""} [[package]] name = "colorlog" @@ -661,7 +661,7 @@ files = [ {file = "dnspython-2.8.0-py3-none-any.whl", hash = "sha256:01d9bbc4a2d76bf0db7c1f729812ded6d912bd318d3b1cf81d30c0f845dbf3af"}, {file = "dnspython-2.8.0.tar.gz", hash = "sha256:181d3c6996452cb1189c4046c61599b84a5a86e099562ffde77d26984ff26d0f"}, ] -markers = {main = "extra == \"mongoengine\" or extra == \"all\" or extra == \"beanie\""} +markers = {main = "extra == \"all\" or extra == \"beanie\" or extra == \"mongoengine\""} [package.extras] dev = ["black (>=25.1.0)", "coverage (>=7.0)", "flake8 (>=7)", "hypercorn (>=0.17.0)", "mypy (>=1.17)", "pylint (>=3)", "pytest (>=8.4)", "pytest-cov (>=6.2.0)", "quart-trio (>=0.12.0)", "sphinx (>=8.2.0)", "sphinx-rtd-theme (>=3.0.0)", "twine (>=6.1.0)", "wheel (>=0.45.0)"] @@ -913,7 +913,7 @@ files = [ {file = "greenlet-3.5.1-cp315-cp315t-win_arm64.whl", hash = "sha256:5028648bf2253ec4745add746129d3904121fa7fe871a76bed23c5720573ce0a"}, {file = "greenlet-3.5.1.tar.gz", hash = "sha256:5a56aeb7d5d9cc4b3a735efb5095bd4b4f6f0e4f93e5ca876d0e2315137b7829"}, ] -markers = {main = "(extra == \"sqlalchemy\" or extra == \"all\") and (platform_machine == \"aarch64\" or platform_machine == \"ppc64le\" or platform_machine == \"x86_64\" or platform_machine == \"amd64\" or platform_machine == \"AMD64\" or platform_machine == \"win32\" or platform_machine == \"WIN32\")"} +markers = {main = "(extra == \"all\" or extra == \"sqlalchemy\") and (platform_machine == \"aarch64\" or platform_machine == \"ppc64le\" or platform_machine == \"x86_64\" or platform_machine == \"amd64\" or platform_machine == \"AMD64\" or platform_machine == \"win32\" or platform_machine == \"WIN32\")"} [package.extras] docs = ["Sphinx", "furo"] @@ -1128,7 +1128,7 @@ description = "" optional = true python-versions = "<4.0,>=3.8" groups = ["main"] -markers = "extra == \"beanie\" or extra == \"all\"" +markers = "extra == \"all\" or extra == \"beanie\"" files = [ {file = "lazy-model-0.3.0.tar.gz", hash = "sha256:e425a189897dc926cc79af196a7cb385d1fd3ac7a7bccb4436fc93661f63b811"}, {file = "lazy_model-0.3.0-py3-none-any.whl", hash = "sha256:67c112cad3fbc1816d32c070bf3b3ac1f48aefeb4e46e9eb70e12acc92c6859d"}, @@ -1516,7 +1516,7 @@ description = "MongoEngine is a Python Object-Document Mapper for working with M optional = true python-versions = ">=3.7" groups = ["main"] -markers = "extra == \"mongoengine\" or extra == \"all\"" +markers = "extra == \"all\" or extra == \"mongoengine\"" files = [ {file = "mongoengine-0.29.3-py3-none-any.whl", hash = "sha256:2d5a216cf2368867d43e5321b13044ecc3e72c3f19ace21b1c5e7403951ca685"}, {file = "mongoengine-0.29.3.tar.gz", hash = "sha256:4267702aea433012845cb12b6334bff86a0a3084b5d141c1e4553ea20374a9b4"}, @@ -2011,7 +2011,7 @@ description = "PyMongo - the Official MongoDB Python driver" optional = true python-versions = ">=3.9" groups = ["main"] -markers = "extra == \"mongoengine\" or extra == \"all\" or extra == \"beanie\"" +markers = "extra == \"all\" or extra == \"beanie\" or extra == \"mongoengine\"" files = [ {file = "pymongo-4.17.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:47b021363cd923ace5edc7a1d63c0ff8a6d9d43859b8a1ba23645f5afae63221"}, {file = "pymongo-4.17.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:422fa50d7d7f5c22ea0953554396c9ef95684a2d775f860bd75a7b510538dfca"}, @@ -2551,7 +2551,7 @@ files = [ {file = "sqlalchemy-2.0.50-py3-none-any.whl", hash = "sha256:92064363517a3ff8212b5a93b8c62876579d8dfd1ca5b561335f30152d884fa9"}, {file = "sqlalchemy-2.0.50.tar.gz", hash = "sha256:af5607d11ef90fd6a5c0549fe0045dce1663d427426bcfb506dcb5346a85a3b9"}, ] -markers = {main = "extra == \"sqlalchemy\" or extra == \"all\""} +markers = {main = "extra == \"all\" or extra == \"sqlalchemy\""} [package.dependencies] greenlet = {version = ">=1", markers = "platform_machine == \"aarch64\" or platform_machine == \"ppc64le\" or platform_machine == \"x86_64\" or platform_machine == \"amd64\" or platform_machine == \"AMD64\" or platform_machine == \"win32\" or platform_machine == \"WIN32\""} @@ -2874,21 +2874,21 @@ files = [ [[package]] name = "urllib3" -version = "2.5.0" +version = "2.7.0" description = "HTTP library with thread-safe connection pooling, file post, and more." optional = false -python-versions = ">=3.9" +python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "urllib3-2.5.0-py3-none-any.whl", hash = "sha256:e6b01673c0fa6a13e374b50871808eb3bf7046c4b125b216f6bf1cc604cff0dc"}, - {file = "urllib3-2.5.0.tar.gz", hash = "sha256:3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760"}, + {file = "urllib3-2.7.0-py3-none-any.whl", hash = "sha256:9fb4c81ebbb1ce9531cce37674bbc6f1360472bc18ca9a553ede278ef7276897"}, + {file = "urllib3-2.7.0.tar.gz", hash = "sha256:231e0ec3b63ceb14667c67be60f2f2c40a518cb38b03af60abc813da26505f4c"}, ] [package.extras] -brotli = ["brotli (>=1.0.9) ; platform_python_implementation == \"CPython\"", "brotlicffi (>=0.8.0) ; platform_python_implementation != \"CPython\""] +brotli = ["brotli (>=1.2.0) ; platform_python_implementation == \"CPython\"", "brotlicffi (>=1.2.0.0) ; platform_python_implementation != \"CPython\""] h2 = ["h2 (>=4,<5)"] socks = ["pysocks (>=1.5.6,!=1.5.7,<2.0)"] -zstd = ["zstandard (>=0.18.0)"] +zstd = ["backports-zstd (>=1.0.0) ; python_version < \"3.14\""] [[package]] name = "uvicorn" @@ -3013,4 +3013,4 @@ sqlalchemy = ["SQLAlchemy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4.0" -content-hash = "6613b8b4e9d06ef2fabf9fdedd492ea7484d48fe6115595dee0fc192c16843b3" +content-hash = "2289e09398ecd0deff133795bd655342d6938b5505015dbc3a206371e8d68f46" diff --git a/pyproject.toml b/pyproject.toml old mode 100755 new mode 100644 index 46995734..e4c3e0ee --- a/pyproject.toml +++ b/pyproject.toml @@ -139,7 +139,7 @@ tomli = "^2.0.1" types-click = "^7.1.8" types-setuptools = "^70.1.0.20240627" typing-extensions = "^4.12.2" -urllib3 = "<=2.5.0" +urllib3 = "<=2.7.0" uvicorn = "^0.30.1" [tool.poetry.extras]