Skip to content

Commit 2f3849d

Browse files
chore(deps): update pytest-cov requirement from ~=6.0 to >=6,<8 in the production-dependencies group across 1 directory (#3198)
* chore(deps): update pytest-cov requirement Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version. Updates `pytest-cov` to 7.0.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v6.0.0...v7.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.0.0 dependency-type: direct:production dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> * fix: unused type ignore --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Anton Kukushkin <[email protected]>
1 parent b7d889e commit 2f3849d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

awswrangler/mysql.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ def connect(
176176
password=attrs.password,
177177
port=attrs.port,
178178
host=attrs.host,
179-
ssl=attrs.ssl_context, # type: ignore[arg-type]
179+
ssl=attrs.ssl_context,
180180
read_timeout=read_timeout,
181181
write_timeout=write_timeout,
182182
connect_timeout=connect_timeout,

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ dev = [
7777
"openpyxl~=3.1",
7878
"pyparsing>=3.2.1,<4",
7979
"pytest>=8.3.4,<9",
80-
"pytest-cov~=6.0",
80+
"pytest-cov>=6,<8",
8181
"pytest-rerunfailures>=15,<17",
8282
"pytest-timeout>=2.3.1,<3",
8383
"pytest-xdist>=3.6.1,<4",

0 commit comments

Comments
 (0)