Skip to content

Commit

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

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

10 changes: 5 additions & 5 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.1"
version = "52.3.2"
description = "Shared python code for Notification - Provides logging utils etc."
authors = ["Canadian Digital Service"]
license = "MIT license"
Expand Down Expand Up @@ -30,7 +30,7 @@ markupsafe = "2.1.5"
mistune = "0.8.4"
ordered-set = "4.1.0"
phonenumbers = "8.13.42"
pre-commit = "^3.7.1"
pre-commit = "^3.8.0"
py_w3c = "0.3.1"
pypdf2 = "1.28.6"
python-json-logger = "2.0.7"
Expand All @@ -44,18 +44,18 @@ werkzeug = "3.0.3"
[tool.poetry.group.test.dependencies]
beautifulsoup4 = "^4.12.3"
click = "8.1.7"
fakeredis = "^2.10.3"
fakeredis = "^2.24.1"
freezegun = "1.5.1"
mypy = "1.10.0"
pytest = "7.4.4"
pytest-cov = "2.12.1"
pytest-mock = "3.14.0"
pytest-xdist = "2.5.0"
requests-mock = "1.12.1"
ruff = "^0.2.1"
ruff = "^0.6.0"
types-beautifulsoup4 = "^4.12.0.20240229"
types-bleach = "5.0.3.1"
types-cachetools = "5.3.0.7"
types-cachetools = "5.5.0.20240820"
types-python-dateutil = "2.9.0.20240316"
types-pytz = "2022.7.1.2"
types-PyYAML = "6.0.12.20240724"
Expand Down

0 comments on commit 6626cb9

Please sign in to comment.