schireson / pytest-mock-resources

Pytest Fixtures that let you actually test against external resource (Postgres, Mongo, Redshift...) dependent code.
https://pytest-mock-resources.readthedocs.io/en/latest/quickstart.html
MIT License
179 stars 19 forks source link

Dependabot warning for docker subdependency #156

Closed bryancusatis closed 2 years ago

bryancusatis commented 2 years ago

Describe the bug Dependabot alert for docker dependency.

Environment

To Reproduce Getting dependabot alert for pywin32 which is being used by docker dependency. See below image.

Capture

Additional context It appears there are thoughts of abandoning the docker python repo. Refer to this comment as a possible alternative https://github.com/docker/docker-py/pull/2989#issuecomment-1179720247.

DanCardin commented 2 years ago

Thanks for the suggestion. I had been following that thread, but wasn't previously aware of that alternative library. It's likely a good candidate substitution.

DanCardin commented 2 years ago

lmk if you run into any issues, 2.4.3 switches to python-on-whales

bryancusatis commented 2 years ago

awesome! thanks