Update a Docker based project to newest version

Job ID: 37582407

Budget: $50 – $350 USD

We have a simple python based docker container manager. It's mostly a wrapper around docker, nothing too fancy.
In the past week it's started to fail due to a breaking change in docker ( it's explained here: https://stackoverflow.com/questions/77641240/getting-docker-compose-typeerror-kwargs-from-env-got-an-unexpected-keyword-ar )

So as a result we started looking into it and since it's been working great for quite a while we haven't needed to update it. So we saw that it could use a refresh.
Specifically, the base image we use (python with alpine) is a bit old. We updated the dependency but that triggers a deprecation warnings (non breaking).

We'd like someone to update the dependencies (not many - just the base image and 4 direct ones) and also update the code to bring it up to date (i.e. replace calls to deprecated APIs as needed).
Related categories: Python Linux Docker