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

Bump pytest from 5.4.1 to 6.2.5 #479

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 30, 2021

Bumps pytest from 5.4.1 to 6.2.5.

Release notes

Sourced from pytest's releases.

6.2.5

pytest 6.2.5 (2021-08-29)

Trivial/Internal Changes

  • #8494: Python 3.10 is now supported.
  • #9040: Enable compatibility with pluggy 1.0 or later.

6.2.4

pytest 6.2.4 (2021-05-04)

Bug Fixes

  • #8539: Fixed assertion rewriting on Python 3.10.

6.2.3

pytest 6.2.3 (2021-04-03)

Bug Fixes

  • #8414: pytest used to create directories under /tmp with world-readable permissions. This means that any user in the system was able to read information written by tests in temporary directories (such as those created by the tmp_path/tmpdir fixture). Now the directories are created with private permissions.

    pytest used silenty use a pre-existing /tmp/pytest-of-<username> directory, even if owned by another user. This means another user could pre-create such a directory and gain control of another user's temporary directory. Now such a condition results in an error.

6.2.2

pytest 6.2.2 (2021-01-25)

Bug Fixes

  • #8152: Fixed "(<Skipped instance>)" being shown as a skip reason in the verbose test summary line when the reason is empty.
  • #8249: Fix the faulthandler plugin for occasions when running with twisted.logger and using pytest --capture=no.

6.2.1

pytest 6.2.1 (2020-12-15)

... (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)

