Skip to content

Commit b931c0d

Browse files
authored
[Vanta] Remediate vuln (#38)
1 parent 85d013d commit b931c0d

File tree

4 files changed

+814
-279
lines changed

4 files changed

+814
-279
lines changed

.github/workflows/precommits.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
types: [opened, synchronize, reopened]
66

77
env:
8-
POETRY_VERSION: "1.8.3"
8+
POETRY_VERSION: "2.0.1"
99

1010
jobs:
1111
python-pre-commit:
@@ -37,6 +37,7 @@ jobs:
3737
run: |
3838
poetry env use $pythonLocation/bin/python
3939
poetry install -n
40+
echo "$(poetry env info --path)/bin" >> $GITHUB_PATH
4041
4142
- name: Run unit tests
4243
run: |

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## 1.1.3
5+
- Updated dependencies to fix security vulnerabilities
6+
47
## 1.1.2
58
- Fixed stealth support for Firefox (@mikebgrep #35)
69

0 commit comments

Comments
 (0)