aiohttp-debugtoolbar icon indicating copy to clipboard operation
aiohttp-debugtoolbar copied to clipboard

aiohttp_debugtoolbar is library for debugtoolbar support for aiohttp

Results 34 aiohttp-debugtoolbar issues
Sort by recently updated
recently updated
newest added

Bumps [pygments](https://github.com/pygments/pygments) from 2.11.2 to 2.13.0. Release notes Sourced from pygments's releases. 2.13.0 Added lexers: COMAL-80 (#2180) JMESPath (#2174, #2175, #2179, #2182) Sql+Jinja (#2148) Updated lexers: Ada: support Ada 2022...

dependencies

Bumps [coverage](https://github.com/nedbat/coveragepy) from 6.3.2 to 6.4.3. Changelog Sourced from coverage's changelog. Version 6.4.3 — 2022-08-06 Fix a failure when combining data files if the file names contained glob-like patterns (pull...

dependencies

Bumps [mypy](https://github.com/python/mypy) from 0.941 to 0.971. Commits 1f08cf4 Update version to 0.971 61c0064 Add back workaround to avoid confusing mypy.types and types in pyinfo (#13176) d8d900c Update version to 0.971+dev...

dependencies

Bumps [pytest-sugar](https://github.com/Teemu/pytest-sugar) from 0.9.4 to 0.9.5. Changelog Sourced from pytest-sugar's changelog. 0.9.5 (2022-07-10) ^^^^^^^^^^^^^^^^^^^ Fix distutils deprecation warning (thanks @​tgagor) Fix incompatibility with pytest-timeout (thanks @​graingert) Update pytest naming convention...

dependencies

Bumps [docutils](https://docutils.sourceforge.io/) from 0.18.1 to 0.19. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=docutils&package-manager=pip&previous-version=0.18.1&new-version=0.19)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps [jinja2](https://github.com/pallets/jinja) from 3.0.3 to 3.1.2. Release notes Sourced from jinja2's releases. 3.1.2 This is a fix release for the 3.1.0 feature release. Changes: https://jinja.palletsprojects.com/en/3.1.x/changes/#version-3-1-2 Milestone: https://github.com/pallets/jinja/milestone/13?closed=1 3.1.1 Changes: https://jinja.palletsprojects.com/en/3.1.x/changes/#version-3-1-1...

dependencies

Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.1.1 to 7.1.2. Release notes Sourced from pytest's releases. 7.1.2 pytest 7.1.2 (2022-04-23) Bug Fixes #9726: An unnecessary numpy import inside pytest.approx{.interpreted-text role="func"} was removed. #9820: Fix...

dependencies

## What do these changes do? clarify when this middleware work. related: https://docs.pylonsproject.org/projects/pyramid-debugtoolbar/en/latest/#usage ## Are there changes in behavior for the user? No ## Related issue number N/A ## Checklist...

I'm happy to work on this later, so this is mostly a reminder for myself. Currently, if using a CSP, then there are multiple errors caused by inline scripts/styles being...

Would be great to expand the type checking with mypy. First step would be to uncomment `check_untyped_defs`: https://github.com/aio-libs/aiohttp-debugtoolbar/blob/master/.mypy.ini#L3 Then fix up any errors produced and create a PR.

help wanted