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] authored Sep 25, 2023
1 parent 0d5bc29 commit ff2cf4a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ requires = ["poetry>=1.3.2"]
build-backend = "poetry.core.masonry.api"

[tool.poetry.dependencies]
python = "~3.10.9"
python = "~3.11.0"
apig-wsgi = "2.18.0"
boto = "2.49.0"
cffi = "1.15.1"
Expand All @@ -29,7 +29,7 @@ docopt = "0.6.2"
environs = "9.5.0" # pyup: <9.3.3 # marshmallow v3 throws errors"
fido2 = "0.9.3"
Flask-Bcrypt = "1.0.1"
flask-marshmallow = "0.14.0"
flask-marshmallow = "0.15.0"
Flask-Migrate = "2.7.0"
Flask-SQLAlchemy = { git = "https://github.com/pallets-eco/flask-sqlalchemy.git", rev = "500e732dd1b975a56ab06a46bd1a20a21e682262"}
#git+https://github.com/mitsuhiko/flask-sqlalchemy.git@500e732dd1b975a56ab06a46bd1a20a21e682262#egg=Flask-SQLAlchemy==2.3.2.dev20190108
Expand All @@ -53,7 +53,7 @@ newrelic = "6.10.0.165"
notifications-python-client = "6.4.1"
python-dotenv = "1.0.0"
pwnedpasswords = "2.0.0"
tldextract = "3.4.4"
tldextract = "3.5.0"
nanoid = "2.0.0"
unidecode = "1.3.6"
more-itertools = "8.14.0"
Expand All @@ -67,14 +67,14 @@ MarkupSafe = "2.1.3"
itsdangerous = "2.1.2"
notifications-utils = { git = "https://github.com/cds-snc/notifier-utils.git", rev = "52.0.9" }
# rsa = "4.9 # awscli 1.22.38 depends on rsa<4.8
typing-extensions = "4.7.1"
typing-extensions = "4.8.0"
greenlet = "2.0.2"
simple-salesforce = "^1.12.3"

[tool.poetry.group.test.dependencies]
flake8 = "6.1.0"
isort = "5.12.0"
moto = "4.1.11"
moto = "4.2.3"
idna = "2.10"
pytest = "7.4.0"
pytest-env = "0.8.2"
Expand All @@ -89,7 +89,7 @@ strict-rfc3339 = "0.7"
rfc3987 = "1.3.8"
# used for creating manifest file locally
jinja2-cli = { extras = ["yaml"], version = "0.8.2" }
black = "23.7.0"
black = "23.9.1"
locust = "2.16.1"
mypy = "1.5"
sqlalchemy-stubs = "0.4"
Expand Down
14 changes: 7 additions & 7 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 ff2cf4a

Please sign in to comment.