Skip to content

Commit 369d61d

Browse files
chore(python-deps): update dependency idna to v3.10 in all dependant actions (#110)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 49f94d0 commit 369d61d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.9 ; python_version >= "3.12" and python_version < "3.13"
6+
idna==3.10 ; 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.1 ; python_version >= "3.12" and python_version < "3.13"
21-
idna==3.9 ; python_version >= "3.12" and python_version < "3.13"
21+
idna==3.10 ; 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)