Skip to content

Commit

Permalink
Merge pull request #382 from lsst-sqre/tickets/DM-45702
Browse files Browse the repository at this point in the history
Update nublado client to fix XSRF issues
  • Loading branch information
athornton authored Nov 19, 2024
2 parents e1d9536 + af77d05 commit 6ccd8aa
Show file tree
Hide file tree
Showing 5 changed files with 216 additions and 207 deletions.
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.7.2
rev: v0.7.4
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down
5 changes: 5 additions & 0 deletions changelog.d/20241119_102610_athornton_DM_45702.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<!-- Delete the sections that don't apply -->

### Bug fixes

- Adopt Nublado client that should fix the XSRF issues.
Loading

0 comments on commit 6ccd8aa

Please sign in to comment.