Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
upgrade-requirements
Advanced tools
Upgrade all your outdated requirements.txt
in a single command.
Even though pip list --outdated
exists, sometimes you just want to
run pip install --upgrade
to upgrade a package, then persist it to
your requirements.txt
in one big sweep.
$ pip install upgrade-requirements
$ upgrade-requirements
(Or use the shortcut command upreq
.)
Now's a good time to grab a ☕ while it runs.
After it finishes, run your tests to make sure an individual upgrade didn't break anything. Then move on to bigger things 🚀
No worries!
requirements.txt
with the help of gitpip install -r requirements.txt
to downgrade to working versionsrequirements.txt
like normal and carry on 🎉$ upgrade-requirements -h
usage: upgrade-requirements [-h] [-r REQUIREMENTS]
optional arguments:
-h, --help show this help message and exit
-r REQUIREMENTS, --requirements REQUIREMENTS
specify the location of the requirements.txt file
This only work with pinned (==
) packages at the moment. The intention is to
get it to work more generally. This can be broken down into three sub-tasks:
>=
(how would this work?)Feel free to open an issue or PR with ideas.
FAQs
Upgrade all your outdated requirements in a single command.
We found that upgrade-requirements 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
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.