mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-11-02 19:13:13 +00:00
build(deps): bump pip (#558)
This commit is contained in:
parent
2fc4d37454
commit
aaea6358f6
10
CHANGELOG.md
10
CHANGELOG.md
@ -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
|
||||
|
3
Makefile
3
Makefile
@ -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' $<
|
||||
|
@ -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 \
|
||||
|
@ -1 +1 @@
|
||||
__version__ = "0.6.4" # pragma: no cover
|
||||
__version__ = "0.6.5-dev0" # pragma: no cover
|
||||
|
Loading…
x
Reference in New Issue
Block a user