Skip to content

Commit

Permalink
Fix botched merge the downgraded recently bumped deps
Browse files Browse the repository at this point in the history
  • Loading branch information
whabanks committed May 24, 2024
1 parent 3ed6edb commit adeccff
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 41 deletions.
36 changes: 1 addition & 35 deletions poetry.lock

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

12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@ iso8601 = "2.0.0"
# REVIEW: v2 is using sha512 instead of sha1 by default (in v)1
itsdangerous = "2.1.2"
jsonschema = "3.2.0"
MarkupSafe = "2.1.4"
MarkupSafe = "2.1.5"
marshmallow = "3.20.2"
marshmallow-sqlalchemy = "0.29.0"
more-itertools = "8.14.0"
nanoid = "2.0.0"
newrelic = "6.10.0.165"
notifications-python-client = "6.4.1"
notifications-utils = { git = "https://github.com/cds-snc/notifier-utils.git", tag = "52.1.3" }
notifications-utils = { git = "https://github.com/cds-snc/notifier-utils.git", tag = "52.2.4" }
psycopg2-binary = "2.9.9"
pwnedpasswords = "2.0.0"
PyJWT = "2.8.0"
Expand All @@ -60,7 +60,7 @@ python-magic = "0.4.27"
pytz = "2021.3"
PyYAML = "6.0.1"
simple-salesforce = "^1.12.3"
SQLAlchemy = "1.4.51"
SQLAlchemy = "1.4.52"
tldextract = "3.4.4"
# rsa = "4.9 # awscli 1.22.38 depends on rsa<4.8
typing-extensions = "4.7.1"
Expand Down Expand Up @@ -91,12 +91,12 @@ sqlalchemy-stubs = "0.4"
sqlalchemy2-stubs = "0.0.2a38"
# optional requirements for jsonschema
strict-rfc3339 = "0.7"
types-boto = "2.49.18.9"
types-boto = "2.49.18.20240205"
types-mock = "4.0.15.2"
types-python-dateutil = "2.8.19.20240106"
types-pytz = "2022.7.1.2"
types-redis = "4.6.0.20240106"
types-requests = "2.31.0.20240106"
types-redis = "4.6.0.20240425"
types-requests = "2.31.0.20240406"


[tool.ruff]
Expand Down

0 comments on commit adeccff

Please sign in to comment.