Skip to content

python: More dependabot updates#15743

Merged
mattklein123 merged 12 commits intoenvoyproxy:mainfrom
phlax:py-dependabot
Mar 29, 2021
Merged

python: More dependabot updates#15743
mattklein123 merged 12 commits intoenvoyproxy:mainfrom
phlax:py-dependabot

Conversation

@phlax
Copy link
Copy Markdown
Member

@phlax phlax commented Mar 29, 2021

Commit Message: python: More dependabot updates
Additional Description:
Risk Level:
Testing:
Docs Changes:
Release Notes:
Platform Specific Features:
[Optional Runtime guard:]
[Optional Fixes #Issue]
[Optional Deprecated:]
[Optional API Considerations:]

dependabot bot added 5 commits March 29, 2021 11:42
Bumps [importlib-metadata](https://github.com/python/importlib_metadata) from 3.7.3 to 3.9.0.
- [Release notes](https://github.com/python/importlib_metadata/releases)
- [Changelog](https://github.com/python/importlib_metadata/blob/main/CHANGES.rst)
- [Commits](python/importlib_metadata@v3.7.3...v3.9.0)

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Ryan Northey <ryan@synca.io>
Bumps [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) from 0.5.0 to 0.5.1.
- [Release notes](https://github.com/readthedocs/sphinx_rtd_theme/releases)
- [Changelog](https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/changelog.rst)
- [Commits](readthedocs/sphinx_rtd_theme@0.5.0...0.5.1)

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Ryan Northey <ryan@synca.io>
Bumps [sphinxext-rediraffe](https://github.com/wpilibsuite/sphinxext-rediraffe) from 0.2.5 to 0.2.6.
- [Release notes](https://github.com/wpilibsuite/sphinxext-rediraffe/releases)
- [Commits](sphinx-doc/sphinxext-rediraffe@v0.2.5...v0.2.6)

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Ryan Northey <ryan@synca.io>
Bumps [babel](https://github.com/python-babel/babel) from 2.8.0 to 2.9.0.
- [Release notes](https://github.com/python-babel/babel/releases)
- [Changelog](https://github.com/python-babel/babel/blob/master/CHANGES)
- [Commits](python-babel/babel@v2.8.0...v2.9.0)

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Ryan Northey <ryan@synca.io>
@repokitteh-read-only repokitteh-read-only bot added the deps Approval required for changes to Envoy's external dependencies label Mar 29, 2021
@repokitteh-read-only
Copy link
Copy Markdown

CC @envoyproxy/dependency-shepherds: Your approval is needed for changes made to (bazel/.*repos.*\.bzl)|(bazel/dependency_imports\.bzl)|(api/bazel/.*\.bzl)|(.*/requirements\.txt)|(.*\.patch).

🐱

Caused by: #15743 was opened by phlax.

see: more, trace.

@phlax phlax marked this pull request as draft March 29, 2021 10:49
dependabot bot added 7 commits March 29, 2021 12:28
Bumps [pytz](https://github.com/stub42/pytz) from 2020.1 to 2021.1.
- [Release notes](https://github.com/stub42/pytz/releases)
- [Commits](stub42/pytz@release_2020.1...release_2021.1)

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Ryan Northey <ryan@synca.io>
Bumps [certifi](https://github.com/certifi/python-certifi) from 2020.6.20 to 2020.12.5.
- [Release notes](https://github.com/certifi/python-certifi/releases)
- [Commits](certifi/python-certifi@2020.06.20...2020.12.05)

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Ryan Northey <ryan@synca.io>
Bumps [chardet](https://github.com/chardet/chardet) from 3.0.4 to 4.0.0.
- [Release notes](https://github.com/chardet/chardet/releases)
- [Commits](chardet/chardet@3.0.4...4.0.0)

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [smmap](https://github.com/gitpython-developers/smmap) from 3.0.4 to 4.0.0.
- [Release notes](https://github.com/gitpython-developers/smmap/releases)
- [Commits](gitpython-developers/smmap@v3.0.4...v4.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Ryan Northey <ryan@synca.io>
Bumps [gitdb](https://github.com/gitpython-developers/gitdb) from 4.0.5 to 4.0.7.
- [Release notes](https://github.com/gitpython-developers/gitdb/releases)
- [Commits](gitpython-developers/gitdb@4.0.5...4.0.7)

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Ryan Northey <ryan@synca.io>
Bumps [deprecated](https://github.com/tantale/deprecated) from 1.2.10 to 1.2.12.
- [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.10...v1.2.12)

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 1.7.1 to 2.0.1.
- [Release notes](https://github.com/jpadilla/pyjwt/releases)
- [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst)
- [Commits](jpadilla/pyjwt@1.7.1...2.0.1)

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Ryan Northey <ryan@synca.io>
@phlax phlax marked this pull request as ready for review March 29, 2021 13:49
@phlax phlax changed the title [WIP] python: More dependabot updates python: More dependabot updates Mar 29, 2021
@phlax phlax requested a review from moderation March 29, 2021 13:49
@moderation
Copy link
Copy Markdown
Contributor

/lgtm deps

@repokitteh-read-only repokitteh-read-only bot removed the deps Approval required for changes to Envoy's external dependencies label Mar 29, 2021
@mattklein123 mattklein123 merged commit ea8cab5 into envoyproxy:main Mar 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants