Skip to content

Commit

Permalink
Fixed safety issues from 2023-08-27
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <[email protected]>
  • Loading branch information
andy-maier committed Aug 27, 2023
1 parent 51fd642 commit 99cec55
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .safety-policy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ security:
reason: Fixed requests version 2.31.0 requires Python>=3.7 and is used there
58910:
reason: Fixed pygments version 2.15.0 requires Python>=3.7 and is used there
59956:
reason: Fixed certifi version 2023.07.22 requires Python>=3.6 and is used there

# Continue with exit code 0 when vulnerabilities are found.
continue-on-vulnerability-error: False
2 changes: 2 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ Released: not yet
* Fixed issue with PyYAML 5.4 installation on Python>=3.10 that fails since
the recent release of Cython 3.

* Fixed safety issues from 2023-08-27.

**Enhancements:**

* Added a '--version' option for showing the versions of the exporter and
Expand Down
2 changes: 1 addition & 1 deletion minimum-constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ attrs==18.2.0; python_version <= '3.9'
attrs==19.2.0; python_version >= '3.10'
# certifi 2022.12.07 fixes safety issue 52365
certifi==2019.9.11; python_version <= '3.5'
certifi==2022.12.07; python_version >= '3.6'
certifi==2023.07.22; python_version >= '3.6'
charset-normalizer==2.0.4
decorator==4.0.11
docopt==0.6.2
Expand Down

0 comments on commit 99cec55

Please sign in to comment.