Sourced from pip's changelog.
23.3.1 (2023-10-21)
Bug Fixes
- Handle a timezone indicator of Z when parsing dates in the self check. (
[#12338](https://github.com/pypa/pip/issues/12338) <https://github.com/pypa/pip/issues/12338>
_)- Fix bug where installing the same package at the same time with multiple pip processes could fail. (
[#12361](https://github.com/pypa/pip/issues/12361) <https://github.com/pypa/pip/issues/12361>
_)
5364f26
Bump for release5e7cc16
Fix parallel pip cache downloads causing crash (#12364)8a0f77c
Merge pull request #12355 from sbidoul/build-using-buildf3620cd
Merge pull request #12363 from pfmoore/safe_isoformatfb06d12
Handle ISO formats with a trailing Z9f213bf
Merge pull request #12356 from sbidoul/clarify-changeloga982c7b
Add a few PEP links in the changeloge1e227d
Clarify changelog9b0abc8
Build using build
9d4be78
Merge pull request #12353 from sbidoul/release/23.3Sourced from axios's releases.
Release v1.6.1
Release notes:
Bug Fixes
- formdata: fixed content-type header normalization for non-standard browser environments; (#6056) (dd465ab)
- platform: fixed emulated browser detection in node.js environment; (#6055) (3dc8369)
Contributors to this release
Release v1.6.0
Release notes:
Bug Fixes
- CSRF: fixed CSRF vulnerability CVE-2023-45857 (#6028) (96ee232)
- dns: fixed lookup function decorator to work properly in node v20; (#6011) (5aaff53)
- types: fix AxiosHeaders types; (#5931) (a1c8ad0)
PRs
- CVE 2023 45857 ( #6028 )
⚠️ Critical vulnerability fix. See https://security.snyk.io/vuln/SNYK-JS-AXIOS-6032459
Contributors to this release
Sourced from axios's changelog.
1.6.1 (2023-11-08)
Bug Fixes
- formdata: fixed content-type header normalization for non-standard browser environments; (#6056) (dd465ab)
- platform: fixed emulated browser detection in node.js environment; (#6055) (3dc8369)
Contributors to this release
1.6.0 (2023-10-26)
Bug Fixes
- CSRF: fixed CSRF vulnerability CVE-2023-45857 (#6028) (96ee232)
- dns: fixed lookup function decorator to work properly in node v20; (#6011) (5aaff53)
- types: fix AxiosHeaders types; (#5931) (a1c8ad0)
PRs
- CVE 2023 45857 ( #6028 )
⚠️ Critical vulnerability fix. See https://security.snyk.io/vuln/SNYK-JS-AXIOS-6032459
Contributors to this release
f6d2cf9
chore(ci): fix publish action content permission; (#6061)a22f4b9
chore(release): v1.6.1 (#6060)cb8bb2b
chore(ci): Publish to NPM with provenance (#5835)37cbf92
chore(ci): added labeling and notification for published PRs; (#6059)dd465ab
fix(formdata): fixed content-type header normalization for non-standard brows...3dc8369
fix(platform): fixed emulated browser detection in node.js environment; (#6055)f7adacd
chore(release): v1.6.0 (#6031)9917e67
chore(ci): fix release-it arg; (#6032)96ee232
fix(CSRF): fixed CSRF vulnerability CVE-2023-45857 (#6028)7d45ab2
chore(tests): fixed tests to pass in node v19 and v20 with keep-alive
enabl...