WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 91cb369

Browse files
[pip] (deps): Bump the dev-dependencies group across 1 directory with 4 updates
Bumps the dev-dependencies group with 4 updates in the / directory: [idna](https://github.com/kjd/idna), [libcst](https://github.com/Instagram/LibCST), [textual](https://github.com/Textualize/textual) and [virtualenv](https://github.com/pypa/virtualenv). Updates `idna` from 3.10 to 3.11 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](kjd/idna@v3.10...v3.11) Updates `libcst` from 1.7.0 to 1.8.5 - [Release notes](https://github.com/Instagram/LibCST/releases) - [Changelog](https://github.com/Instagram/LibCST/blob/main/CHANGELOG.md) - [Commits](Instagram/LibCST@v1.7.0...v1.8.5) Updates `textual` from 6.2.1 to 6.3.0 - [Release notes](https://github.com/Textualize/textual/releases) - [Changelog](https://github.com/Textualize/textual/blob/main/CHANGELOG.md) - [Commits](Textualize/textual@v6.2.1...v6.3.0) Updates `virtualenv` from 20.34.0 to 20.35.3 - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](pypa/virtualenv@20.34.0...20.35.3) --- updated-dependencies: - dependency-name: idna dependency-version: '3.11' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: libcst dependency-version: 1.8.5 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: textual dependency-version: 6.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: virtualenv dependency-version: 20.35.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 06392b3 commit 91cb369

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ certifi==2025.10.5
1111
# via requests
1212
charset-normalizer==3.4.3
1313
# via requests
14-
idna==3.10
14+
idna==3.11
1515
# via requests
1616
makefun==1.16.0
1717
# via hatch.envs.default

requirements/requirements-dev.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ freezegun==1.5.5
4040
# via pytest-freezer
4141
identify==2.6.15
4242
# via pre-commit
43-
idna==3.10
43+
idna==3.11
4444
# via requests
4545
iniconfig==2.1.0
4646
# via pytest
47-
libcst==1.7.0
47+
libcst==1.8.5
4848
# via mutmut
4949
linkify-it-py==2.0.3
5050
# via markdown-it-py
@@ -127,7 +127,7 @@ setproctitle==1.3.7
127127
# via mutmut
128128
six==1.17.0
129129
# via python-dateutil
130-
textual==6.2.1
130+
textual==6.3.0
131131
# via mutmut
132132
typing-extensions==4.15.0
133133
# via
@@ -138,5 +138,5 @@ uc-micro-py==1.0.3
138138
# via linkify-it-py
139139
urllib3==2.5.0
140140
# via requests
141-
virtualenv==20.34.0
141+
virtualenv==20.35.3
142142
# via pre-commit

0 commit comments

Comments
 (0)