Merge pull request #38288 from sokumon/make-ci-green-again
This commit is contained in:
commit
c9cb986b5b
2 changed files with 2 additions and 2 deletions
2
.github/workflows/linters.yml
vendored
2
.github/workflows/linters.yml
vendored
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue