Update dependency platformdirs to v4.9.6#192
Conversation
|
6dba0db to
b8f2d4a
Compare
3f2a1b9 to
87d5e31
Compare
87d5e31 to
6d7436c
Compare
6d7436c to
79c3711
Compare
3dfebbd to
1c6f778
Compare
38d6a9a to
fdd36e6
Compare
a017923 to
d70fe7e
Compare
d70fe7e to
2cd1c4b
Compare
2cd1c4b to
db907b6
Compare
db907b6 to
5d3f3f4
Compare
5d3f3f4 to
5f9cb02
Compare
5f9cb02 to
e35587c
Compare
e35587c to
cd7c326
Compare
cd7c326 to
f86848a
Compare
f86848a to
7ee0c28
Compare
| nodeenv = "1.10.0" | ||
| platformdirs = "4.4.0" | ||
| platformdirs = "4.9.4" | ||
| pre-commit = "4.3.0" |
There was a problem hiding this comment.
Bug: The pyproject.toml file updates platformdirs to version 4.9.4, but the poetry.lock file was not updated, causing the old version (4.4.0) to be installed.
Severity: HIGH
Suggested Fix
After updating a dependency in pyproject.toml, the poetry.lock file must be regenerated to reflect the change. Run poetry lock --no-update and commit the updated poetry.lock file to the repository. This ensures that poetry install installs the correct, intended version of the dependency.
Prompt for AI Agent
Review the code at the location below. A potential bug has been identified by an AI
agent.
Verify if this is a real issue. If it is, propose a fix; if not, explain why it's not
valid.
Location: pyproject.toml#L27
Potential issue: The `pyproject.toml` file was updated to specify `platformdirs =
"4.9.4"`, but the corresponding `poetry.lock` file was not regenerated. The CI process
uses `poetry install`, which, with the current Poetry version (1.5.1), will likely warn
about the inconsistency but proceed to install the version specified in the lock file
(`4.4.0`). This creates a silent failure where the build appears to succeed, but the
application runs with an older, unintended version of the dependency, potentially
missing important updates or bug fixes from version 4.9.4.
Did we get this right? 👍 / 👎 to inform future reviews.
7ee0c28 to
bd15c6d
Compare
bd15c6d to
8d89b32
Compare
8d89b32 to
0008c71
Compare
This PR contains the following updates:
4.4.0→4.9.6Release Notes
tox-dev/platformdirs (platformdirs)
v4.9.6Compare Source
What's Changed
Full Changelog: tox-dev/platformdirs@4.9.5...4.9.6
v4.9.4Compare Source
What's Changed
Full Changelog: tox-dev/platformdirs@4.9.3...4.9.4
v4.9.2Compare Source
What's Changed
Full Changelog: tox-dev/platformdirs@4.9.1...4.9.2
v4.9.1Compare Source
What's Changed
Full Changelog: tox-dev/platformdirs@4.9.0...4.9.1
v4.9.0Compare Source
What's Changed
Full Changelog: tox-dev/platformdirs@4.8.0...4.9.0
v4.8.0Compare Source
What's Changed
Full Changelog: tox-dev/platformdirs@4.7.1...4.8.0
v4.7.1Compare Source
What's Changed
Full Changelog: tox-dev/platformdirs@4.7.0...4.7.1
v4.7.0Compare Source
What's Changed
New Contributors
Full Changelog: tox-dev/platformdirs@4.6.0...4.7.0
v4.6.0Compare Source
What's Changed
site_cache_dirby @brianhelba in #402XDG_*environment variables by @Czaki in #375New Contributors
Full Changelog: tox-dev/platformdirs@4.5.1...4.6.0
v4.5.1Compare Source
What's Changed
Full Changelog: tox-dev/platformdirs@4.5.0...4.5.1
v4.5.0Compare Source
What's Changed
New Contributors
Full Changelog: tox-dev/platformdirs@4.4.0...4.5.0
Configuration
📅 Schedule: (in timezone US/Eastern)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.