Skip to content

Commit

Permalink
fix(deps): update all patch dependencies (#298)
Browse files Browse the repository at this point in the history
* fix(deps): update all patch dependencies

* Bump waffles & utils version

---------

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 Aug 12, 2024
1 parent be08ae2 commit fc481a1
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 68 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].7#egg=notifications-utils
git+https://github.com/cds-snc/[email protected].8#egg=notifications-utils
120 changes: 60 additions & 60 deletions poetry.lock

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

14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "notifications-utils"
version = "52.2.7"
version = "52.2.8"
description = "Shared python code for Notification - Provides logging utils etc."
authors = ["Canadian Digital Service"]
license = "MIT license"
Expand All @@ -14,9 +14,9 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry.dependencies]
python = "~3.10.9"
# required by both api and admin
awscli = "1.33.5"
awscli = "1.33.35"
bleach = "6.1.0"
boto3 = "1.34.100"
boto3 = "1.34.153"
cachetools = "4.2.4"

# Pinned dependencies
Expand All @@ -29,7 +29,7 @@ Jinja2 = "^3.0.0"
markupsafe = "2.1.5"
mistune = "0.8.4"
ordered-set = "4.1.0"
phonenumbers = "8.13.36"
phonenumbers = "8.13.42"
pre-commit = "^3.7.1"
py_w3c = "0.3.1"
pypdf2 = "1.28.6"
Expand Down Expand Up @@ -58,9 +58,9 @@ types-bleach = "5.0.3.1"
types-cachetools = "5.3.0.7"
types-python-dateutil = "2.9.0.20240316"
types-pytz = "2022.7.1.2"
types-PyYAML = "6.0.12.20240311"
types-redis = "4.6.0.20240425"
types-requests = "2.32.0.20240602"
types-PyYAML = "6.0.12.20240724"
types-redis = "4.6.0.20240726"
types-requests = "2.32.0.20240712"

[tool.ruff]
target-version = "py310"
Expand Down

0 comments on commit fc481a1

Please sign in to comment.