openfun / jitsi-magnify

An authentication and room management system for Jitsi built with Django/React
MIT License
23 stars 6 forks source link

⬆️(dependencies) update python dependencies #170

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
Django (source, changelog) <4.2 -> <4.3 age adoption passing confidence
bandit (source, changelog) ==1.7.4 -> ==1.7.5 age adoption passing confidence
black (changelog) ==22.12.0 -> ==23.3.0 age adoption passing confidence
django-configurations (source) ==2.4 -> ==2.4.1 age adoption passing confidence
django-cors-headers (changelog) ==3.13.0 -> ==3.14.0 age adoption passing confidence
ipdb ==0.13.11 -> ==0.13.13 age adoption passing confidence
ipython (source) ==8.9.0 -> ==8.12.0 age adoption passing confidence
msgpack (source) ==1.0.4 -> ==1.0.5 age adoption passing confidence
psycopg2-binary (source, changelog) ==2.9.5 -> ==2.9.6 age adoption passing confidence
pylint (changelog) ==2.15.10 -> ==2.17.2 age adoption passing confidence
pytest (source, changelog) ==7.2.1 -> ==7.3.0 age adoption passing confidence
responses (changelog) ==0.22.0 -> ==0.23.1 age adoption passing confidence
sentry-sdk (changelog) ==1.14.0 -> ==1.19.1 age adoption passing confidence

Release Notes

