From c281cfbd0410c9139010d3554bdb70df13d40967 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 01:28:58 +0000 Subject: [PATCH 1/2] Bump urllib3 from 1.26.18 to 1.26.19 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.18 to 1.26.19. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/1.26.19/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.26.18...1.26.19) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index fea0be5afd..5fae278c57 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1699,13 +1699,13 @@ files = [ [[package]] name = "urllib3" -version = "1.26.18" +version = "1.26.19" description = "HTTP library with thread-safe connection pooling, file post, and more." optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*" +python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,>=2.7" files = [ - {file = "urllib3-1.26.18-py2.py3-none-any.whl", hash = "sha256:34b97092d7e0a3a8cf7cd10e386f401b3737364026c45e622aa02903dffe0f07"}, - {file = "urllib3-1.26.18.tar.gz", hash = "sha256:f8ecc1bba5667413457c529ab955bf8c67b45db799d159066261719e328580a0"}, + {file = "urllib3-1.26.19-py2.py3-none-any.whl", hash = "sha256:37a0344459b199fce0e80b0d3569837ec6b6937435c5244e7fd73fa6006830f3"}, + {file = "urllib3-1.26.19.tar.gz", hash = "sha256:3e3d753a8618b86d7de333b4223005f68720bcd6a7d2bcb9fbd2229ec7c1e429"}, ] [package.extras] @@ -1790,4 +1790,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "86980beaa82502da6107c66280fdf594af451fbf3323e8a215baa3745aae79bc" +content-hash = "89f164c2c722fc144eb5c45d3d94ae03dbf88e4ecf189a1f4f1f00d57b38a807" diff --git a/pyproject.toml b/pyproject.toml index 2eabfaeb89..109c1e627c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ django-js-asset = "2.0.0" hdn-research-environment = "2.3.8" django-oauth-toolkit = "^2.2.0" django-cors-headers = "^3.14.0" -urllib3 = "^1.26.18" +urllib3 = "^1.26.19" [tool.poetry.dev-dependencies] coverage = "^7.2.3" From 0dbf680ab2f2cddb30a9c0f47f59dd42bac09969 Mon Sep 17 00:00:00 2001 From: Tom Pollard Date: Mon, 17 Jun 2024 21:54:50 -0400 Subject: [PATCH 2/2] Bump urllib3 from 1.26.18 to 1.26.19 --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 5ab3b732a3..e14ba35265 100644 --- a/requirements.txt +++ b/requirements.txt @@ -651,9 +651,9 @@ tzdata==2022.7 ; python_version >= "3.9" and python_version < "4.0" and sys_plat uritemplate==3.0.1 ; python_version >= "3.9" and python_version < "4.0" \ --hash=sha256:07620c3f3f8eed1f12600845892b0e036a2420acf513c53f7de0abd911a5894f \ --hash=sha256:5af8ad10cec94f215e3f48112de2022e1d5a37ed427fbd88652fa908f2ab7cae -urllib3==1.26.18 ; python_version >= "3.9" and python_version < "4.0" \ - --hash=sha256:34b97092d7e0a3a8cf7cd10e386f401b3737364026c45e622aa02903dffe0f07 \ - --hash=sha256:f8ecc1bba5667413457c529ab955bf8c67b45db799d159066261719e328580a0 +urllib3==1.26.19 ; python_version >= "3.9" and python_version < "4.0" \ + --hash=sha256:37a0344459b199fce0e80b0d3569837ec6b6937435c5244e7fd73fa6006830f3 \ + --hash=sha256:3e3d753a8618b86d7de333b4223005f68720bcd6a7d2bcb9fbd2229ec7c1e429 uwsgi==2.0.22 ; python_version >= "3.9" and python_version < "4.0" \ --hash=sha256:4cc4727258671ac5fa17ab422155e9aaef8a2008ebb86e4404b66deaae965db2 webencodings==0.5.1 ; python_version >= "3.9" and python_version < "4.0" \