Skip to content

Commit

Permalink
build(deps-dev): update types-setuptools requirement from ~=68.2.0 to…
Browse files Browse the repository at this point in the history
… >=68.2,<69.1 (#62)

* build(deps-dev): update types-setuptools requirement

Updates the requirements on [types-setuptools](https://github.com/python/typeshed) to permit the latest version.
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: types-setuptools
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* deps: simplify tilde

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pete Gadomski <[email protected]>
  • Loading branch information
dependabot[bot] and gadomski authored Dec 7, 2023
1 parent 8d6b540 commit 045a941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dev = [
"pytest-cov~=4.1.0",
"pytest~=7.4.0",
"ruff==0.1.6",
"types-setuptools~=68.2.0",
"types-setuptools~=68.2",
]

[project.urls]
Expand Down

0 comments on commit 045a941

Please sign in to comment.