question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

All dependencies are always updated

See original GitHub issue
  • I am on the latest Poetry version.

  • I have searched the issues of this repo and believe that this is not a duplicate.

  • If an exception occurs when executing a command, I executed it again in debug mode (-vvv option). [N/A]

  • OS version and name: macOS Catalina (10.15.1)

  • Poetry version: 1.0b4, 1.0b5, 1.0b6

  • Link of a Gist with the contents of your pyproject.toml file: https://gist.github.com/wylee/53e74a3413df25e1b594803e193d40d4

Issue

Since 1.0b4, when running poetry update, all of my dependencies are always updated. I’ve tried clearing the cache and deleting poetry.lock.

#1582 is similar but seems to affect only project that use a private package index.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:9
  • Comments:27 (3 by maintainers)

github_iconTop GitHub Comments

7reactions
huseyinyaglicommented, Feb 14, 2020

I have the same issue on 1.0.3 on mac

4reactions
Red-Eyedcommented, Feb 14, 2020

@sdispater

I faced this issue again on 1.0.3 windows. However, this issue is not present on version 1.0.0

Could you please reopen this issue?

Thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Keep Your App Dependencies Up-To-Date?
You must be aware of every single dependency update and apply the necessary change. For huge applications, it's not uncommon to have ...
Read more >
How to update each dependency in package.json to the latest ...
Simply change every dependency's version to * , then run npm update --save . (Note: broken in recent (3.11) versions of npm). Before:...
Read more >
When should dependencies be updated?
You should generally upgrade dependencies when: It's required; There's an advantage to do so; Not doing so is disadvantageous.
Read more >
How to update all the Node dependencies to their latest version
Update all the Node dependencies to their latest version · npm install -g npm-check-updates. then run it: · ncu -u. this will upgrade...
Read more >
Maybe Automatically Updating Dependencies Isn't a Great Idea
In the best possible case, a dependency update does nothing. The application keeps running exactly as it was. In the worst case, your...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found