pyapp icon indicating copy to clipboard operation
pyapp copied to clipboard

🐍 A Python Application framework - Focus on your business logic, not boilerplate.

Results 24 pyapp issues
Sort by recently updated
recently updated
newest added

Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.4. Release notes Sourced from jinja2's releases. 3.1.4 This is the Jinja 3.1.4 security release, which fixes security issues and bugs but does not otherwise...

πŸŽ‹ dependencies

Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.1.1 to 8.2.0. Release notes Sourced from pytest's releases. 8.2.0 pytest 8.2.0 (2024-04-27) Deprecations #12069: A deprecation warning is now raised when implementations of one of the...

πŸŽ‹ dependencies

Bumps [nox](https://github.com/wntrblm/nox) from 2024.3.2 to 2024.4.15. Release notes Sourced from nox's releases. 2024.04.15 πŸͺΌ We'd like to thank the following folks who contributed to this release: @​cjolowicz @​henryiii @​mayeut New...

πŸŽ‹ dependencies

Bumps [argcomplete](https://github.com/kislyuk/argcomplete) from 3.2.3 to 3.3.0. Release notes Sourced from argcomplete's releases. v3.3.0 Preserve compatibility with argparse option tuples of length 4. This update is required to use argcomplete on...

πŸŽ‹ dependencies

Bumps [idna](https://github.com/kjd/idna) from 3.6 to 3.7. Release notes Sourced from idna's releases. v3.7 What's Changed Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time...

πŸŽ‹ dependencies

Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 4.1.0 to 5.0.0. Changelog Sourced from pytest-cov's changelog. 5.0.0 (2024-03-24) Removed support for xdist rsync (now deprecated). Contributed by Matthias Reichenbach in [#623](https://github.com/pytest-dev/pytest-cov/issues/623) <https://github.com/pytest-dev/pytest-cov/pull/623>_. Switched docs theme...

πŸŽ‹ dependencies

Bumps [importlib-metadata](https://github.com/python/importlib_metadata) from 7.0.2 to 7.1.0. Changelog Sourced from importlib-metadata's changelog. v7.1.0 Features python/cpython#114664 Bugfixes Make MetadataPathFinder.find_distributions a classmethod for consistency with CPython. Closes #484. (#484) Allow MetadataPathFinder.invalidate_caches to be...

πŸŽ‹ dependencies

Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.23.5.post1 to 0.23.6. Release notes Sourced from pytest-asyncio's releases. pytest-asyncio 0.23.6 0.23.6 (2024-03-19) Fix compatibility with pytest 8.2 #800 Known issues As of v0.23, pytest-asyncio attaches an...

πŸŽ‹ dependencies

Big thank you to Kathy for the review/feedback. https://gist.github.com/KathyReid/c23feb019595d46544b625f87bbea1d7

πŸ’‘ enhancement
πŸ“– docs required

Replace the usage of `colorama` with [rich](https://rich.readthedocs.io/en/latest/reference.html). This opens up more possibilities for using rich ui tools for rendering output. This change could introduce the possibility of backward incompatibility.

πŸ’‘ enhancement