Skip to content

Commit

Permalink
Addressed safety issues up to 2024-07-21
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <[email protected]>
  • Loading branch information
andy-maier committed Jul 21, 2024
1 parent feea649 commit ee6ab65
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .safety-policy-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ security:
ignore-vulnerabilities:
51457:
reason: Py package is no longer being fixed (latest version 1.11.0)
68477:
reason: Fixed virtualenv version 20.21.0 requires Python>=3.7 and is used there
70790:
reason: Fixed tqdm version 4.66.3 requires Python>=3.7 and is used there
71636:
reason: Fixed authlib version 1.3.1 requires Python>=3.8 and is used there

# Continue with exit code 0 when vulnerabilities are found.
continue-on-vulnerability-error: False
2 changes: 2 additions & 0 deletions .safety-policy-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ security:
reason: Disputed issue in Jinja2 version 3.1.3 - No known fix
71064:
reason: Fixed requests version 2.32.2 requires Python>=3.8 and is used there
71591:
reason: Fixed Jinja2 version 3.1.4 requires Python>=3.7 and is used there

# Continue with exit code 0 when vulnerabilities are found.
continue-on-vulnerability-error: False
4 changes: 2 additions & 2 deletions minimum-constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ safety-schemas==0.0.2
dparse==0.6.4b0
ruamel.yaml==0.17.21
click==8.0.2
Authlib==1.2.0
Authlib==1.3.1
marshmallow==3.15.0
pydantic==1.10.13
typer==0.12.0
Expand Down Expand Up @@ -120,7 +120,7 @@ smmap==3.0.1
snowballstemmer==2.0.0
toml==0.10.0 # used by pylint and pytest since some version
tomli==1.1.0
tqdm==4.28.1
tqdm==4.66.3
typing==3.6.1
webencodings==0.5.1
rich==12.0.0 # used by twine 4.0

0 comments on commit ee6ab65

Please sign in to comment.