Skip to content
This repository has been archived by the owner on Jan 1, 2025. It is now read-only.

Commit

Permalink
Bump the pip group across 1 directory with 3 updates
Browse files Browse the repository at this point in the history
Bumps the pip group with 3 updates in the / directory: [requests](https://github.com/psf/requests), [azure-storage-blob](https://github.com/Azure/azure-sdk-for-python) and [urllib3](https://github.com/urllib3/urllib3).


Updates `requests` from 2.31.0 to 2.32.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.31.0...v2.32.2)

Updates `azure-storage-blob` from 2.1.0 to 12.13.0
- [Release notes](https://github.com/Azure/azure-sdk-for-python/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/esrp_release.md)
- [Commits](Azure/azure-sdk-for-python@azure-mgmt-sql_2.1.0...azure-storage-blob_12.13.0)

Updates `urllib3` from 1.26.18 to 1.26.19
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/1.26.19/CHANGES.rst)
- [Commits](urllib3/urllib3@1.26.18...1.26.19)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: azure-storage-blob
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: urllib3
  dependency-type: indirect
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 17, 2024
1 parent a4da236 commit 3a87446
Show file tree
Hide file tree
Showing 2 changed files with 107 additions and 34 deletions.
139 changes: 106 additions & 33 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ documentation = "https://jgoutin.github.io/airfs/"
python = "^3.9"
requests = { version = "*"}
python-dateutil = { version = "*"}
azure-storage-blob = { version = "^2", optional = true }
azure-storage-blob = { version = ">=2,<13", optional = true }
azure-storage-file = { version = "^2", optional = true }
oss2 = { version = "^2.15", optional = true }
boto3 = { version = "^1.26", optional = true }
Expand Down

0 comments on commit 3a87446

Please sign in to comment.