Skip to content

Commit 1b5f021

Browse files
fix(deps): update dependency idna to v3 [security] (#2154)
* fix(deps): update dependency idna to v3 [security] * Bump waffles --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: wbanks <[email protected]>
1 parent 389729d commit 1b5f021

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
cp -f .env.example .env
9898
9999
- name: Checks for new endpoints against AWS WAF rules
100-
uses: cds-snc/notification-utils/.github/actions/[email protected].10
100+
uses: cds-snc/notification-utils/.github/actions/[email protected].11
101101
with:
102102
app-loc: '/github/workspace'
103103
app-libs: '/github/workspace/env/site-packages'

poetry.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ greenlet = "3.1.1"
4444

4545
gunicorn = "23.0.0"
4646
# Pinned dependencies
47-
idna = "2.10" # pinned to align with test moto dependency requirements (for <=2.9)
47+
idna = "3.7" # pinned to align with test moto dependency requirements (for <=2.9)
4848
iso8601 = "2.1.0"
4949
# REVIEW: v2 is using sha512 instead of sha1 by default (in v1)
5050
itsdangerous = "2.2.0"

0 commit comments

Comments
 (0)