Skip to content

Commit

Permalink
chore(deps): update all minor dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 26, 2024
1 parent fe983b1 commit cd39ab3
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 57 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ requires = ["poetry>=1.3.2"]
build-backend = "poetry.core.masonry.api"

[tool.poetry.dependencies]
python = "~3.10.9"
python = "~3.12.0"
timeago = "1.0.16"
Flask = "2.3.3"
Flask-WTF = "1.2.1"
Expand Down Expand Up @@ -61,8 +61,8 @@ certifi = "^2023.7.22" # Pinned for security reasons: https://github.com/cds-snc
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
# Putting upgrade on hold due to v1.0.0 using sha512 instead of sha1 by default
itsdangerous = "2.1.2" # pyup: <1.0.0
newrelic = "8.10.0" # Pinned to 8.10.0 for now, 8.11.0 caused a performance regression: https://gcdigital.slack.com/archives/C012W5K734Y/p1709668046344929
itsdangerous = "2.2.0" # pyup: <1.0.0
newrelic = "8.11.0" # Pinned to 8.10.0 for now, 8.11.0 caused a performance regression: https://gcdigital.slack.com/archives/C012W5K734Y/p1709668046344929

[tool.poetry.group.test.dependencies]
isort = "5.13.2"
Expand All @@ -79,7 +79,7 @@ flake8-print = "5.0.0"
requests-mock = "1.12.1"
# used for creating manifest file locally
jinja2-cli = { version = "^0.8.2", extras = ["yaml"] }
black = "24.3.0"
black = "24.4.0"
mypy = "1.9.0"

# stubs libraries to keep mypy happy
Expand Down
115 changes: 62 additions & 53 deletions tests_cypress/package-lock.json

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

0 comments on commit cd39ab3

Please sign in to comment.