Skip to content

Commit f63ebcc

Browse files
fix(deps): update dependency pyyaml to v5.4 [security] (#229)
* fix(deps): update dependency pyyaml to v5.4 [security] * Skipping 5.4 and instead bumping to 6.0.1 - 6.0.1 introduces a solution to build issues on the 5.x branch caused by Cython 3.0 release that has blocked us from bumping this dep --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: wbanks <william.banks@cds-snc.ca>
1 parent 2fd0d33 commit f63ebcc

3 files changed

Lines changed: 56 additions & 19 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
docopt==0.6.2
22
Flask==2.3.3
33
markupsafe==2.1.3
4-
git+https://github.com/cds-snc/notifier-utils.git@52.0.8#egg=notifications-utils
4+
git+https://github.com/cds-snc/notifier-utils.git@52.0.9#egg=notifications-utils

poetry.lock

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ include = '(notifications_utils|tests)/.*\.pyi?$'
55

66
[tool.poetry]
77
name = "notifications-utils"
8-
version = "52.0.8"
8+
version = "52.0.9"
99
description = "Shared python code for Notification - Provides logging utils etc."
1010
authors = ["Canadian Digital Service"]
1111
license = "MIT license"
@@ -29,7 +29,7 @@ markupsafe = "2.1.3"
2929
Jinja2 = "^3.0.0"
3030
statsd = "3.3.0"
3131
Flask-Redis = "0.4.0"
32-
PyYAML = "5.3.1"
32+
PyYAML = "6.0.1"
3333
phonenumbers = "8.13.19"
3434
pytz = "2021.3"
3535
smartypants = "2.0.1"

0 commit comments

Comments
 (0)