Merge pull request #38288 from sokumon/make-ci-green-again

This commit is contained in:
Soham Kulkarni 2026-03-30 11:31:46 +05:30 committed by GitHub
commit c9cb986b5b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -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'

View file

@ -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.