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 Feb 8, 2024
1 parent 5aeb39c commit be37b25
Show file tree
Hide file tree
Showing 2 changed files with 125 additions and 51 deletions.
28 changes: 14 additions & 14 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,26 +20,26 @@ requires = ["poetry>=1.3.2"]
build-backend = "poetry.core.masonry.api"

[tool.poetry.dependencies]
python = "~3.10.9"
python = "~3.12.0"
apig-wsgi = "2.18.0"
boto = "2.49.0"
cffi = "1.15.1"
cffi = "1.16.0"
celery = {extras = ["sqs"], version = "5.3.6"}
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
Flask = "2.3.3"
click-datetime = "0.2"
gevent = "23.9.1"
gunicorn = "20.1.0"
iso8601 = "2.0.0"
iso8601 = "2.1.0"
jsonschema = "3.2.0"
marshmallow-sqlalchemy = "0.29.0"
marshmallow-sqlalchemy = "0.30.0"
marshmallow = "3.20.2"
python-magic = "0.4.27"
psycopg2-binary = "2.9.9"
Expand All @@ -52,7 +52,7 @@ newrelic = "6.10.0.165"
notifications-python-client = "6.4.1"
python-dotenv = "1.0.1"
pwnedpasswords = "2.0.0"
tldextract = "3.4.4"
tldextract = "3.5.0"
nanoid = "2.0.0"
unidecode = "1.3.8"
more-itertools = "8.14.0"
Expand All @@ -66,7 +66,7 @@ MarkupSafe = "2.1.4"
itsdangerous = "2.1.2"
notifications-utils = { git = "https://github.com/cds-snc/notifier-utils.git", rev = "2da74685e0ffb220f0403e1f2584e783be99bbad" }
# rsa = "4.9 # awscli 1.22.38 depends on rsa<4.8
typing-extensions = "4.7.1"
typing-extensions = "4.9.0"
greenlet = "2.0.2"
simple-salesforce = "^1.12.3"

Expand All @@ -77,29 +77,29 @@ idna = "2.10" # pinned to align with test moto dependency requirements (for <=2.

[tool.poetry.group.test.dependencies]
flake8 = "6.1.0"
isort = "5.12.0"
moto = "4.1.11"
isort = "5.13.2"
moto = "4.2.14"
idna = "2.10"
pytest = "7.4.4"
pytest-env = "0.8.2"
pytest-mock = "3.11.1"
pytest-mock = "3.12.0"
pytest-cov = "3.0.0"
coveralls = "3.3.1"
pytest-xdist = "2.5.0"
freezegun = "1.2.2"
freezegun = "1.4.0"
requests-mock = "1.11.0"
# optional requirements for jsonschema
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"
locust = "2.16.1"
black = "23.12.1"
locust = "2.21.0"
mypy = "1.5"
sqlalchemy-stubs = "0.4"
sqlalchemy2-stubs = "0.0.2a38"
networkx = "2.8.8" # not directly required, pinned by Snyk to avoid a vulnerability
pytest-mock-resources = { extras = ["redis"], version = "2.9.2" }
pytest-mock-resources = { extras = ["redis"], version = "2.10.0" }
types-boto = "2.49.18.9"
types-mock = "4.0.15.2"
types-python-dateutil = "2.8.19.20240106"
Expand Down
148 changes: 111 additions & 37 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 be37b25

Please sign in to comment.