Skip to content

Commit d02378e

Browse files
dependabot[bot]amrit110AI Engineering Maintenance Bot
authored
Bump filelock from 3.20.1 to 3.20.3 (#135)
* Bump filelock from 3.20.1 to 3.20.3 Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.20.1 to 3.20.3. - [Release notes](https://github.com/tox-dev/py-filelock/releases) - [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst) - [Commits](tox-dev/filelock@3.20.1...3.20.3) --- updated-dependencies: - dependency-name: filelock dependency-version: 3.20.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Fix security vulnerabilities in dependencies Security updates: - Update aiohttp from 3.12.15 to 3.13.3 (fixes GHSA-6mq8-rvhq-8wgg, GHSA-69f9-5gxw-wvc2, GHSA-6jhg-hg63-jvvf, GHSA-g84x-mcqj-x9qq, GHSA-fh55-r93g-j68g, GHSA-54jq-c3m8-4m76, GHSA-jj3x-wxrx-4x23, GHSA-mqqc-3gqh-h2x8) - Update urllib3 from 2.6.2 to 2.6.3 (fixes GHSA-38jv-5279-wg99) - Update virtualenv from 20.34.0 to 20.36.1 (fixes GHSA-597g-3phw-6986) All vulnerabilities have been addressed with patched versions. Severity: High (8 aiohttp DoS/request smuggling vulnerabilities) Co-authored-by: AI Engineering Maintenance Bot <aieng-bot@vectorinstitute.ai> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Amrit Krishnan <amrit110@gmail.com> Co-authored-by: AI Engineering Maintenance Bot <aieng-bot@vectorinstitute.ai>
1 parent 42a8b64 commit d02378e

2 files changed

Lines changed: 2087 additions & 2047 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ dependencies = [
1818
"idna==3.7",
1919
"scipy>=1.15.3",
2020
"scikit-learn>=1.6.1",
21-
"urllib3>=2.6.0",
22-
"filelock==3.20.1",
21+
"urllib3>=2.6.3",
22+
"filelock==3.20.3",
2323
]
2424

2525
[dependency-groups]
@@ -32,6 +32,8 @@ test = [
3232
"ruff>=0.2.0",
3333
"nbqa[toolchain]>=1.7.0",
3434
"pip-audit>=2.7.1",
35+
"aiohttp>=3.13.3",
36+
"virtualenv>=20.36.1",
3537
]
3638
docs = [
3739
"jinja2>=3.1.6", # Pinning version to address vulnerability GHSA-cpwx-vrp4-4pq7

0 commit comments

Comments
 (0)