Skip to content

Commit

Permalink
Addressed safety issues up to 2024-06-24
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <[email protected]>
  • Loading branch information
andy-maier committed Jun 24, 2024
1 parent 228115d commit 46353c4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .safety-policy-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ security:
# reason: Fixed stomp-py version 8.1.1 requires Python>=3.7 and is used there
# 67894:
# reason: Fixed stomp-py version 8.1.1 requires Python>=3.7 and is used there
71064:
reason: Fixed requests version 2.32.2 requires Python>=3.8 and is used there

# Continue with exit code 0 when vulnerabilities are found.
continue-on-vulnerability-error: False
2 changes: 1 addition & 1 deletion docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Released: not yet

**Bug fixes:**

* Addressed safety issues up to 2024-06-16.
* Addressed safety issues up to 2024-06-24.

* Test: Circumvented a pip-check-reqs issue by excluding its version 2.5.0.s

Expand Down
3 changes: 2 additions & 1 deletion minimum-constraints-install.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ idna==3.7
immutable-views==0.6.0
MarkupSafe==2.0.0
pytz==2019.1
requests==2.31.0
requests==2.31.0; python_version <= '3.7'
requests==2.32.2; python_version >= '3.8'
six==1.16.0
stomp.py==8.1.1
typing-extensions==4.7.1
Expand Down

0 comments on commit 46353c4

Please sign in to comment.