Skip to content

Commit c8bf4f9

Browse files
chore(python-deps): update dependency idna to v3.9 in all dependant actions (#104)
* chore(python-deps): update dependency idna to v3.9 in all dependant actions --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Felt, Nicholas <[email protected]>
1 parent a6418d1 commit c8bf4f9

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/renovate.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@
8989
"description": "Allow automatically merging minor updates of certain packages",
9090
"matchPackageNames": [
9191
"certifi",
92-
"trove-classifiers"
92+
"trove-classifiers",
93+
"idna"
9394
],
9495
"matchUpdateTypes": [
9596
"minor"

actions/create_unique_testpypi_version/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ attrs==24.2.0 ; python_version >= "3.12" and python_version < "3.13"
33
beautifulsoup4==4.12.3 ; python_version >= "3.12" and python_version < "3.13"
44
certifi==2024.8.30 ; python_version >= "3.12" and python_version < "3.13"
55
charset-normalizer==3.3.2 ; python_version >= "3.12" and python_version < "3.13"
6-
idna==3.8 ; python_version >= "3.12" and python_version < "3.13"
6+
idna==3.9 ; python_version >= "3.12" and python_version < "3.13"
77
mailbits==0.2.1 ; python_version >= "3.12" and python_version < "3.13"
88
packaging==24.1 ; python_version >= "3.12" and python_version < "3.13"
99
poetry-core==1.9.0 ; python_version >= "3.12" and python_version < "3.13"

actions/update_development_dependencies/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dulwich==0.21.7 ; python_version >= "3.12" and python_version < "3.13"
1818
fastjsonschema==2.20.0 ; python_version >= "3.12" and python_version < "3.13"
1919
filelock==3.16.0 ; python_version >= "3.12" and python_version < "3.13"
2020
identify==2.6.0 ; python_version >= "3.12" and python_version < "3.13"
21-
idna==3.8 ; python_version >= "3.12" and python_version < "3.13"
21+
idna==3.9 ; python_version >= "3.12" and python_version < "3.13"
2222
installer==0.7.0 ; python_version >= "3.12" and python_version < "3.13"
2323
jaraco-classes==3.4.0 ; python_version >= "3.12" and python_version < "3.13"
2424
jeepney==0.8.0 ; python_version >= "3.12" and python_version < "3.13" and sys_platform == "linux"

0 commit comments

Comments
 (0)