Skip to content

Commit

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

* Bump utils and waffles versions

* Fix merge issue that unbumped waffles and 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 May 15, 2024
1 parent c2857e1 commit fc02dac
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 63 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
110 changes: 55 additions & 55 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
Expand Up @@ -5,15 +5,15 @@ include = '(notifications_utils|tests)/.*\.pyi?$'

[tool.poetry]
name = "notifications-utils"
version = "52.2.2"
version = "52.2.3"
description = "Shared python code for Notification - Provides logging utils etc."
authors = ["Canadian Digital Service"]
license = "MIT license"
readme = "README.md"
packages = []

[build-system]
requires = ["poetry>=1.3.2"]
requires = ["poetry-core>=1.3.2"]
build-backend = "poetry.core.masonry.api"

[tool.poetry.dependencies]
Expand All @@ -30,19 +30,19 @@ Jinja2 = "^3.0.0"
statsd = "3.3.0"
Flask-Redis = "0.4.0"
PyYAML = "6.0.1"
phonenumbers = "8.13.35"
phonenumbers = "8.13.36"
pytz = "2021.3"
smartypants = "2.0.1"
pypdf2 = "1.28.6"
py_w3c = "0.3.1"
# required by both api and admin
awscli = "1.32.89"
boto3 = "1.34.89"
awscli = "1.32.100"
boto3 = "1.34.100"
werkzeug = "2.3.7"
itsdangerous = "2.1.2"

# Pinned dependencies
certifi = "^2023.7.22" # pinned for security reasons: https://github.com/cds-snc/notification-utils/security/dependabot/22
certifi = "^2023.7.22" # pinned for security reasons: https://github.com/cds-snc/notification-utils/security/dependabot/22
cryptography = "^42.0.3" # https://github.com/cds-snc/notification-utils/security/dependabot/31

[tool.poetry.group.test.dependencies]
Expand All @@ -63,7 +63,7 @@ types-PyYAML = "6.0.12.20240311"
types-pytz = "2022.7.1.2"
types-bleach = "5.0.3.1"
types-cachetools = "5.3.0.7"
types-redis = "4.6.0.20240423"
types-redis = "4.6.0.20240425"
types-requests = "2.31.0.20240406"
beautifulsoup4 = "^4.12.3"
types-beautifulsoup4 = "^4.12.0.20240229"

0 comments on commit fc02dac

Please sign in to comment.