Skip to content

Commit

Permalink
fix(deps): update all patch dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 20, 2025
1 parent 1e37da0 commit 9daa6b0
Show file tree
Hide file tree
Showing 4 changed files with 160 additions and 212 deletions.
118 changes: 84 additions & 34 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"postcss-import": "^12.0.1",
"postcss-loader": "^4.3.0",
"style-loader": "^1.3.0",
"tailwindcss": "3.4.13",
"tailwindcss": "3.4.17",
"webpack": "^5.57.1",
"webpack-cli": "^4.8.0"
}
Expand Down
14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,24 +33,24 @@ Flask = "2.3.3"
Flask-Babel = "2.0.0"
Flask-Caching = "1.11.1"
Flask-Login = "0.6.3"
Flask-WTF = "1.2.1"
Flask-WTF = "1.2.2"
gevent = "23.9.1"
greenlet = "3.1.1"
gunicorn = "22.0.0"
# Putting upgrade on hold due to v1.0.0 using sha512 instead of sha1 by default
itsdangerous = "2.2.0" # pyup: <1.0.0
newrelic = "10.3.0"
notifications-python-client = "6.4.1"
notifications-utils = { git = "https://github.com/cds-snc/notifier-utils.git", tag = "53.1.1"}
notifications-utils = { git = "https://github.com/cds-snc/notifier-utils.git", tag = "53.1.2"}
pwnedpasswords = "2.0.0"
pyexcel = "0.7.0"
pyexcel-io = "0.6.6"
pyexcel = "0.7.1"
pyexcel-io = "0.6.7"
pyexcel-ods3 = "0.6.1"
pyexcel-xls = "0.7.0"
pyexcel-xlsx = "0.6.0"
python-dotenv = "1.0.1"
pytz = "2021.3"
PyYAML = "6.0.1"
PyYAML = "6.0.2"
redis = "3.5.3" # pinned for now
timeago = "1.0.16"
translate-toolkit = "3.13.2"
Expand Down Expand Up @@ -83,9 +83,9 @@ ruff = "^0.8.2"
types-beautifulsoup4 = "^4.12.0.6"

# stubs libraries to keep mypy happy
types-python-dateutil = "2.9.0.20241003"
types-python-dateutil = "2.9.0.20241206"
types-pytz = "2021.3.8"
types-requests = "2.32.0.20240914"
types-requests = "2.32.0.20241016"



Expand Down
Loading

0 comments on commit 9daa6b0

Please sign in to comment.