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

DM-38339: Use the new Safir Slack webhook support #208

Merged
merged 2 commits into from
Mar 15, 2023
Merged
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
Prev Previous commit
Update to released Safir
Safir 3.8.0 has been released with Slack support, so update to that
version rather than pulling it from Git.
rra committed Mar 15, 2023
commit 9e2171accb09ca67221582ee2c8dac670f728929
661 changes: 615 additions & 46 deletions requirements/dev.txt

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions requirements/main.in
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@

# These dependencies are for fastapi including some optional features.
aiofiles
fastapi!=0.89.0
fastapi
starlette
uvicorn[standard]

@@ -20,10 +20,10 @@ jinja2
pydantic
pyvo
pyyaml
#safir
safir>=3.8.0
shortuuid
structlog

# Uncomment this, change the branch, comment out safir above, and run make
# update-deps-no-hashes to test against an unreleased version of Safir.
safir @ git+https://github.com/lsst-sqre/safir@tickets/DM-38272
#safir @ git+https://github.com/lsst-sqre/safir@tickets/DM-38272
908 changes: 862 additions & 46 deletions requirements/main.txt

Large diffs are not rendered by default.