Skip to content

Commit

Permalink
Revert PyYaml to 5.3.1 (#1933)
Browse files Browse the repository at this point in the history
* Revert PyYaml to 5.3.1

* Update lock file

* Bump utils version to 52.0.2

* update lock file

* bump utils again..
  • Loading branch information
whabanks committed Jul 17, 2023
1 parent ef56c5e commit d6e653f
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 39 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
run: |
cp -f .env.example .env
- name: Checks for new endpoints against AWS WAF rules
uses: cds-snc/notification-utils/.github/actions/waffles@51.0.4
uses: cds-snc/notification-utils/.github/actions/waffles@52.0.3
with:
app-loc: '/github/workspace'
app-libs: '/github/workspace/env/site-packages'
Expand Down
56 changes: 20 additions & 36 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ python-magic = "0.4.27"
psycopg2-binary = "2.9.6"
PyJWT = "2.6.0"
pytz = "2021.3"
PyYAML = "5.4.1"
PyYAML = "5.3.1"
SQLAlchemy = "1.4.48"
cachelib = "0.10.2"
newrelic = "6.10.0.165"
Expand All @@ -65,7 +65,7 @@ Werkzeug = "2.3.3"
MarkupSafe = "2.1.3"
# REVIEW: v2 is using sha512 instead of sha1 by default (in v1)
itsdangerous = "2.1.2"
notifications-utils = {git = "https://github.com/cds-snc/notifier-utils.git", rev = "52.0.0"}
notifications-utils = { git = "https://github.com/cds-snc/notifier-utils.git", rev = "52.0.3" }
# rsa = "4.9 # awscli 1.22.38 depends on rsa<4.8
typing-extensions = "4.5.0"
greenlet = "2.0.2"
Expand Down

0 comments on commit d6e653f

Please sign in to comment.