alisaifee / limits

Rate limiting using various strategies and storage backends such as redis & memcached
https://limits.readthedocs.org
MIT License
423 stars 58 forks source link

Bump furo from 2022.1.2 to 2022.2.14.1 #103

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps furo from 2022.1.2 to 2022.2.14.1.

Changelog

Sourced from furo's changelog.

Changelog

2022.02.14.1 -- Jazzy Jasmine (bugfix)

  • Drop a , / for positional-only arguments.

2022.02.14 -- Jazzy Jasmine

  • ✨ Rework typography, pivoting to bold headings.
  • ✨ Redesign the footer and allow footer icons.
  • ✨ Change the default permalinks icon.
  • ✨ Add an edit button for RTD-built pages.
  • ✨ Better integration of Read the Docs' embed.
  • Add dedicated headings for each admonition type.
  • Add the green border for sphinx-copybutton after copy.
  • Bump to the latest Node.js LTS.
  • Don't set display: block on visible only-* elements. (for sphinx-design)
  • Improve footnote styling.
  • Improve styling for div.math equation numbers.
  • Rework how :target links are handled.
  • Stylise small tag.
  • Stylise code block captions.
  • Stylise various forms of blockquotes.
  • Treat all custom code injection as unstable.
  • Tweak admonition spacing.
  • Tweak how muted-links are presented.
  • Use a better color for hovered tabs, with sphinx-inline-tabs.
  • Use higher specificity for hiding elements. (for sphinx-design)
  • Use the modern Firefox focus ring.

2022.01.02 -- Immaculate Indigo

  • Improve colours for sphinx-inline-tabs.
  • Improve highlighting of active definition list targets.
  • Improve error message when html_style is set.
  • Update workflow to reflect reality.
  • Be more selective about API documentation headings.
  • Increase specificity of pre selector for line-height.

2021.11.23 -- Hearty Honeydew

... (truncated)

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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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)
codecov[bot] commented 2 years ago

Codecov Report

Merging #103 (68adfad) into master (ed32c07) will decrease coverage by 0.01%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #103      +/-   ##
==========================================
- Coverage   99.47%   99.46%   -0.02%     
==========================================
  Files          23       23              
  Lines         951      931      -20     
  Branches      114      112       -2     
==========================================
- Hits          946      926      -20     
  Partials        5        5              
Impacted Files Coverage Δ
limits/util.py 97.91% <0.00%> (-0.05%) :arrow_down:
limits/aio/storage/redis.py 99.15% <0.00%> (-0.04%) :arrow_down:
limits/storage/redis.py 98.46% <0.00%> (-0.03%) :arrow_down:
limits/aio/storage/memory.py 98.75% <0.00%> (-0.02%) :arrow_down:
limits/limits.py 100.00% <0.00%> (ø)
limits/storage/base.py 100.00% <0.00%> (ø)
limits/storage/mongodb.py 100.00% <0.00%> (ø)
limits/aio/storage/base.py 100.00% <0.00%> (ø)
limits/storage/memcached.py 100.00% <0.00%> (ø)
limits/aio/storage/mongodb.py 100.00% <0.00%> (ø)
... and 3 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 88681d9...68adfad. Read the comment docs.