Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor dependency updates #2284

Merged
merged 2 commits into from
Sep 10, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ gevent = "23.9.1"
gunicorn = "20.1.0"
iso8601 = "2.1.0"
jsonschema = "3.2.0"
marshmallow-sqlalchemy = "0.29.0"
marshmallow-sqlalchemy = "0.30.0"
marshmallow = "3.21.0"
python-magic = "0.4.27"
psycopg2-binary = "2.9.9"
Expand Down Expand Up @@ -68,7 +68,7 @@ itsdangerous = "2.2.0"
notifications-utils = { git = "https://github.com/cds-snc/notifier-utils.git", tag = "52.2.9" }

# rsa = "4.9 # awscli 1.22.38 depends on rsa<4.8
typing-extensions = "4.10.0"
typing-extensions = "4.12.2"
greenlet = "2.0.2"
simple-salesforce = "^1.12.3"

Expand All @@ -85,7 +85,7 @@ moto = "4.2.14"
idna = "2.10"
pytest = "7.4.4"
pytest-env = "0.8.2"
pytest-mock = "3.12.0"
pytest-mock = "3.14.0"
pytest-cov = "3.0.0"
coveralls = "3.3.1"
pytest-xdist = "2.5.0"
Expand All @@ -102,7 +102,7 @@ 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.10.0" }
pytest-mock-resources = { extras = ["redis"], version = "2.12.0" }
types-boto = "2.49.18.9"
types-mock = "4.0.15.2"
types-python-dateutil = "2.9.0.20240316"
Expand Down
22 changes: 8 additions & 14 deletions tests_cypress/package-lock.json

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

Loading