Skip to content

chore(deps): bump slippers from 0.6.2 to 0.6.3#44

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/uv/slippers-0.6.3
Open

chore(deps): bump slippers from 0.6.2 to 0.6.3#44
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/uv/slippers-0.6.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 30, 2026

Bumps slippers from 0.6.2 to 0.6.3.

Release notes

Sourced from slippers's releases.

0.6.3

What's Changed

  • Security release for CVE-2026-34231 Cross-Site Scripting (XSS) in attrs Template Tag

Full Changelog: mixxorz/slippers@0.6.2...0.6.3

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [slippers](https://github.com/mixxorz/slippers) from 0.6.2 to 0.6.3.
- [Release notes](https://github.com/mixxorz/slippers/releases)
- [Commits](mixxorz/slippers@0.6.2...0.6.3)

---
updated-dependencies:
- dependency-name: slippers
  dependency-version: 0.6.3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Mar 30, 2026
@github-actions
Copy link
Copy Markdown

badge

Code Coverage Summary

Filename                                                 Stmts    Miss  Cover    Missing
-----------------------------------------------------  -------  ------  -------  ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
src/dms/__init__.py                                          2       0  100.00%
src/dms/manage.py                                           11      11  0.00%    4-23
src/dms/core/__init__.py                                     0       0  100.00%
src/dms/core/apps.py                                         5       0  100.00%
src/dms/core/autocomplete.py                                15       1  93.33%   27
src/dms/core/context_processors.py                           5       0  100.00%
src/dms/core/models.py                                       5       0  100.00%
src/dms/core/router.py                                      19       0  100.00%
src/dms/core/storages.py                                     5       5  0.00%    1-7
src/dms/core/tasks.py                                       10       3  70.00%   10-12
src/dms/core/urls.py                                        10       4  60.00%   25-46
src/dms/core/contrib/__init__.py                             0       0  100.00%
src/dms/core/contrib/sites/__init__.py                       0       0  100.00%
src/dms/core/templatetags/__init__.py                        0       0  100.00%
src/dms/core/templatetags/language_tags.py                   6       1  83.33%   9
src/dms/core/templatetags/utils.py                          17       6  64.71%   12, 17, 22-25
src/dms/datasets/__init__.py                                 0       0  100.00%
src/dms/datasets/admin.py                                   17       0  100.00%
src/dms/datasets/apps.py                                     3       0  100.00%
src/dms/datasets/autocomplete.py                             5       0  100.00%
src/dms/datasets/conf.py                                     6       0  100.00%
src/dms/datasets/enums.py                                   36       0  100.00%
src/dms/datasets/filters.py                                120      59  50.83%   50-58, 61-63, 66-68, 71-73, 85-87, 132-134, 146-154, 157-168, 171-173, 193-195, 207-212, 215-217, 227-230, 249-251, 263-267, 270-272
src/dms/datasets/forms.py                                  145      71  51.03%   31-39, 44-49, 65-69, 72-77, 94-99, 115-124, 127-134, 232-251, 254, 257-261, 292-300, 308
src/dms/datasets/models.py                                 337     125  62.91%   78, 81, 115-125, 180, 283, 286, 293, 297, 301-313, 322, 330-336, 349, 352, 359, 413, 420, 426, 441-474, 484, 492-531, 538-548, 551, 571, 575, 579, 585, 595, 603-645, 648, 663-713, 731, 734
src/dms/datasets/rules.py                                   22       1  95.45%   24
src/dms/datasets/tables.py                                  91      23  74.73%   21, 44, 47-51, 71-75, 78-79, 116, 120-126, 150, 162
src/dms/datasets/tasks.py                                   18      10  44.44%   9-14, 20-24
src/dms/datasets/urls.py                                     4       0  100.00%
src/dms/datasets/views.py                                  358     156  56.42%   77, 89, 110-154, 163, 168-170, 173-176, 193-194, 197, 220-221, 226, 234, 242-243, 248, 256-259, 266, 269-335, 344-375, 381-405, 411-412, 424-425, 428-430, 433-436, 439, 455-456, 459, 462-465, 468, 481, 501-550, 559-560, 563-567, 570-573, 576-584, 587, 652-654, 657, 668-670, 673-674, 680, 692-694, 697, 706-708, 711, 714-716, 719, 736-738, 741, 744-747, 750, 766, 775-777, 780-781, 790-796, 805, 808-813, 816
src/dms/datasets/api/__init__.py                             0       0  100.00%
src/dms/datasets/api/serializers.py                         93       0  100.00%
src/dms/datasets/api/views.py                              101      26  74.26%   42-46, 55, 61, 71, 86-90, 96, 118-120, 123-129, 132-137, 184-186
src/dms/datasets/libs/__init__.py                            0       0  100.00%
src/dms/datasets/schemas/__init__.py                         0       0  100.00%
src/dms/datasets/schemas/dataset_metadata/__init__.py        3       0  100.00%
src/dms/datasets/schemas/dataset_metadata/shared.py          5       0  100.00%
src/dms/frontend/__init__.py                                 0       0  100.00%
src/dms/frontend/apps.py                                     5       0  100.00%
src/dms/frontend/views.py                                   14       7  50.00%   10, 13-21
src/dms/projects/__init__.py                                 0       0  100.00%
src/dms/projects/admin.py                                   50       8  84.00%   23-31
src/dms/projects/apps.py                                     5       0  100.00%
src/dms/projects/autocomplete.py                            25       4  84.00%   43-46
src/dms/projects/filters.py                                 47      20  57.45%   22-24, 27-29, 62-73, 78-80, 83-87, 90-92
src/dms/projects/forms.py                                   64       0  100.00%
src/dms/projects/models.py                                 105       4  96.19%   84, 92, 107, 178
src/dms/projects/rules.py                                   34      11  67.65%   8, 12, 19-23, 29, 35-37
src/dms/projects/tables.py                                  26       3  88.46%   12, 31, 34
src/dms/projects/urls.py                                     4       0  100.00%
src/dms/projects/views.py                                  196      56  71.43%   48, 61, 69-72, 90, 97-99, 111-113, 116-128, 136-138, 154-197, 206-208, 211-214, 223-225, 273, 304, 347-349, 352-359
src/dms/projects/api/__init__.py                             0       0  100.00%
src/dms/projects/api/serializers.py                         10       0  100.00%
src/dms/projects/api/views.py                               18       2  88.89%   23-25
src/dms/projects/libs/render_latex.py                       96       3  96.88%   116, 162-163
src/dms/services/__init__.py                                 0       0  100.00%
src/dms/services/admin.py                                   13       0  100.00%
src/dms/services/apps.py                                     3       0  100.00%
src/dms/services/autocomplete.py                             8       2  75.00%   8, 13
src/dms/services/filters.py                                 32      11  65.62%   10, 14, 39-41, 44-46, 65-67
src/dms/services/models.py                                  72      10  86.11%   10-13, 16-19, 48, 51
src/dms/services/tables.py                                  40       9  77.50%   12, 15, 18-23, 71-73, 76-81
src/dms/services/urls.py                                     4       0  100.00%
src/dms/services/views.py                                   26       4  84.62%   26-29
src/dms/shared/__init__.py                                   0       0  100.00%
src/dms/shared/views.py                                     20      11  45.00%   18-21, 24, 27-29, 32-35
src/dms/theme/__init__.py                                    0       0  100.00%
src/dms/theme/apps.py                                        3       0  100.00%
src/dms/theme/forced_classes.py                              0       0  100.00%
src/dms/theme/urls.py                                        3       0  100.00%
src/dms/theme/views.py                                       8       3  62.50%   10-14
src/dms/uploads/__init__.py                                  0       0  100.00%
src/dms/uploads/admin.py                                    11       0  100.00%
src/dms/uploads/apps.py                                      5       0  100.00%
src/dms/uploads/models.py                                   26      11  57.69%   39-68
src/dms/uploads/tasks.py                                     9       4  55.56%   9-13
src/dms/uploads/api/__init__.py                              0       0  100.00%
src/dms/uploads/api/serializers.py                           4       0  100.00%
src/dms/uploads/api/views.py                                35      20  42.86%   19-38, 48-49, 52, 60-66
src/dms/users/__init__.py                                    0       0  100.00%
src/dms/users/adapters.py                                   25      25  0.00%    1-40
src/dms/users/admin.py                                      14       1  92.86%   12
src/dms/users/apps.py                                       10       0  100.00%
src/dms/users/autocomplete.py                                7       1  85.71%   11
src/dms/users/context_processors.py                          3       0  100.00%
src/dms/users/forms.py                                       4       4  0.00%    1-7
src/dms/users/managers.py                                   23       8  65.22%   13, 26-34
src/dms/users/models.py                                     11       0  100.00%
TOTAL                                                     2592     744  71.30%

Diff against main

Filename      Stmts    Miss  Cover
----------  -------  ------  --------
TOTAL             0       0  +100.00%

Results for commit: 13d827b

Minimum allowed coverage is 50%

♻️ This comment has been updated with latest results

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants