Sourced from pathspec's changelog.
1.0.3 (2026-01-09)
Bug fixes:
Issue [#101](https://github.com/cpburnz/python-pathspec/issues/101)_: pyright strict errors with pathspec >= 1.0.0.Issue [#102](https://github.com/cpburnz/python-pathspec/issues/102)_: No module named 'tomllib'... _
Issue [#101](https://github.com/cpburnz/python-pathspec/issues/101): cpburnz/python-pathspec#101 .. _Issue [#102](https://github.com/cpburnz/python-pathspec/issues/102): cpburnz/python-pathspec#102
Sourced from aiodns's changelog.
4.0.0
- Breaking change: Requires pycares >= 5.0.0
- Added new
query_dns()method returning native pycares 5.xDNSResulttypes- Deprecated
query()method - still works with backward-compatible result types- Deprecated
gethostbyname()method - usegetaddrinfo()instead- Added compatibility layer for pycares 4.x result types to ease migration
- Updated dependencies
- Bumped pycares from 4.11.0 to 5.0.1 (#220)
- Bumped pytest from 8.4.2 to 9.0.2 (#224)
- Bumped pytest-asyncio from 1.2.0 to 1.3.0 (#223)
- Bumped mypy from 1.19.0 to 1.19.1 (#219)
- Bumped winloop from 0.3.1 to 0.4.0 (#210)
- Bumped actions/upload-artifact from 5 to 6 (#222)
- Bumped actions/download-artifact from 6.0.0 to 7.0.0 (#221)
738b54f
Release 4.0.0 (#225)98c1db8
Bump pytest from 8.4.2 to 9.0.2 (#224)d32e6da
Bump pytest-asyncio from 1.2.0 to 1.3.0 (#223)8577640
Bump pycares from 4.11.0 to 5.0.1 (#220)2a65ab2
Add pycares 5.0 support with backward-compatible result types (#218)0fd88aa
Bump actions/upload-artifact from 5 to 6 (#222)2d26ace
Bump actions/download-artifact from 6.0.0 to 7.0.0 (#221)c2d2c9e
Bump mypy from 1.19.0 to 1.19.1 (#219)Sourced from python-on-whales's releases.
v0.80.0
What's Changed
- feat: add support for buildx create --annotations flag by
@bo0tzzin gabrieldemarmiesse/python-on-whales#690- Add 'pull' argument to compose.create by
@g-arjonesin gabrieldemarmiesse/python-on-whales#691- Add --with-dependencies to compose build by
@perrito666in gabrieldemarmiesse/python-on-whales#694- Add unconditional debug level logging by
@Hasnainzin gabrieldemarmiesse/python-on-whales#696- fix: missing ipam_config in NetworkInspectResult by
@Quenaryin gabrieldemarmiesse/python-on-whales#700- Add another test for buildx secrets by
@Felixoidin gabrieldemarmiesse/python-on-whales#651- Add --service-ports flag to compose.run by
@perrito666in gabrieldemarmiesse/python-on-whales#701- Add support for
--metadata-fileoption with buildx bake by@ianpittwoodin gabrieldemarmiesse/python-on-whales#693New Contributors
@bo0tzzmade their first contribution in gabrieldemarmiesse/python-on-whales#690@g-arjonesmade their first contribution in gabrieldemarmiesse/python-on-whales#691@perrito666made their first contribution in gabrieldemarmiesse/python-on-whales#694@Hasnainzmade their first contribution in gabrieldemarmiesse/python-on-whales#696@Quenarymade their first contribution in gabrieldemarmiesse/python-on-whales#700@Felixoidmade their first contribution in gabrieldemarmiesse/python-on-whales#651@ianpittwoodmade their first contribution in gabrieldemarmiesse/python-on-whales#693Full Changelog: https://github.com/gabrieldemarmiesse/python-on-whales/compare/v0.79.0...v0.80.0
ee87a94
Bump version to 0.80.012efa46
Add support for --metadata-file option with buildx bake (#693)6dfcce4
Add --service-ports flag to compose.run (#701)fde7e12
Use the trusted publisher system of pypi (#702)511ca73
Add another test for buildx secrets (#651)5c697f9
fix: missing ipam_config in NetworkInspectResult (#700)6423af2
Add unconditional debug level logging (#696)30068c8
Add --with-dependencies to compose build (#694)dd061b3
Add 'pull' argument to compose.create (#691)1c681d7
feat: add support for buildx create --annotations flag (#690)Sourced from filelock's releases.
3.20.3
What's Changed
- Fix TOCTOU symlink vulnerability in SoftFileLock by
@gaborbernatin tox-dev/filelock#465Full Changelog: https://github.com/tox-dev/filelock/compare/3.20.2...3.20.3
41b42dd
Fix TOCTOU symlink vulnerability in SoftFileLock (#465)Sourced from virtualenv's releases.
20.36.1
What's Changed
- release 20.36.0 by
@gaborbernatin pypa/virtualenv#3011- fix: resolve TOCTOU vulnerabilities in app_data and lock directory creation by
@gaborbernatin pypa/virtualenv#3013Full Changelog: https://github.com/pypa/virtualenv/compare/20.36.0...20.36.1
Sourced from virtualenv's changelog.
v20.36.1 (2026-01-09)
Bugfixes - 20.36.1
- Fix TOCTOU vulnerabilities in app_data and lock directory creation that could be exploited via symlink attacks - reported by :user:`tsigouris007`, fixed by :user:`gaborbernat`. (:issue:`3013`)