We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e003287 + 8b3ff45 commit c9cb986Copy full SHA for c9cb986
.github/workflows/linters.yml
@@ -95,7 +95,7 @@ jobs:
95
run: |
96
pip install pip-audit
97
cd ${GITHUB_WORKSPACE}
98
- pip-audit --desc on --ignore-vuln PYSEC-2023-312 .
+ pip-audit --desc on --ignore-vuln PYSEC-2023-312 --ignore-vuln CVE-2026-4539 .
99
100
precommit:
101
name: 'Pre-Commit'
pyproject.toml
@@ -64,7 +64,7 @@ dependencies = [
64
"redis~=7.1.0",
65
"hiredis~=3.3.0",
66
"requests-oauthlib~=2.0.0",
67
- "requests~=2.32.5",
+ "requests~=2.33.0",
68
# We depend on internal attributes of RQ.
69
# Do NOT add loose requirements on RQ versions.
70
# Audit the code changes w.r.t. background_jobs.py before updating.
0 commit comments