Bumps [pytest](https://github.com/pytest-dev/pytest) from 5.4.1 to 6.2.5.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@5.4.1...6.2.5)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 8, 2021

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/pip/pytest-6.2.5 branch October 8, 2021 20:59
pmac pushed a commit that referenced this pull request Oct 13, 2021
* Bump pytest-django from 3.8.0 to 4.4.0 (from PR #449)

Bumps [pytest-django](https://github.com/pytest-dev/pytest-django) from 3.8.0 to 4.4.0.
- [Release notes](https://github.com/pytest-dev/pytest-django/releases)
- [Changelog](https://github.com/pytest-dev/pytest-django/blob/master/docs/changelog.rst)
- [Commits](pytest-dev/pytest-django@v3.8.0...v4.4.0)

* Bump psycopg2-binary from 2.8.3 to 2.9.1 (from PR #453)

Bumps [psycopg2-binary](https://github.com/psycopg/psycopg2) from 2.8.3 to 2.9.1.
- [Release notes](https://github.com/psycopg/psycopg2/releases)
- [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS)
- [Commits](https://github.com/psycopg/psycopg2/commits)

* Bump pytest from 5.4.1 to 6.2.5 (from PR #479)

Bumps [pytest](https://github.com/pytest-dev/pytest) from 5.4.1 to 6.2.5.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@5.4.1...6.2.5)

* Bump packaging from 20.1 to 21.0 (from PR #458)

Bumps [packaging](https://github.com/pypa/packaging) from 20.1 to 21.0.
- [Release notes](https://github.com/pypa/packaging/releases)
- [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst)
- [Commits](pypa/packaging@20.1...21.0)

* Bump cffi from 1.12.3 to 1.14.6 (from PR #466)

Bumps [cffi](http://cffi.readthedocs.org) from 1.12.3 to 1.14.6.

* Bump whitenoise from 5.0.1 to 5.3.0 (from PR #467)

Bumps [whitenoise](https://github.com/evansd/whitenoise) from 5.0.1 to 5.3.0.
- [Release notes](https://github.com/evansd/whitenoise/releases)
- [Changelog](https://github.com/evansd/whitenoise/blob/master/docs/changelog.rst)
- [Commits](evansd/whitenoise@v5.0.1...v5.3.0)

* Bump mozilla-django-oidc from 1.2.2 to 2.0.0 (from PR #470)

Bumps [mozilla-django-oidc](https://github.com/mozilla/mozilla-django-oidc) from 1.2.2 to 2.0.0.
- [Release notes](https://github.com/mozilla/mozilla-django-oidc/releases)
- [Changelog](https://github.com/mozilla/mozilla-django-oidc/blob/master/HISTORY.rst)
- [Commits](mozilla/mozilla-django-oidc@1.2.2...2.0.0)

* Bump django-pagedown from 2.1.3 to 2.2.1 (from PR #473)

Bumps [django-pagedown](https://github.com/timmyomahony/django-pagedown) from 2.1.3 to 2.2.1.
- [Release notes](https://github.com/timmyomahony/django-pagedown/releases)
- [Commits](timmyomahony/django-pagedown@2.1.3...2.2.1)

* Bump pluggy from 0.13.1 to 1.0.0 (from PR #477)

Bumps [pluggy](https://github.com/pytest-dev/pluggy) from 0.13.1 to 1.0.0.
- [Release notes](https://github.com/pytest-dev/pluggy/releases)
- [Changelog](https://github.com/pytest-dev/pluggy/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pluggy@0.13.1...1.0.0)

* Bump deprecated from 1.2.7 to 1.2.13 (from PR #482)

Bumps [deprecated](https://github.com/tantale/deprecated) from 1.2.7 to 1.2.13.
- [Release notes](https://github.com/tantale/deprecated/releases)
- [Changelog](https://github.com/tantale/deprecated/blob/master/CHANGELOG.rst)
- [Commits](laurent-laporte-pro/deprecated@v1.2.7...v1.2.13)

* Bump pillow from 8.0.1 to 8.3.2 (from PR #484)

Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.0.1 to 8.3.2.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst)
- [Commits](python-pillow/Pillow@8.0.1...8.3.2)

* Bump django-jinja from 2.4.1 to 2.9.1 (from PR #485)

Bumps [django-jinja](https://github.com/niwinz/django-jinja) from 2.4.1 to 2.9.1.
- [Release notes](https://github.com/niwinz/django-jinja/releases)
- [Changelog](https://github.com/niwinz/django-jinja/blob/master/CHANGES.adoc)
- [Commits](niwinz/django-jinja@2.4.1...2.9.1)

* Bump sqlparse from 0.3.0 to 0.4.2 (from PR #487)

Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.3.0 to 0.4.2.
- [Release notes](https://github.com/andialbrecht/sqlparse/releases)
- [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG)
- [Commits](andialbrecht/sqlparse@0.3.0...0.4.2)

* Bump more-itertools from 8.2.0 to 8.10.0 (from PR #489)

Bumps [more-itertools](https://github.com/more-itertools/more-itertools) from 8.2.0 to 8.10.0.
- [Release notes](https://github.com/more-itertools/more-itertools/releases)
- [Commits](more-itertools/more-itertools@v8.2.0...v8.10.0)

* Bump django-filter from 2.2.0 to 21.1 (from PR #490)

Bumps [django-filter](https://github.com/carltongibson/django-filter) from 2.2.0 to 21.1.
- [Release notes](https://github.com/carltongibson/django-filter/releases)
- [Changelog](https://github.com/carltongibson/django-filter/blob/main/CHANGES.rst)
- [Commits](carltongibson/django-filter@2.2.0...21.1)

* Bump pytz from 2019.3 to 2021.3 (from PR #498)

Bumps [pytz](https://github.com/stub42/pytz) from 2019.3 to 2021.3.
- [Release notes](https://github.com/stub42/pytz/releases)
- [Commits](stub42/pytz@release_2019.3...release_2021.3)

* Bump python-decouple from 3.1 to 3.5 (from PR #499)

Bumps [python-decouple](https://github.com/henriquebastos/python-decouple) from 3.1 to 3.5.
- [Release notes](https://github.com/henriquebastos/python-decouple/releases)
- [Changelog](https://github.com/henriquebastos/python-decouple/blob/master/CHANGELOG.md)
- [Commits](HBNetwork/python-decouple@3.1...3.5)

* Add toml and iniconfig for updated pytest

* Bump Jinja2 and dep after django-jinja update

* Upgrade to latest Django 2.2.x

* Downgrade psycopg2-binary

See psycopg/psycopg2#1293

* Bump py from 1.8.1 to 1.10.0 (from PR #352)

Bumps [py](https://github.com/pytest-dev/py) from 1.8.1 to 1.10.0.
- [Release notes](https://github.com/pytest-dev/py/releases)
- [Changelog](https://github.com/pytest-dev/py/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/py@1.8.1...1.10.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* Bump contextlib2 from 0.5.5 to 21.6.0 (from PR #455)

Bumps [contextlib2](https://github.com/jazzband/contextlib2) from 0.5.5 to 21.6.0.
- [Release notes](https://github.com/jazzband/contextlib2/releases)
- [Changelog](https://github.com/jazzband/contextlib2/blob/master/NEWS.rst)
- [Commits](jazzband/contextlib2@v0.5.5...21.6.0)

* Bump six from 1.12.0 to 1.16.0

* Bump typing from 3.7.4 to 3.7.4.3 (from PR #246)

Bumps [typing](https://github.com/python/typing) from 3.7.4 to 3.7.4.3.
- [Release notes](https://github.com/python/typing/releases)
- [Commits](python/typing@3.7.4...3.7.4.3)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* Bump flake8 from 3.7.9 to 3.9.2 (from PR #429)

Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.7.9 to 3.9.2.
- [Release notes](https://gitlab.com/pycqa/flake8/tags)
- [Commits](https://gitlab.com/pycqa/flake8/compare/3.7.9...3.9.2)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump spinach from 0.0.11 to 0.0.14 (from PR #428)

Bumps [spinach](https://github.com/NicolasLM/spinach) from 0.0.11 to 0.0.14.
- [Release notes](https://github.com/NicolasLM/spinach/releases)
- [Commits](NicolasLM/spinach@v0.0.11...v0.0.14)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump pbr from 5.4.4 to 5.6.0 (from PR #423)

Bumps [pbr](https://docs.openstack.org/pbr/latest/) from 5.4.4 to 5.6.0.

Signed-off-by: dependabot[bot] <[email protected]>

* Bump gunicorn from 19.9.0 to 20.1.0 (from PR #408)

Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 19.9.0 to 20.1.0.
- [Release notes](https://github.com/benoitc/gunicorn/releases)
- [Commits](benoitc/gunicorn@19.9.0...20.1.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* Bump pycodestyle from 2.5.0 to 2.7.0

* Bump attrs from 19.3.0 to 21.2.0

* Bump django-cache-url from 3.0.0 to 3.2.3

* Bump django-crum from 0.7.5 to 0.7.9

* Bump django-csp from 3.5 to 3.7

* Bump django-extensions from 2.2.8 to 3.1.3

* Bump django-watchman from 0.17.0 to 1.2.0

* Bump djangorestframework from 3.11.0 to 3.12.4

* Bump zipp from 3.1.0 to 3.6.0

* Bump wrapt from 1.12.1 to 1.13.1

* Bump josepy from 1.2.0 to 1.10.0, plus dependencies

* Bump PyGithub from 1.46 to 1.55, including dependencies

* Bump importlib-metadata from 1.5.0 to 4.8.1

* Bump pyparsing from 2.4.6. to 2.4.7

* Bump redis from 3.4.1 to 3.5.3

* Bump urlwait from 0.4 to 1.0

* Remove unused wcwidth dependency

* Add charset-normalizer 2.0.6 as a new dependency of requests

* Add PyNaCl 1.4.0 as a new dependency of PyGithub

* Add typing-extensions 3.10.0.2 as a new dependency of importlib-metadata

* Bump pyflakes from 2.1.1 to 2.4.0

* Remove unused enum34 dependency

* Bump netaddr from 0.7.19 to 0.8.0

* Remove unused configparser dependency

* Bump meinheld from 1.0.1 to 1.0.2, plus dependencies

* Remove unused ipaddress dependency

* Downgrade pyflakes to satisfy flake8 dependency requirements

* Downgrade greenlet to satisfy meinheld requirements

* Fix github tests by passing `headers` positional arg

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Updates for dependencies maintenance Stuff we just gotta do
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant