Skip to content

Commit

Permalink
Bump patch deps
Browse files Browse the repository at this point in the history
  • Loading branch information
whabanks committed Sep 10, 2024
1 parent 8dcaedd commit ebf1659
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 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.5
git+https://github.com/cds-snc/[email protected].2#egg=notifications-utils
git+https://github.com/cds-snc/[email protected].3#egg=notifications-utils
20 changes: 10 additions & 10 deletions poetry.lock

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

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "notifications-utils"
version = "52.3.2"
version = "52.3.3"
description = "Shared python code for Notification - Provides logging utils etc."
authors = ["Canadian Digital Service"]
license = "MIT license"
Expand Down Expand Up @@ -29,7 +29,7 @@ Jinja2 = "^3.0.0"
markupsafe = "2.1.5"
mistune = "0.8.4"
ordered-set = "4.1.0"
phonenumbers = "8.13.42"
phonenumbers = "8.13.44"
pre-commit = "^3.8.0"
py_w3c = "0.3.1"
pypdf2 = "1.28.6"
Expand All @@ -39,7 +39,7 @@ PyYAML = "6.0.1"
requests = "2.31.0"
smartypants = "2.0.1"
statsd = "3.3.0"
werkzeug = "3.0.3"
werkzeug = "3.0.4"

[tool.poetry.group.test.dependencies]
beautifulsoup4 = "^4.12.3"
Expand All @@ -56,7 +56,7 @@ ruff = "^0.6.0"
types-beautifulsoup4 = "^4.12.0.20240229"
types-bleach = "5.0.3.1"
types-cachetools = "5.5.0.20240820"
types-python-dateutil = "2.9.0.20240316"
types-python-dateutil = "2.9.0.20240821"
types-pytz = "2022.7.1.2"
types-PyYAML = "6.0.12.20240724"
types-redis = "4.6.0.20240726"
Expand Down

0 comments on commit ebf1659

Please sign in to comment.