Skip to content

Commit

Permalink
fix(deps): update all patch dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 12, 2024
1 parent 5764ae6 commit fce2a95
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 132 deletions.
16 changes: 8 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ celery = {extras = ["sqs"], version = "5.4.0"}

# Pinned dependencies
certifi = "^2024.0.0" # pinned for security reasons: https://github.com/cds-snc/notification-api/security/dependabot/119
cffi = "1.17.0"
cffi = "1.17.1"
click-datetime = "0.2"
docopt = "0.6.2"
environs = "9.5.0" # pyup: <9.3.3 # marshmallow v3 throws errors"
Expand Down Expand Up @@ -58,9 +58,9 @@ PyJWT = "2.9.0"
python-dotenv = "1.0.1"
python-magic = "0.4.27"
pytz = "2021.3"
PyYAML = "6.0.1"
PyYAML = "6.0.2"
simple-salesforce = "^1.12.3"
SQLAlchemy = "1.4.52"
SQLAlchemy = "1.4.54"
tldextract = "3.5.0"
# rsa = "4.9 # awscli 1.22.38 depends on rsa<4.8
typing-extensions = "4.12.2"
Expand All @@ -78,7 +78,7 @@ freezegun = "1.5.1"
idna = "2.10"
# used for creating manifest file locally
jinja2-cli = { extras = ["yaml"], version = "0.8.2" }
locust = "2.31.3"
locust = "2.31.5"
moto = "4.2.14"
mypy = "1.5"
networkx = "2.8.8" # not directly required, pinned by Snyk to avoid a vulnerability
Expand All @@ -95,12 +95,12 @@ sqlalchemy-stubs = "0.4"
sqlalchemy2-stubs = "0.0.2a38" # not directly required, pinned by Snyk to avoid a vulnerability
# optional requirements for jsonschema
strict-rfc3339 = "0.7"
types-boto = "2.49.18.9"
types-boto = "2.49.18.20240806"
types-mock = "4.0.15.2"
types-python-dateutil = "2.9.0.20240316"
types-python-dateutil = "2.9.0.20240821"
types-pytz = "2022.7.1.2"
types-redis = "4.6.0.20240425"
types-requests = "2.32.0.20240712"
types-redis = "4.6.0.20240903"
types-requests = "2.32.0.20240905"


[tool.ruff]
Expand Down
201 changes: 77 additions & 124 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 fce2a95

Please sign in to comment.