build(deps): bump pip (#558)

This commit is contained in:
cragwolfe 2023-05-08 23:08:10 -07:00 committed by GitHub
parent 2fc4d37454
commit aaea6358f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 13 additions and 4 deletions

View File

@ -1,3 +1,13 @@
## 0.6.5-dev0
### Enhancements
* PLACEHOLDER - delete this line when there is an actual changelog item to report for 0.6.5
### Features
### Fixes
## 0.6.4
### Enhancements

View File

@ -1,9 +1,8 @@
PACKAGE_NAME := unstructured
PIP_VERSION := 22.2.1
PIP_VERSION := 23.1.2
CURRENT_DIR := $(shell pwd)
ARCH := $(shell uname -m)
.PHONY: help
help: Makefile
@sed -n 's/^\(## \)\([a-zA-Z]\)/\2/p' $<

View File

@ -2,7 +2,7 @@
set -euo pipefail
DOCKER_REPOSITORY="${DOCKER_REPOSITORY:-quay.io/unstructured-io/unstructured}"
PIP_VERSION="${PIP_VERSION:-22.2.1}"
PIP_VERSION="${PIP_VERSION:-23.1.2}"
DOCKER_IMAGE="${DOCKER_IMAGE:-unstructured:dev}"
DOCKER_BUILD_CMD=(docker buildx build --load -f Dockerfile \

View File

@ -1 +1 @@
__version__ = "0.6.4" # pragma: no cover
__version__ = "0.6.5-dev0" # pragma: no cover