Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump the optional group across 1 directory with 4 updates #997

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 17, 2024

Updates the requirements on django-allauth, coveralls, gunicorn and pytest-playwright to permit the latest version.
Updates django-allauth to 0.63.1

Changelog

Sourced from django-allauth's changelog.

0.63.1 (2024-05-17)


Note worthy changes

  • When only allauth.account was installed, you could run into an exception stating "allauth.socialaccount not installed, yet its models are imported.". This has been fixed.

  • When SOCIALACCOUNT_EMAIL_AUTHENTICATION was turned on, and a user would connect a third-party account for which email authentication would kick in, the connect was implicitly skipped. Fixed.

  • The recommendation from the documentation to protect the Django admin login could cause an infinite redirect loop in case of AUTHENTICATED_LOGIN_REDIRECTS. A decorator secure_admin_login() is now offered out of the box to ensure that the Django admin is properly secured by allauth (e.g. rate limits, 2FA).

  • Subpackages from the tests package were packaged, fixed.

0.63.0 (2024-05-14)


Note worthy changes

  • New providers: TikTok, Lichess.

  • Starting since version 0.62.0, new email addresses are always stored as lower case. In this version, we take the final step and also convert existing data to lower case, alter the database indices and perform lookups accordingly. Migrations are in place. For rationale, see the note about email case sensitivity in the documentation.

  • An official API for single-page and mobile application support is now available, via the new allauth.headless app.

  • Added support for a honeypot field on the signup form. Real users do not see the field and therefore leave it empty. When bots do fill out the field account creation is silently skipped.

0.62.1 (2024-04-24)


  • The tests package was accidentally packaged, fixed.

... (truncated)

Commits
  • e409ac9 chore: Release 0.63.1
  • 8fd365f docs(ChangeLog): Add account-only note
  • 2021e0b fix(socialaccount): is_existing caused repeated db queries
  • 6da7730 fix: Don't import mfa/socialaccount models when not installed
  • 7e8c262 feat(templates): add form tags for email
  • b1786ed feat: secure_admin_login() decorator
  • 9731a41 fix(socialaccount): Email authentication vs connect
  • ed37642 fix(setup): tests subpackages being packaged
  • b9c1f3a chore: Opening 0.63.1-dev
  • 0a3040f fix(README): PyPi vs raw::html
  • Additional commits viewable in compare view

Updates coveralls to 4.0.1

Release notes

Sourced from coveralls's releases.

4.0.1 (2024-05-15)

Internal

Changelog

Sourced from coveralls's changelog.

4.0.1 (2024-05-15)

Internal

4.0.0 (2024-04-29)

BREAKING CHANGES

When config.ignore_errors is Falsey, failures to parse Python files or look up file sources will now interrupt and early exit collection, which matches default coverage behaviour. Previously, we had manually muted these errors and/or only errored after collecting multiple failures.

See the coverage.py docs for setting this option.

Features

Bug Fixes

Internal

3.3.1 (2021-11-11)

Bug Fixes

