diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index b9563979b5..e56121ce08 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -95,7 +95,7 @@ jobs: run: | pip install pip-audit cd ${GITHUB_WORKSPACE} - pip-audit --desc on --ignore-vuln PYSEC-2023-312 . + pip-audit --desc on --ignore-vuln PYSEC-2023-312 --ignore-vuln CVE-2026-4539 . precommit: name: 'Pre-Commit' diff --git a/pyproject.toml b/pyproject.toml index 164856de9c..6fc138f386 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ dependencies = [ "redis~=7.1.0", "hiredis~=3.3.0", "requests-oauthlib~=2.0.0", - "requests~=2.32.5", + "requests~=2.33.0", # We depend on internal attributes of RQ. # Do NOT add loose requirements on RQ versions. # Audit the code changes w.r.t. background_jobs.py before updating.