Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Poetry plugin that updates dependencies and bumps their versions in pyproject.toml file
This package is a plugin that updates dependencies and bumps their versions in
pyproject.toml
file. The version constraints are respected, unless the
--latest
flag is passed, in which case dependencies are updated to latest
available compatible versions.
This plugin provides similar features as the existing update
command with
additional features.
The easiest way to install the up
plugin is via the self add
command of
Poetry.
poetry self add poetry-plugin-up
If you used pipx
to install Poetry you can add the plugin via the pipx inject
command.
pipx inject poetry poetry-plugin-up
Otherwise, if you used pip
to install Poetry you can add the plugin packages
via the pip install
command.
pip install poetry-plugin-up
The plugin provides an up
command to update dependencies
poetry up --help
Update dependencies
poetry up
Update dependencies to latest available compatible versions
poetry up --latest
Update the foo
and bar
packages
poetry up foo bar
Update packages only in the main
group
poetry up --only main
Update packages but ignore the dev
group
poetry up --without dev
Contributions are welcome! See the Contributing Guide.
If you encounter any problems, please file an issue along with a detailed description.
FAQs
Poetry plugin that updates dependencies and bumps their versions in pyproject.toml file
We found that poetry-plugin-up demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.