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 deprecated from 1.2.7 to 1.2.13 #482

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 6, 2021

Bumps deprecated from 1.2.7 to 1.2.13.

Release notes

Sourced from deprecated's releases.

v1.2.13 - Bug fix Release

Fix

  • Fix #45: Change the signature of the :func:~deprecated.sphinx.deprecated decorator to reflect the valid use cases.

  • Fix #48: Fix versionadded and versionchanged decorators: do not return a decorator factory, but a Wrapt adapter.

Other

  • Fix configuration for AppVeyor: simplify the test scripts and set the version format to match the current version.

  • Change configuration for Tox:

    • change the requirements for pip to "pip >= 9.0.3, < 21" (Python 2.7, 3.4 and 3.5).
    • install typing when building on Python 3.4 (required by Pytest->Attrs).
    • run unit tests on Wrapt 1.13 (release candidate).
  • Migrating project to travis-ci.com <https://travis-ci.com/github/tantale/deprecated>_.

v1.2.12 - Bug fix Release

New bug fix release v1.2.12 (2020-03-13)

  • Avoid "Explicit markup ends without a blank line" when the decorated function has no docstring.
  • Fix #40: 'version' argument is required in Sphinx directives.
  • Fix #41: deprecated.sphinx: strip Sphinx cross-referencing syntax from warning message.

v1.2.11 - Bug fix Release

  • Fix packit configuration: use upstream_tag_template: v{version}.
  • Fix #33: Change the class ~deprecated.sphinx.SphinxAdapter: add the line_length keyword argument to the constructor to specify the max line length of the directive text. Sphinx decorators also accept the line_length argument.
  • Fix #34: versionadded and versionchanged decorators don't emit DeprecationWarning anymore on decorated classes.

v1.2.10 - Bug fix Release

Fix #25: @​deprecated respects global warning filters with actions other than "ignore" and "always" on Python 3.

v1.2.9 - Bug fix Release

  • Fix #20
  • Fix #19 packit configuration

v1.2.8 - Bug fix Release

Fix #15: The @​deprecated decorator doesn’t set a warning filter if the action keyword argument is not provided or None. In consequences, the warning messages are only emitted if the global filter allow it. For more information, see The Warning Filter in the Python documentation.

Fix #13: Warning displays the correct filename and line number when decorating a class if wrapt does not have the compiled c extension.

... (truncated)

Changelog

Sourced from deprecated's changelog.

v1.2.13 (2021-09-05)

Bug fix release

Fix

  • Fix #45: Change the signature of the :func:~deprecated.sphinx.deprecated decorator to reflect the valid use cases.

  • Fix #48: Fix versionadded and versionchanged decorators: do not return a decorator factory, but a Wrapt adapter.

Other

  • Fix configuration for AppVeyor: simplify the test scripts and set the version format to match the current version.

  • Change configuration for Tox:

    • change the requirements for pip to "pip >= 9.0.3, < 21" (Python 2.7, 3.4 and 3.5).
    • install typing when building on Python 3.4 (required by Pytest->Attrs).
    • run unit tests on Wrapt 1.13 (release candidate).
  • Migrating project to travis-ci.com <https://travis-ci.com/github/tantale/deprecated>_.

v1.2.12 (2021-03-13)

Bug fix release

Fix

  • Avoid "Explicit markup ends without a blank line" when the decorated function has no docstring.

  • Fix #40: 'version' argument is required in Sphinx directives.

  • Fix #41: :mod:deprecated.sphinx: strip Sphinx cross-referencing syntax from warning message.

Other

  • Change in Tox and Travis CI configurations: enable unit testing on Python 3.10.

v1.2.11 (2021-01-17)

... (truncated)

Commits
  • 801c558 New bug fix release v1.2.13 (2021-09-05)
  • 923661e Revert "Change the configuration for AppVeyor: update the matrix to build on ...
  • 56b9f66 Change the configuration for AppVeyor: update the matrix to build on Python 3.9
  • 85d050e Change configuration for Tox: run unit tests on Wrapt 1.13 (release candidate).
  • 8b8da34 Change configuration for Tox: install typing when building on Python 3.4 ...
  • b0af0c2 Update change log (issue #48)
  • 5f051bf Fix versionadded and versionchanged decorator: do not return a decora...
  • aaca116 Add unit tests to diagnose issues #48
  • 09c3151 Migrating project to `travis-ci.com <https://travis-ci.com/github/tantale/dep...
  • 691f851 Change configuration for Tox: change the requirements for pip to "pip >= ...
  • Additional commits viewable in compare view

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 [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)

---
updated-dependencies:
- dependency-name: deprecated
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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/deprecated-1.2.13 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