Internal

  • exclude a few incompatible coverage versions (#337)

... (truncated)

Commits
  • e20a8c8 chore(release): bump version
  • b566fc3 test(git): support running tests outside of gitdir (#443)
  • f41dca5 feat(deps): add support for coverage v7.5+ (#442)
  • afea549 docs(changelog): reference coverage.py config docs
  • ee0f09b chore(deps): update pre-commit hook pycqa/pylint to v3.2.0
  • f466374 chore(deps): update pre-commit hook pycqa/pylint to v3.1.1 (#438)
  • 6514a59 chore(deps): update pandoc/core docker tag to v3.2.0
  • a30b404 chore(deps): update actions/checkout action to v4.1.5
  • b274e07 chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0....
  • 33f0bea chore(deps): lock file maintenance
  • Additional commits viewable in compare view

Updates gunicorn to 22.0.0

Release notes

Sourced from gunicorn's releases.

Gunicorn 22.0 has been released

Gunicorn 22.0.0 has been released. This version fix the numerous security vulnerabilities. You're invited to upgrade asap your own installation.

Changes:

22.0.0 - 2024-04-17
===================
  • use utime to notify workers liveness
  • migrate setup to pyproject.toml
  • fix numerous security vulnerabilities in HTTP parser (closing some request smuggling vectors)
  • parsing additional requests is no longer attempted past unsupported request framing
  • on HTTP versions < 1.1 support for chunked transfer is refused (only used in exploits)
  • requests conflicting configured or passed SCRIPT_NAME now produce a verbose error
  • Trailer fields are no longer inspected for headers indicating secure scheme
  • support Python 3.12

** Breaking changes **

  • minimum version is Python 3.7
  • the limitations on valid characters in the HTTP method have been bounded to Internet Standards
  • requests specifying unsupported transfer coding (order) are refused by default (rare)
  • HTTP methods are no longer casefolded by default (IANA method registry contains none affected)
  • HTTP methods containing the number sign (#) are no longer accepted by default (rare)
  • HTTP versions < 1.0 or >= 2.0 are no longer accepted by default (rare, only HTTP/1.1 is supported)
  • HTTP versions consisting of multiple digits or containing a prefix/suffix are no longer accepted
  • HTTP header field names Gunicorn cannot safely map to variables are silently dropped, as in other software
  • HTTP headers with empty field name are refused by default (no legitimate use cases, used in exploits)
  • requests with both Transfer-Encoding and Content-Length are refused by default (such a message might indicate an attempt to perform request smuggling)
  • empty transfer codings are no longer permitted (reportedly seen with really old & broken proxies)

** SECURITY **

  • fix CVE-2024-1135
  1. Documentation is available there: https://docs.gunicorn.org/en/stable/news.html
  2. Packages: https://pypi.org/project/gunicorn/
Commits
  • f63d59e bump to 22.0
  • 4ac81e0 Merge pull request #3175 from e-kwsm/typo
  • 401cecf Merge pull request #3179 from dhdaines/exclude-eventlet-0360
  • 0243ec3 fix(deps): exclude eventlet 0.36.0
  • 628a0bc chore: fix typos
  • 88fc4a4 Merge pull request #3131 from pajod/patch-py12-rebased
  • deae2fc CI: back off the agressive timeout
  • f470382 docs: promise 3.12 compat
  • 5e30bfa add changelog to project.urls (updated for PEP621)
  • 481c3f9 remove setup.cfg - overridden by pyproject.toml
  • Additional commits viewable in compare view

Updates pytest-playwright to 0.5.0

Release notes

Sourced from pytest-playwright's releases.

v0.5.0

Bugfixes:

Full Changelog: microsoft/playwright-pytest@v0.4.4...v0.5.0

Commits
  • 6d624fc devops: migrate publishing to ESRP (#226)
  • 74ade3e fix: migrate artifacts_folder to session fixture (#223)
  • 40ba0da fix: clean up videos after each test (#221)
  • 2d5a080 feat: support artifact collection with multiple contexts (#216)
  • be0be7c test: enhance test-artifact assertion utility (#218)
  • 3cec62e fix: improve video naming (#217)
  • 1a54e22 devops: delete unused conda_build_config (#214)
  • ac21122 devops: bump GitHub Action workflows (#215)
  • ff4f8e9 chore(deps): bump black from 22.6.0 to 24.3.0 (#212)
  • 6f38e7c chore(deps): bump django from 3.2.24 to 3.2.25 (#211)
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Updates the requirements on [django-allauth](https://github.com/pennersr/django-allauth), [coveralls](https://github.com/TheKevJames/coveralls-python), [gunicorn](https://github.com/benoitc/gunicorn) and [pytest-playwright](https://github.com/microsoft/playwright-pytest) to permit the latest version.

Updates `django-allauth` to 0.63.1
- [Changelog](https://github.com/pennersr/django-allauth/blob/main/ChangeLog.rst)
- [Commits](pennersr/django-allauth@0.61.1...0.63.1)

Updates `coveralls` to 4.0.1
- [Release notes](https://github.com/TheKevJames/coveralls-python/releases)
- [Changelog](https://github.com/TheKevJames/coveralls-python/blob/master/CHANGELOG.md)
- [Commits](TheKevJames/coveralls-python@3.3.0...4.0.1)

Updates `gunicorn` to 22.0.0
- [Release notes](https://github.com/benoitc/gunicorn/releases)
- [Commits](benoitc/gunicorn@21.2.0...22.0.0)

Updates `pytest-playwright` to 0.5.0
- [Release notes](https://github.com/microsoft/playwright-pytest/releases)
- [Commits](microsoft/playwright-pytest@v0.4.3...v0.5.0)

---
updated-dependencies:
- dependency-name: django-allauth
  dependency-type: direct:production
  dependency-group: optional
- dependency-name: coveralls
  dependency-type: direct:production
  dependency-group: optional
- dependency-name: gunicorn
  dependency-type: direct:production
  dependency-group: optional
- dependency-name: pytest-playwright
  dependency-type: direct:production
  dependency-group: optional
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code type:maintenance labels May 17, 2024
@MyPyDavid MyPyDavid merged commit 057ab28 into dependency-updates May 22, 2024
7 of 12 checks passed
@dependabot dependabot bot deleted the dependabot/pip/dependency-updates/optional-3cb04af4de branch May 22, 2024 07:47
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 Pull requests that update Python code type:maintenance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant