bitbucket-python
bitbucket-python copied to clipboard
⬆️ Upgrade HTTPX & Requests
Description
Upgrading the client dependencies that have gotten a bit stale.
Changes
- Updated
httpxto0.28.*version. Had to bump Python to >=3.8 at least to install the newer version ofhttpx - Updated
requeststo pull in the latest version without CVEs (also reported by dependabot in https://github.com/GearPlug/bitbucket-python/pull/14) - Pinned
httpx&requestsin a way that allows to pull the latest minor version updates - Ignored the IDE directories
Hey @alejomjc 👋 Happy new year!
Would accept this dependency update? I would really like to use this client but cannot really install it because it pins pretty old versions of httpx & requests.