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

tickets/DM-45523: walk redirects for Lab manually, extracting xsrf along the way #365

Merged
merged 12 commits into from
Aug 6, 2024
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repos:
- id: check-toml

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.1
rev: v0.5.5
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down
446 changes: 197 additions & 249 deletions requirements/dev.txt

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion requirements/main.in
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,13 @@ pydantic-settings
pyvo
pyyaml
safir>=6.1.0
# -e /home/danfuchs/src/safir
shortuuid
structlog
websockets

# Not a dependency on Mac, but is on Linux
greenlet
fajpunk marked this conversation as resolved.
Show resolved Hide resolved

# 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
Loading