Skip to content

Commit 7308cd8

Browse files
chore(deps): bump urllib3 from 2.4.0 to 2.6.0 (#1136)
* chore(deps): bump urllib3 from 2.4.0 to 2.6.0 Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.4.0 to 2.6.0. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.4.0...2.6.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * update all projects --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Flora Thiebaut <flora.thiebaut@sdsc.ethz.ch>
1 parent 4ab8659 commit 7308cd8

File tree

10 files changed

+42
-42
lines changed

10 files changed

+42
-42
lines changed

poetry.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

projects/k8s_watcher/poetry.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

projects/k8s_watcher/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ kubernetes = "^31.0.0"
5959
python-ulid = "^3.0.0"
6060
python-gitlab = "^5.6.0"
6161
psycopg = { version = "^3.2.3", extras = ["binary"] }
62-
urllib3 = "^2.3.0"
62+
urllib3 = "^2.6.0"
6363
deepmerge = "^2.0"
6464
authlib = "^1.5.0"
6565
dataclasses-avroschema = "^0.65.8"

projects/renku_data_service/poetry.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

projects/renku_data_service/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ kubernetes = "^31.0.0"
5959
python-ulid = "^3.0.0"
6060
python-gitlab = "^5.6.0"
6161
psycopg = { version = "^3.2.3", extras = ["binary"] }
62-
urllib3 = "^2.3.0"
62+
urllib3 = "^2.6.0"
6363
deepmerge = "^2.0"
6464
authlib = "^1.5.0"
6565
undictify = "^0.11.3"

projects/renku_data_tasks/poetry.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

projects/renku_data_tasks/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ kubernetes = "^31.0.0"
5959
python-ulid = "^3.0.0"
6060
python-gitlab = "^5.6.0"
6161
psycopg = { version = "^3.2.3", extras = ["binary"] }
62-
urllib3 = "^2.3.0"
62+
urllib3 = "^2.6.0"
6363
deepmerge = "^2.0"
6464
authlib = "^1.5.0"
6565
undictify = "^0.11.3"

projects/secrets_storage/poetry.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

projects/secrets_storage/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ kubernetes-asyncio = "^32.0.0"
6060
python-ulid = "^3.0.0"
6161
python-gitlab = "^5.6.0"
6262
psycopg = { version = "^3.2.3", extras = ["binary"] }
63-
urllib3 = "^2.3.0"
63+
urllib3 = "^2.6.0"
6464
deepmerge = "^2.0"
6565
authlib = "^1.5.0"
6666
undictify = "^0.11.3"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ kubernetes = "^31.0.0"
6060
python-ulid = "^3.0.0"
6161
python-gitlab = "^5.6.0"
6262
psycopg = { version = "^3.2.3", extras = ["binary"] }
63-
urllib3 = "^2.3.0"
63+
urllib3 = "^2.6.0"
6464
deepmerge = "^2.0"
6565
authlib = "^1.5.0"
6666
undictify = "^0.11.3"

0 commit comments

Comments
 (0)