From 5ebe852b3c1bf63cf7c47b1bb933119624136895 Mon Sep 17 00:00:00 2001
From: James McKinney <26463+jpmckinney@users.noreply.github.com>
Date: Tue, 3 Oct 2023 14:54:18 -0400
Subject: [PATCH] build: Upgrade vulnerable dependencies

---
 .github/workflows/lint.yml  | 2 +-
 .github/workflows/shell.yml | 2 +-
 common-requirements.txt     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 9a312dfb..10f3b094 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -7,7 +7,7 @@ jobs:
     if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
     runs-on: ubuntu-latest
     steps:
-      - uses: actions/checkout@v3
+      - uses: actions/checkout@v4
       - uses: actions/setup-python@v4
         with:
           python-version: '3.10'
diff --git a/.github/workflows/shell.yml b/.github/workflows/shell.yml
index 18217655..ad37d155 100644
--- a/.github/workflows/shell.yml
+++ b/.github/workflows/shell.yml
@@ -5,7 +5,7 @@ jobs:
     if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
     runs-on: ubuntu-latest
     steps:
-      - uses: actions/checkout@v3
+      - uses: actions/checkout@v4
       - name: Install shellcheck
         run: |
           sudo apt update
diff --git a/common-requirements.txt b/common-requirements.txt
index 7780d73b..93ce0b6c 100644
--- a/common-requirements.txt
+++ b/common-requirements.txt
@@ -186,7 +186,7 @@ uc-micro-py==1.0.1
     # via linkify-it-py
 url-normalize==1.4.3
     # via requests-cache
-urllib3[socks]==1.26.5
+urllib3[socks]==1.26.17
     # via
     #   elastic-transport
     #   requests