Skip to content

Commit 6d742a4

Browse files
authored
Merge pull request #99 from tschanzt/specify_pip_version
Unpin pip
2 parents 409b1c5 + 42a20f6 commit 6d742a4

File tree

4 files changed

+2
-16
lines changed

4 files changed

+2
-16
lines changed

10.0/base_requirements.txt

-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
# the latest released version of pip might upgrade too much libs
2-
# see https://github.com/pypa/pip/pull/4500/
3-
# the development version will upgrade only if needed
4-
git+https://github.com/pypa/pip.git#egg=pip
5-
61
# Odoo dependencies
72
Babel==2.3.4
83
Jinja2==2.8

11.0/base_requirements.txt

-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
# the latest released version of pip might upgrade too much libs
2-
# see https://github.com/pypa/pip/pull/4500/
3-
# the development version will upgrade only if needed
4-
https://github.com/pypa/pip/archive/18.1.tar.gz
5-
61
# Odoo dependencies
72
Babel==2.3.4
83
decorator==4.0.10

9.0/base_requirements.txt

-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
# the latest released version of pip might upgrade too much libs
2-
# see https://github.com/pypa/pip/pull/4500/
3-
# the development version will upgrade only if needed
4-
git+https://github.com/pypa/pip.git#egg=pip
5-
61
# Odoo dependencies
72
Babel==2.3.4
83
Jinja2==2.8

HISTORY.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ Unreleased
4040
**Build**
4141

4242
* Pin PyYAML to 4.2b4
43-
43+
* Unpin pip on all images
44+
4445
**Documentation**
4546

4647

0 commit comments

Comments
 (0)