Skip to content

Commit

Permalink
fix(deps): update dependency pyyaml to v5.4 [security] (#229)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
renovate[bot] and whabanks authored Sep 12, 2023
1 parent 2fd0d33 commit f63ebcc
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/actions/waffles/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
docopt==0.6.2
Flask==2.3.3
markupsafe==2.1.3
git+https://github.com/cds-snc/[email protected].8#egg=notifications-utils
git+https://github.com/cds-snc/[email protected].9#egg=notifications-utils
69 changes: 53 additions & 16 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ include = '(notifications_utils|tests)/.*\.pyi?$'

[tool.poetry]
name = "notifications-utils"
version = "52.0.8"
version = "52.0.9"
description = "Shared python code for Notification - Provides logging utils etc."
authors = ["Canadian Digital Service"]
license = "MIT license"
Expand All @@ -29,7 +29,7 @@ markupsafe = "2.1.3"
Jinja2 = "^3.0.0"
statsd = "3.3.0"
Flask-Redis = "0.4.0"
PyYAML = "5.3.1"
PyYAML = "6.0.1"
phonenumbers = "8.13.19"
pytz = "2021.3"
smartypants = "2.0.1"
Expand Down

0 comments on commit f63ebcc

Please sign in to comment.