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

[Security] Bump py from 1.8.1 to 1.10.0 #352

Closed
wants to merge 1 commit into from

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Dec 14, 2020

⚠️ Dependabot Preview has been deactivated ⚠️

This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to dependabot commands nor will it be automatically closed if a new version is found.

If you close this pull request, Dependabot will re-create it the next time it checks for updates and everything will work as expected.


Bumps py from 1.8.1 to 1.10.0.

Changelog

Sourced from py's changelog.

1.10.0 (2020-12-12)

  • Fix a regular expression DoS vulnerability in the py.path.svnwc SVN blame functionality (CVE-2020-29651)
  • Update vendored apipkg: 1.4 => 1.5
  • Update vendored iniconfig: 1.0.0 => 1.1.1

1.9.0 (2020-06-24)

  • Add type annotation stubs for the following modules:

    • py.error
    • py.iniconfig
    • py.path (not including SVN paths)
    • py.io
    • py.xml

    There are no plans to type other modules at this time.

    The type annotations are provided in external .pyi files, not inline in the code, and may therefore contain small errors or omissions. If you use py in conjunction with a type checker, and encounter any type errors you believe should be accepted, please report it in an issue.

1.8.2 (2020-06-15)

  • On Windows, py.path.locals which differ only in case now have the same Python hash value. Previously, such paths were considered equal but had different hashes, which is not allowed and breaks the assumptions made by dicts, sets and other users of hashes.
Commits
  • e5ff378 Update CHANGELOG for 1.10.0
  • 94cf44f Update vendored libs
  • 5e8ded5 testing: comment out an assert which fails on Python 3.9 for now
  • afdffcc Rename HOWTORELEASE.rst to RELEASING.rst
  • 2de53a6 Merge pull request #266 from nicoddemus/gh-actions
  • fa1b32e Merge pull request #264 from hugovk/patch-2
  • 887d6b8 Skip test_samefile_symlink on pypy3 on Windows
  • e94e670 Fix test_comments() in test_source
  • fef9a32 Adapt test
  • 4a694b0 Add GitHub Actions badge to README
  • 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 badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added dependencies Updates for dependencies maintenance Stuff we just gotta do labels Dec 14, 2020
@dependabot-preview
Copy link
Contributor Author

We've just been alerted that this update fixes a security vulnerability:

Sourced from The GitHub Security Advisory Database.

Regular expression deinal of service in py

A denial of service via regular expression in the py.path.svnwc component of py (aka python-py) through 1.9.0 could be used by attackers to cause a compute-time denial of service attack by supplying malicious input to the blame functionality.

Affected versions: ["< 1.10.0"]

@dependabot-preview dependabot-preview bot changed the title Bump py from 1.8.1 to 1.10.0 [Security] Bump py from 1.8.1 to 1.10.0 Apr 20, 2021
@dependabot-preview dependabot-preview bot added the security Pull requests that address a security vulnerability label Apr 20, 2021
@robhudson robhudson closed this Oct 8, 2021
@dependabot-preview
Copy link
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available.

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

@dependabot-preview dependabot-preview bot deleted the dependabot/pip/py-1.10.0 branch October 8, 2021 18:27
robhudson pushed a commit that referenced this pull request Oct 8, 2021
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 security Pull requests that address a security vulnerability
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant