-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update lockfile to bump pillow #11938
Conversation
@@ -1878,14 +1883,14 @@ packaging = ">=20.3,<21.0" | |||
|
|||
[[package]] | |||
name = "pillow" | |||
version = "9.3.0" | |||
version = "9.4.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pillow version bump
@rasa-jmac when bumping the dependencies, I noticed that |
FYI @sanchariGr |
builds are currently failing because of this issue. Trying to pin pydantic to 1.10.2, generating the lockfile and pushing to this branch when it's done. The last time I ran it it took me ~1h to generate the lockfile.... |
|
but @ancalita if this was the case, |
interestingly @ancalita , this was an issue with poetry < 1.2 (see this comment). It's probably the same thing with |
@ancalita I'm not sure where to pin Line 23 in 5cdd299
thoughts? Edit: I went ahead and implemented it in 0bd52e6 to save some time in case it's the valid approach; let me know if it's not the right place |
I can't think of a different way to update wheel either, unless we add it to |
0bd52e6
to
636fa56
Compare
@ancalita I've updated it for consistency, but after a quick look at our CI pipeline, I am not sure that this Dockerfile at the root of the repo is used for building the images that we released. |
Proposed changes:
wheel
in docker containersStatus (please check what you already did):
black
(please check Readme for instructions)