From bc629fb1ddf58e4e5d2851ac4694a087b9220ffb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 2 Jul 2025 19:46:56 +0000 Subject: [PATCH 1/3] fix: requirements2.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-CERTIFI-5805047 - https://snyk.io/vuln/SNYK-PYTHON-CERTIFI-7430173 - https://snyk.io/vuln/SNYK-PYTHON-REQUESTS-10305723 - https://snyk.io/vuln/SNYK-PYTHON-REQUESTS-6928867 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-10390193 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-10390194 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-5926907 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-6002459 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-7267250 --- requirements2.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements2.txt b/requirements2.txt index 10373d3..1902416 100644 --- a/requirements2.txt +++ b/requirements2.txt @@ -1,5 +1,5 @@ -certifi==2023.5.7 +certifi==2024.7.4 lxml==4.9.3 -requests==2.31.0 +requests==2.32.4 types-requests==2.31.0.20240125 -urllib3==2.0.3 +urllib3==2.5.0 From ac4611bba49cbb153f560dce9a6246eff640d9dd Mon Sep 17 00:00:00 2001 From: Anthony Pinto Date: Mon, 6 Oct 2025 16:02:03 -0400 Subject: [PATCH 2/3] Update requirements2.txt From 2f5eea622c5c5b6ef100811c76824a681381a0d3 Mon Sep 17 00:00:00 2001 From: Anthony Pinto Date: Mon, 6 Oct 2025 16:50:24 -0400 Subject: [PATCH 3/3] Update pylint.yml --- .github/workflows/pylint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 10ad95b..af3fab8 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.11"] + python-version: ["3.13.4"] steps: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }}