Skip to content

Commit

Permalink
few more minor upgrades (#1944)
Browse files Browse the repository at this point in the history
  • Loading branch information
sastels authored Sep 12, 2024
1 parent d929c15 commit 91b8b4b
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 51 deletions.
97 changes: 49 additions & 48 deletions poetry.lock

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

5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ awscli-cwlogs = "^1.4.6"
notifications-utils = { git = "https://github.com/cds-snc/notifier-utils.git", tag = "52.3.3" }

# Pinned dependencies
rsa = "^4.1" # not directly required, pinned by Snyk to avoid a vulnerability
certifi = "^2024.0.0" # Pinned for security reasons: https://github.com/cds-snc/notification-admin/security/dependabot/169
redis = "3.5.3" # pinned for now
xlrd = "1.2.0" # this is pinned so that we can continue to support .xslm files; see https://github.com/pyexcel/pyexcel-xls/issues/53
Expand All @@ -73,8 +72,8 @@ freezegun = "1.5.1"
requests-mock = "1.12.1"
# used for creating manifest file locally
jinja2-cli = { version = "^0.8.2", extras = ["yaml"] }
mypy = "1.10.0"
ruff = "^0.2.1"
mypy = "1.11.2"
ruff = "^0.6.0"

# stubs libraries to keep mypy happy
types-python-dateutil = "2.9.0.20240821"
Expand Down

0 comments on commit 91b8b4b

Please sign in to comment.