Skip to content

Commit c9cb986

Browse files
authored
Merge pull request frappe#38288 from sokumon/make-ci-green-again
2 parents e003287 + 8b3ff45 commit c9cb986

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/linters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
run: |
9696
pip install pip-audit
9797
cd ${GITHUB_WORKSPACE}
98-
pip-audit --desc on --ignore-vuln PYSEC-2023-312 .
98+
pip-audit --desc on --ignore-vuln PYSEC-2023-312 --ignore-vuln CVE-2026-4539 .
9999
100100
precommit:
101101
name: 'Pre-Commit'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ dependencies = [
6464
"redis~=7.1.0",
6565
"hiredis~=3.3.0",
6666
"requests-oauthlib~=2.0.0",
67-
"requests~=2.32.5",
67+
"requests~=2.33.0",
6868
# We depend on internal attributes of RQ.
6969
# Do NOT add loose requirements on RQ versions.
7070
# Audit the code changes w.r.t. background_jobs.py before updating.

0 commit comments

Comments
 (0)