django/django ### [`v4.2`](https://togithub.com/django/django/compare/4.1.8...4.2) [Compare Source](https://togithub.com/django/django/compare/4.1.8...4.2)
PyCQA/bandit ### [`v1.7.5`](https://togithub.com/PyCQA/bandit/releases/tag/1.7.5) [Compare Source](https://togithub.com/PyCQA/bandit/compare/1.7.4...1.7.5) #### What's Changed - Add an example screen shot of Bandit to README by [@​ericwb](https://togithub.com/ericwb) in [https://github.com/PyCQA/bandit/pull/847](https://togithub.com/PyCQA/bandit/pull/847) - Bad link to screen shot by [@​ericwb](https://togithub.com/ericwb) in [https://github.com/PyCQA/bandit/pull/848](https://togithub.com/PyCQA/bandit/pull/848) - Use a constant for weak hashes by [@​ericwb](https://togithub.com/ericwb) in [https://github.com/PyCQA/bandit/pull/850](https://togithub.com/PyCQA/bandit/pull/850) - Group location line with code output by [@​ericwb](https://togithub.com/ericwb) in [https://github.com/PyCQA/bandit/pull/822](https://togithub.com/PyCQA/bandit/pull/822) - Fix line range using Python 3.8 end_lineno by [@​ericwb](https://togithub.com/ericwb) in [https://github.com/PyCQA/bandit/pull/821](https://togithub.com/PyCQA/bandit/pull/821) - Add classifier to indicate Py3 only by [@​ericwb](https://togithub.com/ericwb) in [https://github.com/PyCQA/bandit/pull/853](https://togithub.com/PyCQA/bandit/pull/853) - Removal of blacklist call B309 httpsconnection by [@​ericwb](https://togithub.com/ericwb) in [https://github.com/PyCQA/bandit/pull/858](https://togithub.com/PyCQA/bandit/pull/858) - Remove blacklist call check for os.tempnam by [@​ericwb](https://togithub.com/ericwb) in [https://github.com/PyCQA/bandit/pull/859](https://togithub.com/PyCQA/bandit/pull/859) - Indiciate hash type in message by [@​ericwb](https://togithub.com/ericwb) in [https://github.com/PyCQA/bandit/pull/860](https://togithub.com/PyCQA/bandit/pull/860) - Add the httpx module check for verify by [@​ericwb](https://togithub.com/ericwb) in [https://github.com/PyCQA/bandit/pull/861](https://togithub.com/PyCQA/bandit/pull/861) - Add doc for hashlib plugin by [@​ericwb](https://togithub.com/ericwb) in [https://github.com/PyCQA/bandit/pull/862](https://togithub.com/PyCQA/bandit/pull/862) - Make use of rich for progress bar by [@​ericwb](https://togithub.com/ericwb) in [https://github.com/PyCQA/bandit/pull/863](https://togithub.com/PyCQA/bandit/pull/863) - Replace `toml` with `tomli` by [@​mkniewallner](https://togithub.com/mkniewallner) in [https://github.com/PyCQA/bandit/pull/829](https://togithub.com/PyCQA/bandit/pull/829) - Fix up B109 and B111 removed plugins docs by [@​ericwb](https://togithub.com/ericwb) in [https://github.com/PyCQA/bandit/pull/864](https://togithub.com/PyCQA/bandit/pull/864) - add check for "requests" calls without timeout by [@​mschfh](https://togithub.com/mschfh) in [https://github.com/PyCQA/bandit/pull/743](https://togithub.com/PyCQA/bandit/pull/743) - Fix for build breaks in format job by [@​ericwb](https://togithub.com/ericwb) in [https://github.com/PyCQA/bandit/pull/869](https://togithub.com/PyCQA/bandit/pull/869) - Add license and contributing links to docs by [@​ericwb](https://togithub.com/ericwb) in [https://github.com/PyCQA/bandit/pull/867](https://togithub.com/PyCQA/bandit/pull/867) - Remove redundant word Bandit in titles of sections by [@​ericwb](https://togithub.com/ericwb) in [https://github.com/PyCQA/bandit/pull/873](https://togithub.com/PyCQA/bandit/pull/873) - Add request for feedback via 👍 by [@​ericwb](https://togithub.com/ericwb) in [https://github.com/PyCQA/bandit/pull/871](https://togithub.com/PyCQA/bandit/pull/871) - Add a Discord link to the docs by [@​ericwb](https://togithub.com/ericwb) in [https://github.com/PyCQA/bandit/pull/870](https://togithub.com/PyCQA/bandit/pull/870) - Adding logging.config.listen() plugin with examples by [@​raj3shp](https://togithub.com/raj3shp) in [https://github.com/PyCQA/bandit/pull/874](https://togithub.com/PyCQA/bandit/pull/874) - Removal of ghugo by [@​ericwb](https://togithub.com/ericwb) in [https://github.com/PyCQA/bandit/pull/881](https://togithub.com/PyCQA/bandit/pull/881) - Remove redundant pip line by [@​ericwb](https://togithub.com/ericwb) in [https://github.com/PyCQA/bandit/pull/884](https://togithub.com/PyCQA/bandit/pull/884) - Corrected documentation on configuration by [@​a-takahashi223](https://togithub.com/a-takahashi223) in [https://github.com/PyCQA/bandit/pull/868](https://togithub.com/PyCQA/bandit/pull/868) - Start testing against Python 3.11 by [@​mkniewallner](https://togithub.com/mkniewallner) in [https://github.com/PyCQA/bandit/pull/887](https://togithub.com/PyCQA/bandit/pull/887) - Add myself to sponsor list by [@​ericwb](https://togithub.com/ericwb) in [https://github.com/PyCQA/bandit/pull/885](https://togithub.com/PyCQA/bandit/pull/885) - Add Discord link to README by [@​ericwb](https://togithub.com/ericwb) in [https://github.com/PyCQA/bandit/pull/875](https://togithub.com/PyCQA/bandit/pull/875) - Update action versions in Actions workflows ([#​890](https://togithub.com/PyCQA/bandit/issues/890)) by [@​mportesdev](https://togithub.com/mportesdev) in [https://github.com/PyCQA/bandit/pull/893](https://togithub.com/PyCQA/bandit/pull/893) - Add dependency review action by [@​ericwb](https://togithub.com/ericwb) in [https://github.com/PyCQA/bandit/pull/891](https://togithub.com/PyCQA/bandit/pull/891) - Fix an unclosed tag in HTML formatter by [@​mportesdev](https://togithub.com/mportesdev) in [https://github.com/PyCQA/bandit/pull/896](https://togithub.com/PyCQA/bandit/pull/896) - 'Test plugin listing' in docs incorrectly pointing B612 to plugin ref of B102 by [@​rajaramsrn](https://togithub.com/rajaramsrn) in [https://github.com/PyCQA/bandit/pull/897](https://togithub.com/PyCQA/bandit/pull/897) - Make small fixes in docs by [@​mportesdev](https://togithub.com/mportesdev) in [https://github.com/PyCQA/bandit/pull/899](https://togithub.com/PyCQA/bandit/pull/899) - Specify semver range for Python 3.11 by [@​mportesdev](https://togithub.com/mportesdev) in [https://github.com/PyCQA/bandit/pull/901](https://togithub.com/PyCQA/bandit/pull/901) - Add another bad example of yaml load by [@​ericwb](https://togithub.com/ericwb) in [https://github.com/PyCQA/bandit/pull/905](https://togithub.com/PyCQA/bandit/pull/905) - Add releases link in "Version control integration" by [@​travisjungroth](https://togithub.com/travisjungroth) in [https://github.com/PyCQA/bandit/pull/909](https://togithub.com/PyCQA/bandit/pull/909) - Update version of dependency-review-action by [@​mportesdev](https://togithub.com/mportesdev) in [https://github.com/PyCQA/bandit/pull/911](https://togithub.com/PyCQA/bandit/pull/911) - Avoid redundant message if debug on by [@​ericwb](https://togithub.com/ericwb) in [https://github.com/PyCQA/bandit/pull/913](https://togithub.com/PyCQA/bandit/pull/913) - Remove invalid checking on hashlib by [@​ericwb](https://togithub.com/ericwb) in [https://github.com/PyCQA/bandit/pull/914](https://togithub.com/PyCQA/bandit/pull/914) - Add some missing curve types by [@​ericwb](https://togithub.com/ericwb) in [https://github.com/PyCQA/bandit/pull/920](https://togithub.com/PyCQA/bandit/pull/920) - add jsonpickle deserialization blacklist by [@​SugarP1g](https://togithub.com/SugarP1g) in [https://github.com/PyCQA/bandit/pull/707](https://togithub.com/PyCQA/bandit/pull/707) - Fix reading the number argument from config file by [@​KAUTH](https://togithub.com/KAUTH) in [https://github.com/PyCQA/bandit/pull/923](https://togithub.com/PyCQA/bandit/pull/923) - Add end_col_offset if available by [@​ericwb](https://togithub.com/ericwb) in [https://github.com/PyCQA/bandit/pull/851](https://togithub.com/PyCQA/bandit/pull/851) - Enhancement Proposal: Plugin "assert_used" config-skip snippet by [@​marianomartinelli](https://togithub.com/marianomartinelli) in [https://github.com/PyCQA/bandit/pull/695](https://togithub.com/PyCQA/bandit/pull/695) - Blacklist pandas read_pickle and add functional test for it by [@​jaspersival](https://togithub.com/jaspersival) in [https://github.com/PyCQA/bandit/pull/710](https://togithub.com/PyCQA/bandit/pull/710) - Docs for request without timeout has dead link by [@​ericwb](https://togithub.com/ericwb) in [https://github.com/PyCQA/bandit/pull/925](https://togithub.com/PyCQA/bandit/pull/925) - Add case for global exec by [@​tonybaloney](https://togithub.com/tonybaloney) in [https://github.com/PyCQA/bandit/pull/570](https://togithub.com/PyCQA/bandit/pull/570) - Fix a false positive condition yaml_load by [@​ericwb](https://togithub.com/ericwb) in [https://github.com/PyCQA/bandit/pull/927](https://togithub.com/PyCQA/bandit/pull/927) - Fix issue [#​453](https://togithub.com/PyCQA/bandit/issues/453) jinja2 template select_autoescape when using jinja2.select_autoescape by [@​kinow](https://togithub.com/kinow) in [https://github.com/PyCQA/bandit/pull/454](https://togithub.com/PyCQA/bandit/pull/454) - Adding tarfile.extractall() plugin with examples by [@​yilmi](https://togithub.com/yilmi) in [https://github.com/PyCQA/bandit/pull/549](https://togithub.com/PyCQA/bandit/pull/549) - Check for deprecated TLS 1.1 by [@​ericwb](https://togithub.com/ericwb) in [https://github.com/PyCQA/bandit/pull/928](https://togithub.com/PyCQA/bandit/pull/928) - weak_cryptographic_key assumes positional arg by [@​ericwb](https://togithub.com/ericwb) in [https://github.com/PyCQA/bandit/pull/930](https://togithub.com/PyCQA/bandit/pull/930) - Fix filename of B202 in docs by [@​mportesdev](https://togithub.com/mportesdev) in [https://github.com/PyCQA/bandit/pull/932](https://togithub.com/PyCQA/bandit/pull/932) - Remove python 2 reference in docs by [@​ericwb](https://togithub.com/ericwb) in [https://github.com/PyCQA/bandit/pull/933](https://togithub.com/PyCQA/bandit/pull/933) - Pass correct number of arguments to match the `%s` placeholders. by [@​mportesdev](https://togithub.com/mportesdev) in [https://github.com/PyCQA/bandit/pull/934](https://togithub.com/PyCQA/bandit/pull/934) - Fixup some invalid pickle testing by [@​ericwb](https://togithub.com/ericwb) in [https://github.com/PyCQA/bandit/pull/924](https://togithub.com/PyCQA/bandit/pull/924) - Fix json and yaml formatters to respect num lines by [@​ericwb](https://togithub.com/ericwb) in [https://github.com/PyCQA/bandit/pull/929](https://togithub.com/PyCQA/bandit/pull/929) - Fix AttributeError on detect of tuple assign condition by [@​ericwb](https://togithub.com/ericwb) in [https://github.com/PyCQA/bandit/pull/931](https://togithub.com/PyCQA/bandit/pull/931) - \[docs] Mention `exclude_dirs` option available in TOML and YAML by [@​bittner](https://togithub.com/bittner) in [https://github.com/PyCQA/bandit/pull/876](https://togithub.com/PyCQA/bandit/pull/876) - Typo fix by [@​PermanAtayev](https://togithub.com/PermanAtayev) in [https://github.com/PyCQA/bandit/pull/945](https://togithub.com/PyCQA/bandit/pull/945) - remove py2 exec example in docs by [@​clavedeluna](https://togithub.com/clavedeluna) in [https://github.com/PyCQA/bandit/pull/947](https://togithub.com/PyCQA/bandit/pull/947) - Add official Python 3.11 support by [@​ericwb](https://togithub.com/ericwb) in [https://github.com/PyCQA/bandit/pull/964](https://togithub.com/PyCQA/bandit/pull/964) - DOC: Add explanation on how to use pre-commit with config file by [@​phofl](https://togithub.com/phofl) in [https://github.com/PyCQA/bandit/pull/968](https://togithub.com/PyCQA/bandit/pull/968) - Fix breaking build due to new tox by [@​ericwb](https://togithub.com/ericwb) in [https://github.com/PyCQA/bandit/pull/983](https://togithub.com/PyCQA/bandit/pull/983) - Correct build status badge in README by [@​gliptak](https://togithub.com/gliptak) in [https://github.com/PyCQA/bandit/pull/980](https://togithub.com/PyCQA/bandit/pull/980) - Improve detecting SQL injections in f-strings by [@​kfrydel](https://togithub.com/kfrydel) in [https://github.com/PyCQA/bandit/pull/917](https://togithub.com/PyCQA/bandit/pull/917) - Improve handling nosec for multi-line strings by [@​kfrydel](https://togithub.com/kfrydel) in [https://github.com/PyCQA/bandit/pull/915](https://togithub.com/PyCQA/bandit/pull/915) - Check for github action updates monthly by [@​jlosito](https://togithub.com/jlosito) in [https://github.com/PyCQA/bandit/pull/989](https://togithub.com/PyCQA/bandit/pull/989) - Added a bit more `project_urls` by [@​KOLANICH](https://togithub.com/KOLANICH) in [https://github.com/PyCQA/bandit/pull/985](https://togithub.com/PyCQA/bandit/pull/985) #### New Contributors - [@​mschfh](https://togithub.com/mschfh) made their first contribution in [https://github.com/PyCQA/bandit/pull/743](https://togithub.com/PyCQA/bandit/pull/743) - [@​raj3shp](https://togithub.com/raj3shp) made their first contribution in [https://github.com/PyCQA/bandit/pull/874](https://togithub.com/PyCQA/bandit/pull/874) - [@​a-takahashi223](https://togithub.com/a-takahashi223) made their first contribution in [https://github.com/PyCQA/bandit/pull/868](https://togithub.com/PyCQA/bandit/pull/868) - [@​mportesdev](https://togithub.com/mportesdev) made their first contribution in [https://github.com/PyCQA/bandit/pull/893](https://togithub.com/PyCQA/bandit/pull/893) - [@​rajaramsrn](https://togithub.com/rajaramsrn) made their first contribution in [https://github.com/PyCQA/bandit/pull/897](https://togithub.com/PyCQA/bandit/pull/897) - [@​travisjungroth](https://togithub.com/travisjungroth) made their first contribution in [https://github.com/PyCQA/bandit/pull/909](https://togithub.com/PyCQA/bandit/pull/909) - [@​SugarP1g](https://togithub.com/SugarP1g) made their first contribution in [https://github.com/PyCQA/bandit/pull/707](https://togithub.com/PyCQA/bandit/pull/707) - [@​KAUTH](https://togithub.com/KAUTH) made their first contribution in [https://github.com/PyCQA/bandit/pull/923](https://togithub.com/PyCQA/bandit/pull/923) - [@​marianomartinelli](https://togithub.com/marianomartinelli) made their first contribution in [https://github.com/PyCQA/bandit/pull/695](https://togithub.com/PyCQA/bandit/pull/695) - [@​jaspersival](https://togithub.com/jaspersival) made their first contribution in [https://github.com/PyCQA/bandit/pull/710](https://togithub.com/PyCQA/bandit/pull/710) - [@​kinow](https://togithub.com/kinow) made their first contribution in [https://github.com/PyCQA/bandit/pull/454](https://togithub.com/PyCQA/bandit/pull/454) - [@​yilmi](https://togithub.com/yilmi) made their first contribution in [https://github.com/PyCQA/bandit/pull/549](https://togithub.com/PyCQA/bandit/pull/549) - [@​PermanAtayev](https://togithub.com/PermanAtayev) made their first contribution in [https://github.com/PyCQA/bandit/pull/945](https://togithub.com/PyCQA/bandit/pull/945) - [@​clavedeluna](https://togithub.com/clavedeluna) made their first contribution in [https://github.com/PyCQA/bandit/pull/947](https://togithub.com/PyCQA/bandit/pull/947) - [@​phofl](https://togithub.com/phofl) made their first contribution in [https://github.com/PyCQA/bandit/pull/968](https://togithub.com/PyCQA/bandit/pull/968) - [@​gliptak](https://togithub.com/gliptak) made their first contribution in [https://github.com/PyCQA/bandit/pull/980](https://togithub.com/PyCQA/bandit/pull/980) - [@​kfrydel](https://togithub.com/kfrydel) made their first contribution in [https://github.com/PyCQA/bandit/pull/917](https://togithub.com/PyCQA/bandit/pull/917) - [@​jlosito](https://togithub.com/jlosito) made their first contribution in [https://github.com/PyCQA/bandit/pull/989](https://togithub.com/PyCQA/bandit/pull/989) - [@​KOLANICH](https://togithub.com/KOLANICH) made their first contribution in [https://github.com/PyCQA/bandit/pull/985](https://togithub.com/PyCQA/bandit/pull/985) **Full Changelog**: https://github.com/PyCQA/bandit/compare/1.7.4...1.7.5
psf/black ### [`v23.3.0`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#​2330) [Compare Source](https://togithub.com/psf/black/compare/23.1.0...23.3.0) ##### Highlights This release fixes a longstanding confusing behavior in Black's GitHub action, where the version of the action did not determine the version of Black being run (issue [#​3382](https://togithub.com/psf/black/issues/3382)). In addition, there is a small bug fix around imports and a number of improvements to the preview style. Please try out the [preview style](https://black.readthedocs.io/en/stable/the_black_code_style/future_style.html#preview-style) with `black --preview` and tell us your feedback. All changes in the preview style are expected to become part of Black's stable style in January 2024. ##### Stable style - Import lines with `# fmt: skip` and `# fmt: off` no longer have an extra blank line added when they are right after another import line ([#​3610](https://togithub.com/psf/black/issues/3610)) ##### Preview style - Add trailing commas to collection literals even if there's a comment after the last entry ([#​3393](https://togithub.com/psf/black/issues/3393)) - `async def`, `async for`, and `async with` statements are now formatted consistently compared to their non-async version. ([#​3609](https://togithub.com/psf/black/issues/3609)) - `with` statements that contain two context managers will be consistently wrapped in parentheses ([#​3589](https://togithub.com/psf/black/issues/3589)) - Let string splitters respect [East Asian Width](https://www.unicode.org/reports/tr11/) ([#​3445](https://togithub.com/psf/black/issues/3445)) - Now long string literals can be split after East Asian commas and periods (`、` U+3001 IDEOGRAPHIC COMMA, `。` U+3002 IDEOGRAPHIC FULL STOP, & `,` U+FF0C FULLWIDTH COMMA) besides before spaces ([#​3445](https://togithub.com/psf/black/issues/3445)) - For stubs, enforce one blank line after a nested class with a body other than just `...` ([#​3564](https://togithub.com/psf/black/issues/3564)) - Improve handling of multiline strings by changing line split behavior ([#​1879](https://togithub.com/psf/black/issues/1879)) ##### Parser - Added support for formatting files with invalid type comments ([#​3594](https://togithub.com/psf/black/issues/3594)) ##### Integrations - Update GitHub Action to use the version of Black equivalent to action's version if version input is not specified ([#​3543](https://togithub.com/psf/black/issues/3543)) - Fix missing Python binary path in autoload script for vim ([#​3508](https://togithub.com/psf/black/issues/3508)) ##### Documentation - Document that only the most recent release is supported for security issues; vulnerabilities should be reported through Tidelift ([#​3612](https://togithub.com/psf/black/issues/3612)) ### [`v23.1.0`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#​2310) [Compare Source](https://togithub.com/psf/black/compare/22.12.0...23.1.0) ##### Highlights This is the first release of 2023, and following our [stability policy](https://black.readthedocs.io/en/stable/the_black_code_style/index.html#stability-policy), it comes with a number of improvements to our stable style, including improvements to empty line handling, removal of redundant parentheses in several contexts, and output that highlights implicitly concatenated strings better. There are also many changes to the preview style; try out `black --preview` and give us feedback to help us set the stable style for next year. In addition to style changes, Black now automatically infers the supported Python versions from your `pyproject.toml` file, removing the need to set Black's target versions separately. ##### Stable style - Introduce the 2023 stable style, which incorporates most aspects of last year's preview style ([#​3418](https://togithub.com/psf/black/issues/3418)). Specific changes: - Enforce empty lines before classes and functions with sticky leading comments ([#​3302](https://togithub.com/psf/black/issues/3302)) (22.12.0) - Reformat empty and whitespace-only files as either an empty file (if no newline is present) or as a single newline character (if a newline is present) ([#​3348](https://togithub.com/psf/black/issues/3348)) (22.12.0) - Implicitly concatenated strings used as function args are now wrapped inside parentheses ([#​3307](https://togithub.com/psf/black/issues/3307)) (22.12.0) - Correctly handle trailing commas that are inside a line's leading non-nested parens ([#​3370](https://togithub.com/psf/black/issues/3370)) (22.12.0) - `--skip-string-normalization` / `-S` now prevents docstring prefixes from being normalized as expected ([#​3168](https://togithub.com/psf/black/issues/3168)) (since 22.8.0) - When using `--skip-magic-trailing-comma` or `-C`, trailing commas are stripped from subscript expressions with more than 1 element ([#​3209](https://togithub.com/psf/black/issues/3209)) (22.8.0) - Implicitly concatenated strings inside a list, set, or tuple are now wrapped inside parentheses ([#​3162](https://togithub.com/psf/black/issues/3162)) (22.8.0) - Fix a string merging/split issue when a comment is present in the middle of implicitly concatenated strings on its own line ([#​3227](https://togithub.com/psf/black/issues/3227)) (22.8.0) - Docstring quotes are no longer moved if it would violate the line length limit ([#​3044](https://togithub.com/psf/black/issues/3044), [#​3430](https://togithub.com/psf/black/issues/3430)) (22.6.0) - Parentheses around return annotations are now managed ([#​2990](https://togithub.com/psf/black/issues/2990)) (22.6.0) - Remove unnecessary parentheses around awaited objects ([#​2991](https://togithub.com/psf/black/issues/2991)) (22.6.0) - Remove unnecessary parentheses in `with` statements ([#​2926](https://togithub.com/psf/black/issues/2926)) (22.6.0) - Remove trailing newlines after code block open ([#​3035](https://togithub.com/psf/black/issues/3035)) (22.6.0) - Code cell separators `#%%` are now standardised to `# %%` ([#​2919](https://togithub.com/psf/black/issues/2919)) (22.3.0) - Remove unnecessary parentheses from `except` statements ([#​2939](https://togithub.com/psf/black/issues/2939)) (22.3.0) - Remove unnecessary parentheses from tuple unpacking in `for` loops ([#​2945](https://togithub.com/psf/black/issues/2945)) (22.3.0) - Avoid magic-trailing-comma in single-element subscripts ([#​2942](https://togithub.com/psf/black/issues/2942)) (22.3.0) - Fix a crash when a colon line is marked between `# fmt: off` and `# fmt: on` ([#​3439](https://togithub.com/psf/black/issues/3439)) ##### Preview style - Format hex codes in unicode escape sequences in string literals ([#​2916](https://togithub.com/psf/black/issues/2916)) - Add parentheses around `if`-`else` expressions ([#​2278](https://togithub.com/psf/black/issues/2278)) - Improve performance on large expressions that contain many strings ([#​3467](https://togithub.com/psf/black/issues/3467)) - Fix a crash in preview style with assert + parenthesized string ([#​3415](https://togithub.com/psf/black/issues/3415)) - Fix crashes in preview style with walrus operators used in function return annotations and except clauses ([#​3423](https://togithub.com/psf/black/issues/3423)) - Fix a crash in preview advanced string processing where mixed implicitly concatenated regular and f-strings start with an empty span ([#​3463](https://togithub.com/psf/black/issues/3463)) - Fix a crash in preview advanced string processing where a standalone comment is placed before a dict's value ([#​3469](https://togithub.com/psf/black/issues/3469)) - Fix an issue where extra empty lines are added when a decorator has `# fmt: skip` applied or there is a standalone comment between decorators ([#​3470](https://togithub.com/psf/black/issues/3470)) - Do not put the closing quotes in a docstring on a separate line, even if the line is too long ([#​3430](https://togithub.com/psf/black/issues/3430)) - Long values in dict literals are now wrapped in parentheses; correspondingly unnecessary parentheses around short values in dict literals are now removed; long string lambda values are now wrapped in parentheses ([#​3440](https://togithub.com/psf/black/issues/3440)) - Fix two crashes in preview style involving edge cases with docstrings ([#​3451](https://togithub.com/psf/black/issues/3451)) - Exclude string type annotations from improved string processing; fix crash when the return type annotation is stringified and spans across multiple lines ([#​3462](https://togithub.com/psf/black/issues/3462)) - Wrap multiple context managers in parentheses when targeting Python 3.9+ ([#​3489](https://togithub.com/psf/black/issues/3489)) - Fix several crashes in preview style with walrus operators used in `with` statements or tuples ([#​3473](https://togithub.com/psf/black/issues/3473)) - Fix an invalid quote escaping bug in f-string expressions where it produced invalid code. Implicitly concatenated f-strings with different quotes can now be merged or quote-normalized by changing the quotes used in expressions. ([#​3509](https://togithub.com/psf/black/issues/3509)) - Fix crash on `await (yield)` when Black is compiled with mypyc ([#​3533](https://togithub.com/psf/black/issues/3533)) ##### Configuration - Black now tries to infer its `--target-version` from the project metadata specified in `pyproject.toml` ([#​3219](https://togithub.com/psf/black/issues/3219)) ##### Packaging - Upgrade mypyc from `0.971` to `0.991` so mypycified *Black* can be built on armv7 ([#​3380](https://togithub.com/psf/black/issues/3380)) - This also fixes some crashes while using compiled Black with a debug build of CPython - Drop specific support for the `tomli` requirement on 3.11 alpha releases, working around a bug that would cause the requirement not to be installed on any non-final Python releases ([#​3448](https://togithub.com/psf/black/issues/3448)) - Black now depends on `packaging` version `22.0` or later. This is required for new functionality that needs to parse part of the project metadata ([#​3219](https://togithub.com/psf/black/issues/3219)) ##### Output - Calling `black --help` multiple times will return the same help contents each time ([#​3516](https://togithub.com/psf/black/issues/3516)) - Verbose logging now shows the values of `pyproject.toml` configuration variables ([#​3392](https://togithub.com/psf/black/issues/3392)) - Fix false symlink detection messages in verbose output due to using an incorrect relative path to the project root ([#​3385](https://togithub.com/psf/black/issues/3385)) ##### Integrations - Move 3.11 CI to normal flow now that all dependencies support 3.11 ([#​3446](https://togithub.com/psf/black/issues/3446)) - Docker: Add new `latest_prerelease` tag automation to follow latest black alpha release on docker images ([#​3465](https://togithub.com/psf/black/issues/3465)) ##### Documentation - Expand `vim-plug` installation instructions to offer more explicit options ([#​3468](https://togithub.com/psf/black/issues/3468))
jazzband/django-configurations ### [`v2.4.1`](https://togithub.com/jazzband/django-configurations/releases/tag/2.4.1) [Compare Source](https://togithub.com/jazzband/django-configurations/compare/2.4...2.4.1) - Pin publish action in release workflow by [@​michael-k](https://togithub.com/michael-k) - docs: Fix a few typos by [@​timgates42](https://togithub.com/timgates42) - Fixed [#​344](https://togithub.com/jazzband/django-configurations/issues/344) - Run tests on python 3.11 by [@​pauloxnet](https://togithub.com/pauloxnet) - Update github actions and fix pipeline by [@​pauloxnet](https://togithub.com/pauloxnet) - Fix "STATICFILES_STORAGE/STORAGES are mutually exclusive" on Django>=4.2 by [@​bluetech](https://togithub.com/bluetech) - Fix [#​351](https://togithub.com/jazzband/django-configurations/issues/351) Use 'furo' as Sphinx theme ([#​352](https://togithub.com/jazzband/django-configurations/issues/352)) by [@​pauloxnet](https://togithub.com/pauloxnet) - Fix [#​353](https://togithub.com/jazzband/django-configurations/issues/353) Improve code blocks in documentation by [@​pauloxnet](https://togithub.com/pauloxnet) - Fix [#​355](https://togithub.com/jazzband/django-configurations/issues/355) - Update to Django 4.2 stable ([#​356](https://togithub.com/jazzband/django-configurations/issues/356)) by [@​pauloxnet](https://togithub.com/pauloxnet) **Full Changelog**: https://github.com/jazzband/django-configurations/compare/2.4...2.4.1
adamchainz/django-cors-headers ### [`v3.14.0`](https://togithub.com/adamchainz/django-cors-headers/blob/HEAD/CHANGELOG.rst#​3140-2023-02-25) [Compare Source](https://togithub.com/adamchainz/django-cors-headers/compare/3.13.0...3.14.0) - Support Django 4.2. - Switch from `urlparse()` to `urlsplit()` for URL parsing, reducing the middleware runtime up to 5%. This changes the type passed to `origin_found_in_white_lists()`, so if you have subclassed the middleware to override this method, you should check it is compatible (it most likely is). Thanks to Thibaut Decombe in `PR #​793 `\__.
gotcha/ipdb ### [`v0.13.13`](https://togithub.com/gotcha/ipdb/blob/HEAD/HISTORY.txt#​01313-2023-03-09) [Compare Source](https://togithub.com/gotcha/ipdb/compare/0.13.12...0.13.13) - Use context manager for opening toml config \[andrewzwicky] ### [`v0.13.12`](https://togithub.com/gotcha/ipdb/blob/HEAD/HISTORY.txt#​01312-2023-03-09) [Compare Source](https://togithub.com/gotcha/ipdb/compare/0.13.11...0.13.12) - Modify tests to test 3.11 separately from earlier python versions. \[andrewzwicky]
ipython/ipython ### [`v8.12.0`](https://togithub.com/ipython/ipython/compare/8.11.0...8.12.0) [Compare Source](https://togithub.com/ipython/ipython/compare/8.11.0...8.12.0) ### [`v8.11.0`](https://togithub.com/ipython/ipython/compare/8.10.0...8.11.0) [Compare Source](https://togithub.com/ipython/ipython/compare/8.10.0...8.11.0) ### [`v8.10.0`](https://togithub.com/ipython/ipython/compare/8.9.0...8.10.0) [Compare Source](https://togithub.com/ipython/ipython/compare/8.9.0...8.10.0)
msgpack/msgpack-python ### [`v1.0.5`](https://togithub.com/msgpack/msgpack-python/blob/HEAD/ChangeLog.rst#​105) [Compare Source](https://togithub.com/msgpack/msgpack-python/compare/v1.0.4...v1.0.5) \===== Release Date: 2023-03-08 - Use `__BYTE_ORDER__` instead of `__BYTE_ORDER` for portability. ([#​513](https://togithub.com/msgpack/msgpack-python/issues/513), [#​514](https://togithub.com/msgpack/msgpack-python/issues/514)) - Add Python 3.11 wheels ([#​517](https://togithub.com/msgpack/msgpack-python/issues/517)) - fallback: Fix packing multidimensional memoryview ([#​527](https://togithub.com/msgpack/msgpack-python/issues/527))
PyCQA/pylint ### [`v2.17.2`](https://togithub.com/pylint-dev/pylint/releases/tag/v2.17.2): 2.17.2 [Compare Source](https://togithub.com/PyCQA/pylint/compare/v2.17.1...v2.17.2) ## False Positives Fixed - `invalid-name` now allows for integers in `typealias` names: - now valid: `Good2Name`, `GoodName2`. - still invalid: `_1BadName`. Closes [#​8485](https://togithub.com/PyCQA/pylint/issues/8485) - No longer consider `Union` as type annotation as type alias for naming checks. Closes [#​8487](https://togithub.com/PyCQA/pylint/issues/8487) - `unnecessary-lambda` no longer warns on lambdas which use its parameters in their body (other than the final arguments), e.g. `lambda foo: (bar if foo else baz)(foo)`. Closes [#​8496](https://togithub.com/PyCQA/pylint/issues/8496) ## Other Bug Fixes - Fix a crash in pyreverse when "/" characters are used in the output filename e.g pyreverse -o png -p name/ path/to/project. Closes [#​8504](https://togithub.com/PyCQA/pylint/issues/8504) ### [`v2.17.1`](https://togithub.com/pylint-dev/pylint/releases/tag/v2.17.1) [Compare Source](https://togithub.com/PyCQA/pylint/compare/v2.17.0...v2.17.1) ## False Positives Fixed - Adds `asyncSetUp` to the default `defining-attr-methods` list to silence `attribute-defined-outside-init` warning when using `unittest.IsolatedAsyncioTestCase`. Refs [#​8403](https://togithub.com/PyCQA/pylint/issues/8403) ## Other Bug Fixes - `--clear-cache-post-run` now also clears LRU caches for pylint utilities holding references to AST nodes. Closes [#​8361](https://togithub.com/PyCQA/pylint/issues/8361) - Fix a crash when `TYPE_CHECKING` is used without importing it. Closes [#​8434](https://togithub.com/PyCQA/pylint/issues/8434) - Fix a regression of `preferred-modules` where a partial match was used instead of the required full match. Closes [#​8453](https://togithub.com/PyCQA/pylint/issues/8453) ## Internal Changes - The following utilities are deprecated in favor of the more robust `in_type_checking_block` and will be removed in pylint 3.0: - `is_node_in_guarded_import_block` - `is_node_in_typing_guarded_import_block` - `is_typing_guard` `is_sys_guard` is still available, which was part of `is_node_in_guarded_import_block`. Refs [#​8433](https://togithub.com/PyCQA/pylint/issues/8433) ### [`v2.17.0`](https://togithub.com/pylint-dev/pylint/releases/tag/v2.17.0): 2.17.0 [Compare Source](https://togithub.com/PyCQA/pylint/compare/v2.16.4...v2.17.0) 2.17 is a small release that is the first to support python 3.11 officially with the addition of TryStar nodes. There's still two new default checks: `bad-chained-comparison` and `implicit-flag-alias`, one of them already fixed a previously undetected bug in sentry. Thanks to the community effort our documentation is almost complete, and almost all messages should have a proper documentation now. A big thank you to everyone who participated ! The next release is going to be `3.0.0`, bring breaking changes and enact long announced deprecations. There's going to be frequent beta releases, before the official releases, everyone is welcome to try the betas so we find problems before the actual release. ## What's new in Pylint 2.17.0? Release date: 2023-03-08 ## New Features - `pyreverse` now supports custom color palettes with the `--color-palette` option. Closes [#​6738](https://togithub.com/PyCQA/pylint/issues/6738) - Add `invalid-name` check for `TypeAlias` names. Closes [#​7081](https://togithub.com/PyCQA/pylint/issues/7081) - Accept values of the form `.` for the `exclude-protected` list. Closes [#​7343](https://togithub.com/PyCQA/pylint/issues/7343) - Add `--version` option to `pyreverse`. Refs [#​7851](https://togithub.com/PyCQA/pylint/issues/7851) - Adds new functionality with preferred-modules configuration to detect submodules. Refs [#​7957](https://togithub.com/PyCQA/pylint/issues/7957) - Support implicit namespace packages (PEP 420). Closes [#​8154](https://togithub.com/PyCQA/pylint/issues/8154) - Add globbing pattern support for `--source-roots`. Closes [#​8290](https://togithub.com/PyCQA/pylint/issues/8290) - Support globbing pattern when defining which file/directory/module to lint. Closes [#​8310](https://togithub.com/PyCQA/pylint/issues/8310) - pylint now supports `TryStar` nodes from Python 3.11 and should be fully compatible with Python 3.11. Closes [#​8387](https://togithub.com/PyCQA/pylint/issues/8387) ## New Checks - Add a `bad-chained-comparison` check that emits a warning when there is a chained comparison where one expression is semantically incompatible with the other. Closes [#​6559](https://togithub.com/PyCQA/pylint/issues/6559) - Adds an `implicit-flag-alias` check that emits a warning when a class derived from `enum.IntFlag` assigns distinct integer values that share common bit positions. Refs [#​8102](https://togithub.com/PyCQA/pylint/issues/8102) ## False Positives Fixed - Fix various false positives for functions that return directly from structural pattern matching cases. Closes [#​5288](https://togithub.com/PyCQA/pylint/issues/5288) - Fix false positive for `used-before-assignment` when `typing.TYPE_CHECKING` is used with if/elif/else blocks. Closes [#​7574](https://togithub.com/PyCQA/pylint/issues/7574) - Fix false positive for isinstance-second-argument-not-valid-type with union types. Closes [#​8205](https://togithub.com/PyCQA/pylint/issues/8205) - Fix false positive for `used-before-assignment` for named expressions appearing after the first element in a list, tuple, or set. Closes [#​8252](https://togithub.com/PyCQA/pylint/issues/8252) - Fix false positive for `wrong-spelling-in-comment` with class names in a python 2 type comment. Closes [#​8370](https://togithub.com/PyCQA/pylint/issues/8370) ## False Negatives Fixed - Fix a false negative for 'missing-parentheses-for-call-in-test' when inference failed for the internal of the call as we did not need that information to raise correctly. Refs [#​8185](https://togithub.com/PyCQA/pylint/issues/8185) - Fix false negative for inconsistent-returns with while-loops. Closes [#​8280](https://togithub.com/PyCQA/pylint/issues/8280) ## Other Bug Fixes - Fix `used-before-assignment` false positive when the walrus operator is used with a ternary operator in dictionary key/value initialization. Closes [#​8125](https://togithub.com/PyCQA/pylint/issues/8125) - Fix `no-name-in-module` false positive raised when a package defines a variable with the same name as one of its submodules. Closes [#​8148](https://togithub.com/PyCQA/pylint/issues/8148) - Fix a crash happening for python interpreter < 3.9 following a failed typing update. Closes [#​8161](https://togithub.com/PyCQA/pylint/issues/8161) - Fix `nested-min-max` suggestion message to indicate it's possible to splat iterable objects. Closes [#​8168](https://togithub.com/PyCQA/pylint/issues/8168) - Fix a crash happening when a class attribute was negated in the start argument of an enumerate. Closes [#​8207](https://togithub.com/PyCQA/pylint/issues/8207) - Prevent emitting `invalid-name` for the line on which a `global` statement is declared. Closes [#​8307](https://togithub.com/PyCQA/pylint/issues/8307) ## Other Changes - Update explanation for `global-variable-not-assigned` and add confidence. Closes [#​5073](https://togithub.com/PyCQA/pylint/issues/5073) - The governance model and the path to become a maintainer have been documented as part of our effort to guarantee that the software supply chain in which pylint is included is secure. Refs [#​8329](https://togithub.com/PyCQA/pylint/issues/8329) ### [`v2.16.4`](https://togithub.com/pylint-dev/pylint/releases/tag/v2.16.4) [Compare Source](https://togithub.com/PyCQA/pylint/compare/v2.16.3...v2.16.4) ## False Positives Fixed - Fix false positive for isinstance-second-argument-not-valid-type with union types. Closes [#​8205](https://togithub.com/PyCQA/pylint/issues/8205) ### [`v2.16.3`](https://togithub.com/pylint-dev/pylint/releases/tag/v2.16.3) [Compare Source](https://togithub.com/PyCQA/pylint/compare/v2.16.2...v2.16.3) ## False Positives Fixed - Fix false positive for `wrong-spelling-in-comment` with class names in a python 2 type comment. Closes [#​8370](https://togithub.com/PyCQA/pylint/issues/8370) ## Other Bug Fixes - Prevent emitting `invalid-name` for the line on which a `global` statement is declared. Closes [#​8307](https://togithub.com/PyCQA/pylint/issues/8307) ### [`v2.16.2`](https://togithub.com/pylint-dev/pylint/releases/tag/v2.16.2) [Compare Source](https://togithub.com/PyCQA/pylint/compare/v2.16.1...v2.16.2) ## New Features - Add `--version` option to `pyreverse`. Refs [#​7851](https://togithub.com/PyCQA/pylint/issues/7851) ## False Positives Fixed - Fix false positive for `used-before-assignment` when `typing.TYPE_CHECKING` is used with if/elif/else blocks. Closes [#​7574](https://togithub.com/PyCQA/pylint/issues/7574) - Fix false positive for `used-before-assignment` for named expressions appearing after the first element in a list, tuple, or set. Closes [#​8252](https://togithub.com/PyCQA/pylint/issues/8252) ## Other Bug Fixes - Fix `used-before-assignment` false positive when the walrus operator is used with a ternary operator in dictionary key/value initialization. Closes [#​8125](https://togithub.com/PyCQA/pylint/issues/8125) - Fix `no-name-in-module` false positive raised when a package defines a variable with the same name as one of its submodules. Closes [#​8148](https://togithub.com/PyCQA/pylint/issues/8148) - Fix `nested-min-max` suggestion message to indicate it's possible to splat iterable objects. Closes [#​8168](https://togithub.com/PyCQA/pylint/issues/8168) - Fix a crash happening when a class attribute was negated in the start argument of an enumerate. Closes [#​8207](https://togithub.com/PyCQA/pylint/issues/8207) ### [`v2.16.1`](https://togithub.com/pylint-dev/pylint/releases/tag/v2.16.1) [Compare Source](https://togithub.com/PyCQA/pylint/compare/v2.16.0...v2.16.1) ## Other Bug Fixes - Fix a crash happening for python interpreter < 3.9 following a failed typing update. Closes [#​8161](https://togithub.com/PyCQA/pylint/issues/8161) ### [`v2.16.0`](https://togithub.com/pylint-dev/pylint/releases/tag/v2.16.0) [Compare Source](https://togithub.com/PyCQA/pylint/compare/v2.15.10...v2.16.0) # Summary -- Release highlights In 2.16.0 we added aggregation and composition understanding in `pyreverse`, and a way to clear the cache in between run in server mode (originally for the VS Code integration). Apart from the bug fixes there's also a lot of new checks, and new extensions that have been asked for for a long time that were implemented. If you want to benefit from all the new checks load the following plugins:: pylint.extensions.dict_init_mutate, pylint.extensions.dunder, pylint.extensions.typing, pylint.extensions.magic_value, We still welcome any community effort to help review, integrate, and add good/bad examples to the doc for [#​5953](https://togithub.com/PyCQA/pylint/issues/5953). This should be doable without any `pylint` or `astroid` knowledge, so this is the perfect entrypoint if you want to contribute to `pylint` or open source without any experience with our code! Last but not least [@​clavedeluna](https://togithub.com/clavedeluna) and [@​nickdrozd](https://togithub.com/nickdrozd) became triagers, welcome to the team ! ## What's new in Pylint 2.16.0? ## Changes requiring user actions - The `accept-no-raise-doc` option related to `missing-raises-doc` will now be correctly taken into account all the time. Pylint will no longer raise missing-raises-doc (W9006) when no exceptions are documented and accept-no-raise-doc is true (issue [#​7208](https://togithub.com/PyCQA/pylint/issues/7208)). If you were expecting missing-raises-doc errors to be raised in that case, you will now have to add `accept-no-raise-doc=no` in your configuration to keep the same behavior. Closes [#​7208](https://togithub.com/PyCQA/pylint/issues/7208) ## New Features - Added the `no-header` output format. If enabled with `--output-format=no-header`, it will not include the module name in the output. Closes [#​5362](https://togithub.com/PyCQA/pylint/issues/5362) - Added configuration option `clear-cache-post-run` to support server-like usage. Use this flag if you expect the linted files to be altered between runs. Refs [#​5401](https://togithub.com/PyCQA/pylint/issues/5401) - Add `--allow-reexport-from-package` option to configure the `useless-import-alias` check not to emit a warning if a name is reexported from a package. Closes [#​6006](https://togithub.com/PyCQA/pylint/issues/6006) - Update `pyreverse` to differentiate between aggregations and compositions. `pyreverse` checks if it's an Instance or a Call of an object via method parameters (via type hints) to decide if it's a composition or an aggregation. Refs [#​6543](https://togithub.com/PyCQA/pylint/issues/6543) ## New Checks - Adds a `pointless-exception-statement` check that emits a warning when an Exception is created and not assigned, raised or returned. Refs [#​3110](https://togithub.com/PyCQA/pylint/issues/3110) - Add a `shadowed-import` message for aliased imports. Closes [#​4836](https://togithub.com/PyCQA/pylint/issues/4836) - Add new check called `unbalanced-dict-unpacking` to check for unbalanced dict unpacking in assignment and for loops. Closes [#​5797](https://togithub.com/PyCQA/pylint/issues/5797) - Add new checker `positional-only-arguments-expected` to check for cases when positional-only arguments have been passed as keyword arguments. Closes [#​6489](https://togithub.com/PyCQA/pylint/issues/6489) - Added `singledispatch-method` which informs that `@singledispatch` should decorate functions and not class/instance methods. Added `singledispatchmethod-function` which informs that `@singledispatchmethod` should decorate class/instance methods and not functions. Closes [#​6917](https://togithub.com/PyCQA/pylint/issues/6917) - Rename `broad-except` to `broad-exception-caught` and add new checker `broad-exception-raised` which will warn if general exceptions `BaseException` or `Exception` are raised. Closes [#​7494](https://togithub.com/PyCQA/pylint/issues/7494) - Added `nested-min-max` which flags `min(1, min(2, 3))` to simplify to `min(1, 2, 3)`. Closes [#​7546](https://togithub.com/PyCQA/pylint/issues/7546) - Extended `use-dict-literal` to also warn about call to `dict()` when passing keyword arguments. Closes [#​7690](https://togithub.com/PyCQA/pylint/issues/7690) - Add `named-expr-without-context` check to emit a warning if a named expression is used outside a context like `if`, `for`, `while`, or a comprehension. Refs [#​7760](https://togithub.com/PyCQA/pylint/issues/7760) - Add `invalid-slice-step` check to warn about a slice step value of `0` for common builtin sequences. Refs [#​7762](https://togithub.com/PyCQA/pylint/issues/7762) - Add `consider-refactoring-into-while-condition` check to recommend refactoring when a while loop is defined w

Configuration

📅 Schedule: Branch creation - "before 7am on monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • [ ] If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.