From 1105c5496bec73a1c341d46d562846af5d9a48c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Jun 2021 17:47:05 +0200 Subject: [PATCH] [DEPENDABOT]: Bump types-pkg-resources from 0.1.2 to 0.1.3 (#717) Bumps [types-pkg-resources](https://github.com/python/typeshed) from 0.1.2 to 0.1.3. - [Release notes](https://github.com/python/typeshed/releases) - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-pkg-resources dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 7 ++++--- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index fc52ce6b..d819c93f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1352,7 +1352,7 @@ python-versions = "*" [[package]] name = "types-pkg-resources" -version = "0.1.2" +version = "0.1.3" description = "Typing stubs for pkg_resources" category = "dev" optional = false @@ -1466,7 +1466,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=1.2.3)", "pytest-flake8", "pyt [metadata] lock-version = "1.1" python-versions = ">=3.6.1,<3.10" -content-hash = "91bfa88e398015a5deab8dce9e8def737cd6dc9f7c9caffaf666df2dcd825a61" +content-hash = "f6da796dac05630e5a70647efcea0f4b0660ae4ec09ecc256b2774d6413b7aac" [metadata.files] alabaster = [ @@ -2263,7 +2263,8 @@ types-attrs = [ {file = "types_attrs-19.1.0-py2.py3-none-any.whl", hash = "sha256:d11acf7a2531a7c52a740c30fa3eb8d01d3066c10d34c01ff5e59502caac5352"}, ] types-pkg-resources = [ - {file = "types_pkg_resources-0.1.2-py2.py3-none-any.whl", hash = "sha256:42d640500de564f1ccc21f918117afadf78039e4fa7f513c647ccf742d609aeb"}, + {file = "types-pkg_resources-0.1.3.tar.gz", hash = "sha256:834a9b8d3dbea343562fd99d5d3359a726f6bf9d3733bccd2b4f3096fbab9dae"}, + {file = "types_pkg_resources-0.1.3-py2.py3-none-any.whl", hash = "sha256:0cb9972cee992249f93fff1a491bf2dc3ce674e5a1926e27d4f0866f7d9b6d9c"}, ] types-requests = [ {file = "types_requests-0.1.11-py2.py3-none-any.whl", hash = "sha256:e79c09e5866c6520cdf23dc260573a0a190444f36b112116fadc5542656c8309"}, diff --git a/pyproject.toml b/pyproject.toml index 71f61a3b..cc338645 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ sphinx-rtd-theme = "^0.5.0" sphinx-click = "^3.0.1" Pygments = "^2.8.1" twine= "^3.2.0" -types-pkg-resources = "^0.1.2" +types-pkg-resources = "^0.1.3" types-requests = "^0.1.11" types-attrs = "^19.1.0"