Skip to content

Commit 682dba0

Browse files
Bump types-pkg-resources from 0.1.2 to 0.1.3 (#1431)
* Bump types-pkg-resources from 0.1.2 to 0.1.3 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:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Daniël van Noord <[email protected]>
1 parent af57342 commit 682dba0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ repos:
7474
require_serial: true
7575
additional_dependencies:
7676
[
77-
"types-pkg_resources==0.1.2",
77+
"types-pkg_resources==0.1.3",
7878
"types-six",
7979
"types-attrs",
8080
"types-python-dateutil",

requirements_test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ pre-commit~=2.17
66
pytest-cov~=2.11
77
tbump~=6.3.2
88
types-typed-ast; implementation_name=="cpython" and python_version<"3.8"
9-
types-pkg_resources==0.1.2
9+
types-pkg_resources==0.1.3

0 commit comments

Comments
 (0)